在 ubuntu-10.04 和 Apache2 上,我试图禁用 PHP 执行/var/www/上传目录。因此,我将以下内容添加到/etc/apache2/sites-enabled/000-默认:
< 目录 /var/www/upload/> AddType text/plain .php </ 目录>
然后我当然重新启动了 Apache2 服务。
但是根据我的测试,上传目录上仍然在执行PHP。
有谁知道我在这里遗漏了什么?
答案1
尝试在目录上下文中使用 apache 指令“RemoveHandler”,
http://httpd.apache.org/docs/current/mod/mod_mime.html#removehandler