diff options
-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> |