diff README @ 39:44c274907ecd

changed the 'snip' lines so they don't look like CVS conflict markers.
author Anthony Baxter <anthonybaxter@users.sourceforge.net>
date Mon, 23 Jul 2001 04:49:02 +0000
parents d64c32a499f9
children 33bfce110d1e
line wrap: on
line diff
--- a/README	Mon Jul 23 04:47:27 2001 +0000
+++ b/README	Mon Jul 23 04:49:02 2001 +0000
@@ -74,11 +74,11 @@
     /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:
-snip >>>
+------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]
-<<< snip
+------8<------- snip here ------8<-------
    note: the RewriteRule must be on one line - no breaks
  4. Re-start your apache to re-load the config
  5. Load up the page "/roundup/roundup.cgi/"

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