On Wed, Mar 02, 2005 at 10:42:37PM -0800, [EMAIL PROTECTED] wrote:
> One practical application of suPHP is to let each user run PHPs in 
> their UserDirs - with their permissions -
> 
> Unfortunately, the current configuration prevents this because 
> "~/public_html/" is probably not in DocumentRoot - leading to -
> 
> 
>       [...]
>       [Wed Mar 02 19:55:42 2005] [error] Script 
>       /home/me/public_html/foo.php is not in the DOCUMENT_ROOT (/var/www)
>       [...]
> 
> 
> Could we configure suPHP with "--disable-checkpath"?
> 

I don't think it's the best choice. Disable this is not a good idea for
security reasons. Maybe could you simply create a vhost like
"people.yourdomain.tld" with /home as DocumentRoot and maybe some apache
rules to block users browsing /home (except /home/*/public_html).


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to