Apache : Listage des fichiers
This commit is contained in:
parent
276ad38a12
commit
3201086294
@ -4,9 +4,10 @@
|
||||
UseCanonicalPhysicalPort On
|
||||
DocumentRoot /home/vhosts/test
|
||||
<Directory /home/vhosts/test/>
|
||||
AllowOverride all
|
||||
Order allow,deny
|
||||
allow from all
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride all
|
||||
Order allow,deny
|
||||
allow from all
|
||||
</Directory>
|
||||
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
|
||||
# error, crit, alert, emerg.
|
||||
|
@ -4,8 +4,9 @@
|
||||
UseCanonicalPhysicalPort On
|
||||
DocumentRoot /home/vhosts/test
|
||||
<Directory /home/vhosts/test/>
|
||||
AllowOverride all
|
||||
Require all granted
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride all
|
||||
Require all granted
|
||||
</Directory>
|
||||
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
|
||||
# error, crit, alert, emerg.
|
||||
|
Loading…
Reference in New Issue
Block a user