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

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

2005-07-20 Thread dAniel hAhler
. -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 docroot Hi, I've installed mod_chroot for Apache (2.0.53-Ubuntu), but have now

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.

[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

Re: [users@httpd] Handler added with AddHandler gets invoked when extension 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

[users@httpd] Handler added with AddHandler gets invoked when extension 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 extension$. I've set