forked from pool/apache2
Accepting request 205788 from home:fdekruijf:branches:Apache
Removed obsolete directive DefaultType bnc#848146 Changed access control to use new Require type directives OBS-URL: https://build.opensuse.org/request/show/205788 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=397
This commit is contained in:
committed by
Git OBS Bridge
parent
4c27b7a385
commit
738fecb393
@@ -2,15 +2,14 @@
|
||||
# This configuration file belongs to the apache2-doc package.
|
||||
#
|
||||
# The alias provides the manual, even if you choose to move your DocumentRoot.
|
||||
# this out if you do not care for the documentation.
|
||||
# Comment this out if you do not care for the documentation.
|
||||
#
|
||||
AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|ru))?(/.*)?$ "/usr/share/apache2/manual$1"
|
||||
|
||||
<Directory "/usr/share/apache2/manual">
|
||||
Options Indexes
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
Require all granted
|
||||
|
||||
<Files *.html>
|
||||
SetHandler type-map
|
||||
|
Reference in New Issue
Block a user