diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-01-16 05:08:57 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-01-16 05:08:57 +0000 |
| commit | df3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch) | |
| tree | 1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /deskutils/horde-nag/files/httpd.conf.nag | |
| parent | c31f9d6cf28e3aa831ff2390ee3ab6ea031dbc76 (diff) | |
Notes
Diffstat (limited to 'deskutils/horde-nag/files/httpd.conf.nag')
| -rw-r--r-- | deskutils/horde-nag/files/httpd.conf.nag | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/deskutils/horde-nag/files/httpd.conf.nag b/deskutils/horde-nag/files/httpd.conf.nag deleted file mode 100644 index c5279c8245fa..000000000000 --- a/deskutils/horde-nag/files/httpd.conf.nag +++ /dev/null @@ -1,31 +0,0 @@ -# This is included in Apache's httpd.conf for Nag -# -# For security, don't serve pages from the Nag configuration and -# library directories. -# -<Directory "/home/httpd/html/horde/nag/config"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/nag/lib"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/nag/locale"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/nag/po"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/nag/scripts"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/nag/templates"> - order deny,allow - deny from all -</Directory> -# End of Nag configuration ================ - |
