diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-10-10 12:48:13 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-10-10 12:48:13 +0100 |
commit | 5eb4f4e746283b4e945b52745503baa4da4f345f (patch) | |
tree | ee665a22c3b3f96850b1b9dad83810e1f989bf25 /conf/httpd.conf-example | |
parent | ee0edf49eef113aed0934b6c1251f934bb20f3d6 (diff) |
Update example httpd.conf with better admin Location.
Diffstat (limited to 'conf/httpd.conf-example')
-rw-r--r-- | conf/httpd.conf-example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/httpd.conf-example b/conf/httpd.conf-example index 8ed6a9c81..c1b6d96c2 100644 --- a/conf/httpd.conf-example +++ b/conf/httpd.conf-example @@ -19,13 +19,13 @@ # AllowOverride None # </Directory> # -# <Directory /home/yourname/fixmystreet/web-admin> +# <Location /admin> # # # # WARNING - enable auth here on production machine # # # Options +ExecCGI # AddHandler cgi-script .cgi -# </Directory> +# </Location> # # Alias /admin/ /home/yourname/fixmystreet/web-admin/ # |