comparison doc/FAQ.txt @ 3250:8634ea9b2d1c

doc updates
author Richard Jones <richard@users.sourceforge.net>
date Thu, 31 Mar 2005 00:45:25 +0000
parents 9cecc6c6b297
children 9f4dd27ae843
comparison
equal deleted inserted replaced
3248:f394349adb10 3250:8634ea9b2d1c
1 =========== 1 ===========
2 Roundup FAQ 2 Roundup FAQ
3 =========== 3 ===========
4 4
5 :Version: $Revision: 1.21 $ 5 :Version: $Revision: 1.22 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Installation 10 Installation
92 RewriteRule ^/issues/(.*)$ http://tracker.example:8080/issues/$1 [P,L] 92 RewriteRule ^/issues/(.*)$ http://tracker.example:8080/issues/$1 [P,L]
93 93
94 </IfModule> 94 </IfModule>
95 95
96 96
97 How do I run Roundup through SSL (HTTPS)?
98 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99
100 You should proxy through apache and use its SSL service. See the previous
101 question on how to proxy through apache.
102
103
97 Roundup runs very slowly on my XP machine when accessed from the Internet 104 Roundup runs very slowly on my XP machine when accessed from the Internet
98 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 105 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99 106
100 The issue is probably related to host name resolution for the client 107 The issue is probably related to host name resolution for the client
101 performing the request. You can turn off the resolution of the names 108 performing the request. You can turn off the resolution of the names

Roundup Issue Tracker: http://roundup-tracker.org/