We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad5f2c commit c424184Copy full SHA for c424184
README
@@ -74,11 +74,11 @@ Apache:
74
/home/httpd/html/roundup/roundup.cgi script will be treated as a CGI
75
script.
76
3. Add the following to your /etc/httpd/conf/httpd.conf:
77
-snip >>>
+------8<------- snip here ------8<-------
78
RewriteEngine on
79
RewriteCond %{HTTP:Authorization} ^(.*)
80
RewriteRule ^/roundup/roundup.cgi(.*) /home/httpd/html/roundup/roundup.cgi$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l]
81
-<<< snip
82
note: the RewriteRule must be on one line - no breaks
83
4. Re-start your apache to re-load the config
84
5. Load up the page "/roundup/roundup.cgi/"
0 commit comments