Mercurial > p > roundup > code
diff INSTALL.txt @ 328:ff35f683fc9d
Fixed manifest template
Fixed install notes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 27 Oct 2001 00:10:59 +0000 |
| parents | 8827f5931ea8 |
| children | 3903aaaef4e1 |
line wrap: on
line diff
--- a/INSTALL.txt Wed Oct 24 00:04:41 2001 +0000 +++ b/INSTALL.txt Sat Oct 27 00:10:59 2001 +0000 @@ -107,20 +107,14 @@ name you nominated in ROUNDUP_INSTANCE_HOMES. Apache: - 1. Make sure roundup.cgi is executable. Edit it at the top - + 1. The CGI script is found in the cgi-bin directory of the roundup + distribution. + 2. Make sure roundup.cgi is executable. Edit it at the top - ROUNDUP_INSTANCE_HOMES needs to know about your instance. - 2. Edit your /etc/httpd/conf/httpd.conf and make sure that the + 3. Edit your /etc/httpd/conf/httpd.conf and make sure that the /home/httpd/html/roundup/roundup.cgi script will be treated as a CGI script. - 3. Add the following to your /etc/httpd/conf/httpd.conf: -------8<------- snip here ------8<------- -RewriteEngine on -RewriteCond %{HTTP:Authorization} ^(.*) -RewriteRule ^/roundup/roundup.cgi(.*) /home/httpd/html/roundup/roundup.cgi$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] -------8<------- snip here ------8<------- - note: the RewriteRule must be on one line - no breaks - 4. Re-start your apache to re-load the config + 4. Re-start your apache to re-load the config if necessary. 5. Load up the page "/roundup/roundup.cgi/<instance name>/index" where instance name is the name you nominated in ROUNDUP_INSTANCE_HOMES. -
