diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-07-19 23:22:16 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-07-19 23:22:16 +0000 |
commit | 238df132bfe2197b9418d2c3db9ed2d972429cc2 (patch) | |
tree | da42c435ba282544110f81d19006c73ba57f25a1 /usr.sbin | |
parent | 0454711e8b6b93a3717172ed1c06bf77ef705f67 (diff) |
enable multiviews in the manual dir.
now this is more than just a collection of dead links.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/httpd/conf/httpd.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/httpd/conf/httpd.conf b/usr.sbin/httpd/conf/httpd.conf index 535c1437fa8..db9c9f7a7e6 100644 --- a/usr.sbin/httpd/conf/httpd.conf +++ b/usr.sbin/httpd/conf/httpd.conf @@ -519,6 +519,13 @@ Alias /icons/ "/var/www/icons/" Allow from all </Directory> +<Directory "/var/www/htdocs/manual"> + Options MultiViews + AllowOverride None + Order allow,deny + Allow from all +</Directory> + # # ScriptAlias: This controls which directories contain server scripts. # ScriptAliases are essentially the same as Aliases, except that |