diff options
author | Chuck Short <zul@gentoo.org> | 2004-04-04 01:52:12 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-04-04 01:52:12 +0000 |
commit | 793117f5d3105cd40ce50464faa66c0779e20cdd (patch) | |
tree | 9ae76bf818f6c88a8c9f6123c0ef2b4e30562d8e /net-www/apache/files/conf | |
parent | Updated headers, added metadata.xml, turned off ssl for virtualhosts on port ... (diff) | |
download | gentoo-2-793117f5d3105cd40ce50464faa66c0779e20cdd.tar.gz gentoo-2-793117f5d3105cd40ce50464faa66c0779e20cdd.tar.bz2 gentoo-2-793117f5d3105cd40ce50464faa66c0779e20cdd.zip |
Added multiviews for /usr/share/doc, closes #30862.
Diffstat (limited to 'net-www/apache/files/conf')
-rw-r--r-- | net-www/apache/files/conf/commonapache.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/apache/files/conf/commonapache.conf b/net-www/apache/files/conf/commonapache.conf index cda503d744c6..c40d4ad4857e 100644 --- a/net-www/apache/files/conf/commonapache.conf +++ b/net-www/apache/files/conf/commonapache.conf @@ -1,5 +1,5 @@ ### /etc/apache/conf/commonapache.conf -### $Id: commonapache.conf,v 1.5 2003/09/27 04:47:18 woodchip Exp $ +### $Id: commonapache.conf,v 1.6 2004/04/04 01:52:12 zul Exp $ ### ### Common server configuration. ### @@ -692,7 +692,7 @@ ErrorDocument 404 "The document you requested has not been installed on your sys </Directory> <Directory /usr/share/doc> - Options Indexes FollowSymLinks + Options Indexes FollowSymLinks MultiViews Order deny,allow Deny from all Allow from 127.0.0.1 |