You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
510 B
ApacheConf
21 lines
510 B
ApacheConf
10 years ago
|
SetHandler none
|
||
10 years ago
|
SetHandler default-handler
|
||
10 years ago
|
Options -ExecCGI
|
||
10 years ago
|
<IfModule mod_php5.c>
|
||
|
php_flag engine off
|
||
|
</IfModule>
|
||
|
RemoveHandler .cgi .php .php3 .php4 .php5 .phtml .pl .py .pyc .pyo
|
||
|
Options -Indexes
|
||
10 years ago
|
DirectoryIndex disabled
|
||
10 years ago
|
<Files *>
|
||
|
SetHandler none
|
||
|
SetHandler default-handler
|
||
|
Options -ExecCGI
|
||
|
<IfModule mod_php5.c>
|
||
|
php_flag engine off
|
||
|
</IfModule>
|
||
|
RemoveHandler .cgi .php .php3 .php4 .php5 .phtml .pl .py .pyc .pyo
|
||
10 years ago
|
ForceType application/octet-stream
|
||
|
Header set Content-Disposition attachment
|
||
|
</Files>
|