Php Version: PHP 4.2.2
Apache Version: Apache 2.0.40

How can i disable php engine to certain virtualhost or directory?

I've put "php_flag engine off" "php_value engine off" "php_value engine 0"
but it doesn't work for me. Restarting apache it doesn't give error but the
php engine continue to work for that local directory.

here is the httpd.conf code:

<Directory "/nophp">
    Options Indexes FollowSymLinks
    AllowOverride AuthConfig
    Order allow,deny
    Allow from all
    php_flag engine Off
</Directory>

Please help me!




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to