[PHP] Re: security check - virtual host and mod php setup

2001-08-21 Thread Richard Lynch
please hack apart this solution and point out the error/insecure nature of the setup. goal, provide php access to name based virtual hosts on FreeBSD boxes problem, security of PHP access to base system and other user scripts solution, apache compiled with suexec # set user and group

RE: [PHP] Re: security check - virtual host and mod php setup

2001-08-21 Thread Dave
please hack apart this solution and point out the error/insecure nature of apache compiled with suexec # set user and group to unique chown USERID:USERID /path/to/user/html/directory Make it -R in case any files managed to get in there before you did this. error of omission on my part

[PHP] Re: security check - virtual host and mod php setup

2001-08-20 Thread Peter Clarke
Dave [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... please hack apart this solution and point out the error/insecure nature of the setup. goal, provide php access to name based virtual hosts on FreeBSD boxes problem, security of PHP access to base system