Re: [EMAIL PROTECTED] suexec with mod_chroot: "command not in docroot "

2005-07-20 Thread dAniel hAhler
Hi, Thanks for all your help, it was a very stupid mistake of myself.. "/fcgi-scripts/.." still was not in the docroot, because the suexec2 in the chroot was still the old one... :/ I thought I had hardlinked it there, but it seems to have been copied only. Sorry.

Re: [EMAIL PROTECTED] suexec with mod_chroot: "command not in docroot "

2005-07-20 Thread dAniel hAhler
mative error message (outputting dwd). Let's see. > > -Original Message- > From: dAniel hAhler [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 20, 2005 12:58 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] suexec with mod_chroot: "command not in doc

Re: [EMAIL PROTECTED] suexec with mod_chroot: "command not in docroot"

2005-07-20 Thread dAniel hAhler
Joshua Slive wrote: > > I've installed mod_chroot for Apache (2.0.53-Ubuntu), but have now problems > > with suexec complaining: > > > > [2005-07-20 06:28:13]: uid: (1003/x) gid: (1003/1003) cmd: > > php4-fcgi-starter > > [2005-07-20 06:28:13]: command not in docroot > > (/fcgi-scripts/web2/ph

[EMAIL PROTECTED] suexec with mod_chroot: "command not in docroot"

2005-07-19 Thread dAniel hAhler
Hi, I've installed mod_chroot for Apache (2.0.53-Ubuntu), but have now problems with suexec complaining: [2005-07-20 06:28:13]: uid: (1003/x) gid: (1003/1003) cmd: php4-fcgi-starter [2005-07-20 06:28:13]: command not in docroot (/fcgi-scripts/web2/php4-fcgi-starter) php4-fcgi-starter is a

Re: [EMAIL PROTECTED] .phps extension with mod_fastcgi

2005-07-17 Thread dAniel hAhler
ECURITY!): N0T F0UND NOT FOUND Please don't cheat! > > On 7/13/05, dAniel hAhler <[EMAIL PROTECTED]> wrote: > > Hi, > > > > is the handling of .phps extensions (probably as text/html, with syntax > >

Re: [users@httpd] Handler added with AddHandler gets invoked when is not really an extension

2005-07-13 Thread dAniel hAhler
On Wednesday 13 July 2005 04:00, Joshua Slive wrote: > > I've just discovered that adding > > AddHandler php-fastcgi .xxx > > will also parse files like test.xxx.txt and test.xxx.foobar. > > [...] > > Is this a bug or am I missing something? > See > http://httpd.apache.org/docs-2.0/mod/mod_mime.

[users@httpd] .phps extension with mod_fastcgi

2005-07-13 Thread dAniel hAhler
Hi, is the handling of .phps extensions (probably as text/html, with syntax coloured php source code) a feature of mod_php only or can I activate/use it with mod_fastcgi (+PHP) also? Thank you. - The official User-To-User supp

[users@httpd] Handler added with AddHandler gets invoked when is not really an extension

2005-07-12 Thread dAniel hAhler
Hello everybody, I've just discovered that adding AddHandler php-fastcgi .xxx will also parse files like test.xxx.txt and test.xxx.foobar. I think it should just use the handler if the extension is the last part of the URI. Speaking regexp it should build a pattern like "$". I've set this hand