Francesco Amelio,

On Saturday March 08, 2003 06:00, Francesco Amelio wrote:
> 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!

Try...

php_admin_flag engine off

-- 
Brian Ashe                                                     CTO
Dee-Web Software Services, LLC.                  [EMAIL PROTECTED]
http://www.dee-web.com/



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

Reply via email to