Re: Apache/PHP question

2003-03-14 Thread Sherwin T. Ang
The way i do it, i don't put the AddType application/x-httpd-php .php in the httpd.conf as a global entry, since i host sites in VirtualHosts, I only place the AddType application/x-httpd-php .php directive in their respective VirtualHost entry for those sites who needs or pays for php based hostin

Re: Apache/PHP question

2003-03-13 Thread Ben Balbo
Hi Guy, Try sticking this in the relevant VirtualHost directive: php_flag engine off HTH Ben In response to your mail sent on Friday, March 14, 2003 at 12:38:19 PM. > I have set apache 2.0 and PHP 4.3.1 as well as mysql. > I was wondering how I can disable PHP per user directory?. >