Posted by Markus on 07/03/07 10:18
Andrew Hutchings schrieb:
> Markus wrote:
>
>> Are there some better recommendations how to handle this? If not, as
>> most web sites in shared hosting environments (where safe_mode is an
>> issue at all) are uploaded to the server via FTP, the mkdir() function
>> looks quite useless to me...
>>
>> Thanks for a comment!
>> Markus
>
> You could :
>
> 1. Ask your hosting company to change the ownership of your folders to
> 48 (typically apache or www-data).
> 2. Ask your hosting company to use suPHP
> 3. Move to one of the thousands of shared hosting environments that have
> seen sense and don't use safe mode, they use other security
> implementations that are much better.
>
Thank you; anyway I try to make my application work without server-side
modifications in commonly available hosting environments (well,
LAMP-based ones...), so my task is still to make it safe-mode compatible.
[Back to original message]
|