aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@ecclestoad.co.uk>2011-02-03 18:46:00 -0300
committerEdmund von der Burg <evdb@ecclestoad.co.uk>2011-02-03 18:46:00 -0300
commite78992ffffa8fb03d70fc465806b0ced788d723f (patch)
treef5b6c47b8cc2676c1f4c2bee1cba29c7a970873e
parent1ea0763564a5ce112d4a83bb77b31f1123c612d2 (diff)
Add in config for admin section
-rw-r--r--conf/httpd.conf10
1 files changed, 9 insertions, 1 deletions
diff --git a/conf/httpd.conf b/conf/httpd.conf
index e3f8e5c06..80fbe8c40 100644
--- a/conf/httpd.conf
+++ b/conf/httpd.conf
@@ -8,7 +8,7 @@
# ServerName fixmystreet.yourservername
# DocumentRoot /home/yourname/fixmystreet/web/
#
-# # Pull in th specific config
+# # Pull in the specific config
# Include /home/yourname/fixmystreet/conf/httpd.conf
#
# <Directory /home/yourname/fixmystreet/web>
@@ -18,6 +18,14 @@
# AddHandler cgi-script .cgi
# </Directory>
#
+# <Directory /home/yourname/fixmystreet/web-admin>
+# #
+# # WARNING - enable auth here on production machine
+# #
+# Options +ExecCGI
+# AddHandler cgi-script .cgi
+# </Directory-admin>
+#
# Alias /admin/ /home/yourname/fixmystreet/web-admin/
#
# </VirtualHost>