diff options
author | Edmund von der Burg <evdb@ecclestoad.co.uk> | 2011-02-03 18:46:00 -0300 |
---|---|---|
committer | Edmund von der Burg <evdb@ecclestoad.co.uk> | 2011-02-03 18:46:00 -0300 |
commit | e78992ffffa8fb03d70fc465806b0ced788d723f (patch) | |
tree | f5b6c47b8cc2676c1f4c2bee1cba29c7a970873e | |
parent | 1ea0763564a5ce112d4a83bb77b31f1123c612d2 (diff) |
Add in config for admin section
-rw-r--r-- | conf/httpd.conf | 10 |
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> |