Php + Apache

expream

Verified User
Joined
Sep 17, 2005
Messages
52
Hi all!

So... I have read all topics about php+apache problem ... that when users create files on server with scripts... then files belongs to apache:apache ... and user can not work with this files ...

The simplest and fastest solution will be to use php as cgi? (FastCGI) yes? Can some one write a little howto? And when I'll use php as fastcgi.. will I need to write #cgi-path in my php files?



And what about sessions default path? i think the best way to make /tmp dir in user home ;)
 
Last edited:
As far as I know php-cgi would have the same issue. suPHP is probably something your looking for.

*** I noticed that this might be resolved in PHP 6 :)
 
Back
Top