[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Sheflug] Apache Config Problem with PHP?
>> What are your permissions on the public_html/dev dir?
>>
>> as root, chmod 777 dev
>>
>> just to test that it's not that.
>>
>No its not that. If I turn safe mode off in php.ini then that doesn't
help
>neither.
http://www.php.net/manual/en/features.safe-mode.php
Just came across this while looking for UID troubles in php. Since
referring back to your original message I notice you say the code does
work on Redhat, and since there is no special configuration required
(the file stuff in php is core and can't be added or taken away) then
the following snippet from the above link might be relevant?
"However, there may be environments where a strict UID check is not
appropriate and a relaxed GID check is sufficient. This is supported by
means of the safe_mode_gid switch. Setting it to On performs the relaxed
GID checking, setting it to Off (the default) performs UID checking."
So, perhaps
"safe_mode_gid 1"
might do it.
Just a thought.
Best wishes
Neil
___________________________________________________________________
Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html
GNU the choice of a complete generation.