Clean Apache files

This commit is contained in:
Xavier Guimard 2014-03-05 19:17:35 +00:00
parent 71b41d8575
commit ef4ec7c41f
4 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
Alias /doc/ __DOCDIR__
Alias /lib/ __DOCDIR__lib/
<Directory __DOCDIR__>
Order deny,allow
Order allow,deny
Allow from all
ErrorDocument 404 /notfound.html
Options +FollowSymLinks

View File

@ -21,7 +21,7 @@
Alias /doc/ __DOCDIR__
Alias /lib/ __DOCDIR__lib/
<Directory __DOCDIR__>
Order deny,allow
Order allow,deny
Allow from all
ErrorDocument 404 /notfound.html
Options +FollowSymLinks

View File

@ -16,7 +16,7 @@
# DocumentRoot
DocumentRoot __TESTDIR__
<Directory __TESTDIR__>
Order deny,allow
Order allow,deny
Allow from all
Options +ExecCGI
</Directory>

View File

@ -16,7 +16,7 @@
# DocumentRoot
DocumentRoot __TESTDIR__
<Directory __TESTDIR__>
Order deny,allow
Order allow,deny
Allow from all
Options +ExecCGI
</Directory>