selective disabled PHP with Apache2

Luis Miguel Cruz luismi at b2bi.es
Thu Jul 1 08:02:14 UTC 2004


Thanks :)

Alexander Dalloz wrote:
> Am Mi, den 30.06.2004 schrieb Luis Miguel Cruz um 17:28:
> 
> 
>>Can you tell me the correct lines?
>>In the past, with apache 1.3.x I had this config:
>>
>>[...]
>>         <IfModule mod_php3.c>
>>         php3_engine off
>>         </IfModule>
>>
>>         <IfModule mod_php4.c>
>>         php_flag engine off
>>         </IfModule>
>>[...]
> 
> 
> Putting
> 
>     <Directory />
>         php_flag engine Off
>         php_flag display_errors Off
>     </Directory>
> 
> into the vhost definition still works.
> 
> Alexander
> 
> 
> 





More information about the users mailing list