File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed
Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -107,20 +107,14 @@ Stand-alone:
107107 name you nominated in ROUNDUP_INSTANCE_HOMES.
108108
109109Apache:
110- 1. Make sure roundup.cgi is executable. Edit it at the top -
110+ 1. The CGI script is found in the cgi-bin directory of the roundup
111+ distribution.
112+ 2. Make sure roundup.cgi is executable. Edit it at the top -
111113 ROUNDUP_INSTANCE_HOMES needs to know about your instance.
112- 2 . Edit your /etc/httpd/conf/httpd.conf and make sure that the
114+ 3 . Edit your /etc/httpd/conf/httpd.conf and make sure that the
113115 /home/httpd/html/roundup/roundup.cgi script will be treated as a CGI
114116 script.
115- 3. Add the following to your /etc/httpd/conf/httpd.conf:
116- ------8<------- snip here ------8<-------
117- RewriteEngine on
118- RewriteCond %{HTTP:Authorization} ^(.*)
119- RewriteRule ^/roundup/roundup.cgi(.*) /home/httpd/html/roundup/roundup.cgi$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l]
120- ------8<------- snip here ------8<-------
121- note: the RewriteRule must be on one line - no breaks
122- 4. Re-start your apache to re-load the config
117+ 4. Re-start your apache to re-load the config if necessary.
123118 5. Load up the page "/roundup/roundup.cgi/<instance name>/index" where
124119 instance name is the name you nominated in ROUNDUP_INSTANCE_HOMES.
125120
126-
Original file line number Diff line number Diff line change 1- recursive-include roundup *.py *.txt *.item *.index *.css *.filter
1+ recursive-include roundup *.py *.txt *.item *.index *.css *.filter *.newitem
22recursive-include cgi-bin *.cgi
33recursive-include test *.py *.txt
44recursive-include doc *.html *.png *.txt
You can’t perform that action at this time.
0 commit comments