From 7b81dc18724d7fe67ad50dcb91b20e14d76786e9 Mon Sep 17 00:00:00 2001 From: anthonybaxter Date: Mon, 23 Jul 2001 04:49:02 +0000 Subject: [PATCH] changed the 'snip' lines so they don't look like CVS conflict markers. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@43 57a73879-2fb5-44c3-a270-3262357dd7e2 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 7c4beae..9726db8 100644 --- 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/" -- 2.30.2