Skip to content

Commit c424184

Browse files
author
Anthony Baxter
committed
changed the 'snip' lines so they don't look like CVS conflict markers.
1 parent bad5f2c commit c424184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ Apache:
7474
/home/httpd/html/roundup/roundup.cgi script will be treated as a CGI
7575
script.
7676
3. Add the following to your /etc/httpd/conf/httpd.conf:
77-
snip >>>
77+
------8<------- snip here ------8<-------
7878
RewriteEngine on
7979
RewriteCond %{HTTP:Authorization} ^(.*)
8080
RewriteRule ^/roundup/roundup.cgi(.*) /home/httpd/html/roundup/roundup.cgi$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l]
81-
<<< snip
81+
------8<------- snip here ------8<-------
8282
note: the RewriteRule must be on one line - no breaks
8383
4. Re-start your apache to re-load the config
8484
5. Load up the page "/roundup/roundup.cgi/"

0 commit comments

Comments
 (0)