[H-GEN] file ownership problem

Anthony Irwin anthonyi at toolboxsoftware.com.au
Wed Aug 27 19:52:17 EDT 2003


[ Humbug *General* list - semi-serious discussions about Humbug and     ]
[ Unix-related topics. Posts from non-subscribed addresses will vanish. ]

Paul Clarke wrote:
> <ifDefine vwh_php4_module>
> Php_admin_flag safe mode on
> </ifDefine>
>
Hi,

In the httpd.conf file you can make it so different directories have
different setups for example

 <Directory /var/www/site1>
<IfModule mod_php4.c>
php_admin_flag safe_mode off
</IfModule>
</Directory>

<Directory /var/www/site2>
<IfModule mod_php4.c>
php_admin_flag safe_mode on
</IfModule>
</Directory>

In the above example site 1 has safe mode off and site 2 has safe mode on.
You can either set safe mode to off or remove the

<ifDefine vwh_php4_module>
Php_admin_flag safe mode on
</ifDefine>

code completely and then it should work for you after you restart apache
services.

Kind Regards,
Anthony Irwin



--
* This is list (humbug) general handled by majordomo at lists.humbug.org.au .
* Postings to this list are only accepted from subscribed addresses of
* lists 'general' or 'general-post'.  See http://www.humbug.org.au/



More information about the General mailing list