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