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
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
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
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
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
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
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
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