remove multiviews from fedorapeople
This commit is contained in:
parent
37915eaf25
commit
0690270c69
1 changed files with 5 additions and 5 deletions
|
@ -59,7 +59,7 @@ NameVirtualHost *:80
|
||||||
UserDir public_html
|
UserDir public_html
|
||||||
<Directory "/home/fedora/*/public_html">
|
<Directory "/home/fedora/*/public_html">
|
||||||
AllowOverride FileInfo AuthConfig Limit Indexes
|
AllowOverride FileInfo AuthConfig Limit Indexes
|
||||||
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
|
Options Indexes SymLinksIfOwnerMatch IncludesNoExec
|
||||||
#IndexOptions NameWidth=* FancyIndexing
|
#IndexOptions NameWidth=* FancyIndexing
|
||||||
Require all granted
|
Require all granted
|
||||||
Require method GET POST OPTIONS
|
Require method GET POST OPTIONS
|
||||||
|
@ -72,7 +72,7 @@ NameVirtualHost *:80
|
||||||
|
|
||||||
<Directory /project>
|
<Directory /project>
|
||||||
AllowOverride FileInfo AuthConfig Limit Indexes
|
AllowOverride FileInfo AuthConfig Limit Indexes
|
||||||
Options MultiViews Indexes FollowSymLinks IncludesNoExec
|
Options Indexes FollowSymLinks IncludesNoExec
|
||||||
IndexOptions NameWidth=* FancyIndexing +SuppressHTMLPreamble
|
IndexOptions NameWidth=* FancyIndexing +SuppressHTMLPreamble
|
||||||
Require method GET POST OPTIONS
|
Require method GET POST OPTIONS
|
||||||
</Directory>
|
</Directory>
|
||||||
|
@ -110,7 +110,7 @@ NameVirtualHost *:80
|
||||||
|
|
||||||
<Directory /srv/web/skvidal/public_html>
|
<Directory /srv/web/skvidal/public_html>
|
||||||
AllowOverride FileInfo AuthConfig Limit Indexes
|
AllowOverride FileInfo AuthConfig Limit Indexes
|
||||||
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
|
Options Indexes SymLinksIfOwnerMatch IncludesNoExec
|
||||||
HeaderName /_defaults/HEADER.html
|
HeaderName /_defaults/HEADER.html
|
||||||
ReadmeName /_defaults/FOOTER.html
|
ReadmeName /_defaults/FOOTER.html
|
||||||
|
|
||||||
|
@ -121,11 +121,11 @@ NameVirtualHost *:80
|
||||||
|
|
||||||
#<Directory /home/fedora/lockhart/proceedings>
|
#<Directory /home/fedora/lockhart/proceedings>
|
||||||
# AllowOverride FileInfo AuthConfig Limit Indexes
|
# AllowOverride FileInfo AuthConfig Limit Indexes
|
||||||
# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
|
# Options Indexes SymLinksIfOwnerMatch IncludesNoExec
|
||||||
#</Directory>
|
#</Directory>
|
||||||
<Directory /srv/web/ols/proceedings>
|
<Directory /srv/web/ols/proceedings>
|
||||||
AllowOverride FileInfo AuthConfig Limit Indexes
|
AllowOverride FileInfo AuthConfig Limit Indexes
|
||||||
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
|
Options Indexes SymLinksIfOwnerMatch IncludesNoExec
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue