Apache禁止解析php---模块
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Apache禁止解析php---模块相关的知识,希望对你有一定的参考价值。
1.编辑虚拟主机文件
vim /usr/local/apache2/conf/extra/httpd-vhosts.conf
<Directory /data/www/data>
php_admin_flag engine off
<filesmatch "(.*)php">
Order deny,allow
Deny from all
</filesmatch>
</Directory>
------禁止解析php
以上是关于Apache禁止解析php---模块的主要内容,如果未能解决你的问题,请参考以下文章