[Typo3-install] Safe mode problem and patch

Michael Stucki michael at typo3.org
Sun Oct 23 13:19:46 CEST 2005


Hi Mads,

> I for some time ago treid out typo3 and ran into a safe mode problem,
> and I made a rather simple patch, and wrote about it in this list. I
> would like to know if the safe mode problem has been solved in recent
> versions of typo3, of i somebody else has made a better patch?
> 
> Here is a litle bit of the old tread.

> [...]
> ftp_mkdir($connection,$newDir); 
> [...]

This has not been implemented, and it probably never will because it is a
huge overkill for what you are trying to do!

The easiest solution for the problem is to create a new group, add yourself
and the webserver process to that group, change group ownership for the
complete website and enable the safe_mode_gid check in PHP.

Another possibility would be to try suPHP or phpsuexec which allow execution
of PHP as different users.

- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/



More information about the TYPO3-install mailing list