aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-05-20 09:06:25 +0100
committerStruan Donald <struan@exo.org.uk>2011-05-20 09:06:25 +0100
commit0aff085b3b0b1323b6fd4d1cdf3f2b682f4b2d94 (patch)
treec9c71662a58aaa455cb3ad8f6e8541e15f7dd599
parent69018ac3b22e469cf66f526ac76b1b8469085cb5 (diff)
comment out ported bits
-rw-r--r--conf/httpd.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/conf/httpd.conf b/conf/httpd.conf
index d2902e4cd..1a090226b 100644
--- a/conf/httpd.conf
+++ b/conf/httpd.conf
@@ -105,13 +105,12 @@ RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f
RewriteRule /(.+) /$1 [L]
# Explicitly capture all cgi files so that we can remove them one by one
-RewriteRule ^/alert(.*) /alert.cgi$1 [L]
-RewriteRule ^/confirm(.*) /confirm.cgi$1 [L]
-RewriteRule ^/contact(.*) /contact.cgi$1 [L]
+# RewriteRule ^/confirm(.*) /confirm.cgi$1 [L]
+# RewriteRule ^/contact(.*) /contact.cgi$1 [L]
RewriteRule ^/flickr(.*) /flickr.cgi$1 [L]
RewriteRule ^/fun(.*) /fun.cgi$1 [L]
RewriteRule ^/json(.*) /json.cgi$1 [L]
-RewriteRule ^/photo(.*) /photo.cgi$1 [L]
+# RewriteRule ^/photo(.*) /photo.cgi$1 [L]
RewriteRule ^/questionnaire(.*) /questionnaire.cgi$1 [L]
# RewriteRule ^/reports(.*) /reports.cgi$1 [L]
# RewriteRule ^/rss(.*) /rss.cgi$1 [L]