Code

changed the 'snip' lines so they don't look like CVS conflict markers.
authoranthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 23 Jul 2001 04:49:02 +0000 (04:49 +0000)
committeranthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 23 Jul 2001 04:49:02 +0000 (04:49 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@43 57a73879-2fb5-44c3-a270-3262357dd7e2

README

diff --git a/README b/README
index 7c4beaef1585763225dc4fc3aec66102ff765dfa..9726db8a311a6428705011f1984fd21a919ac908 100644 (file)
--- a/README
+++ b/README
@@ -74,11 +74,11 @@ Apache:
     /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/"