Re: [EMAIL PROTECTED] Problem with Suexec in (Debian) Apache2.2.3 mod_userdir + PHP 5.2.0-8

2007-01-24 Thread Puskás Zsolt (errotan)
Thanks for the reply Joshua, I tried to run php as cgi but the php scripts are not parsed. Maybe I'am stupid but I tried everything this is my config : http://pastebin.com/866568 There are no "error" entrys in the log files ( disabled suexec and mod_userdir ) I don't understand why php aren't p

Re: [EMAIL PROTECTED] Problem with Suexec in (Debian) Apache2.2.3 mod_userdir + PHP 5.2.0-8

2007-01-24 Thread Joshua Slive
On 1/24/07, Puskás Zsolt (errotan) <[EMAIL PROTECTED]> wrote: Hello All. Is there anybody who can send a link how to make suexec work on Debian 4.0 'etch' I spend 2 days from morning to night and I give up. Suexec does not work in any case neighter with userdirs or just in virtualhost PHP script

[EMAIL PROTECTED] Problem with Suexec in (Debian) Apache2.2.3 mod_userdir + PHP 5.2.0-8

2007-01-24 Thread Puskás Zsolt (errotan)
Hello All. Is there anybody who can send a link how to make suexec work on Debian 4.0 'etch' I spend 2 days from morning to night and I give up. Suexec does not work in any case neighter with userdirs or just in virtualhost PHP scripts keep running in www-data user & group. I tried all possible

Re: [EMAIL PROTECTED] Problem with SUEXEC

2007-01-02 Thread Steve Swift
I've just noticed the "SUEXEC" in the subject. I don't think this is anything to do with SUEXEC, but if it is, then step (13) of the SUEXEC process determines that the CGI which is being accessed lies within the Doc_Root as defined by "suexec -V" -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Problem with SUEXEC

2007-01-02 Thread Steve Swift
I would interpret "search permission are missing on a component of the path" to mean that some component of the directory path containing the file that apache is trying to access does not contain an "x" permission that applies to the apache userid or group. However, that doesn't work for you (and

Re: [EMAIL PROTECTED] Problem with SUEXEC

2007-01-02 Thread Dhika Cikul
2007/1/3, Steve Swift <[EMAIL PROTECTED]>: In order for apache to access /home/mydomain/public_html/ (and presumably something like index.html inside that directory) then the userid or group that apache is running under needs both "r" and "x" access to each directory /home /home/mydomain and /hom

Re: [EMAIL PROTECTED] Problem with SUEXEC

2007-01-02 Thread Steve Swift
In order for apache to access /home/mydomain/public_html/ (and presumably something like index.html inside that directory) then the userid or group that apache is running under needs both "r" and "x" access to each directory /home /home/mydomain and /home/mydomain/public_html I've never understoo

[EMAIL PROTECTED] Problem with SUEXEC

2007-01-02 Thread Dhika Cikul
Dear, I have problem with apache installation at my machine, i compile apache with suexec support [quote] [EMAIL PROTECTED] apache_1.3.37]# ./configure --prefix=/usr/local/apache --enable-suexec --suexec-caller=nobody --suexec-uidmin=99 --suexec-gidmin=99 --suexec-safepath=/usr/local/bin:/usr/bi