Files
VulnRange/Ranges/Apache/Apache-httpd/apache_parsing/conf/docker-php.conf

9 lines
245 B
Plaintext
Raw Normal View History

2020-09-21 23:19:59 +08:00
AddHandler application/x-httpd-php .php
DirectoryIndex disabled
DirectoryIndex index.php index.html
<Directory /var/www/>
Options -Indexes
AllowOverride All
</Directory>