fastcgiexternalserver directive
rahed <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I have these relevant parts in my apache config:
FastCgiExternalServer /my/path/to/fastcgiscript/fastcgi.pl -host
10.10.10.10:55000
<Location /blah>
Order allow,deny
Allow from all
SetHandler fastcgi-script
</Location>
Alias /blah /my/path/to/fastcgiscript/fastcgi.pl/
When there's a request for /blah the apache tries to find alias path on
the local system. Appears that FastCgiExternalServer directive doesn't
do nothing.
>From apache log:
No such file or directory: FastCGI: stat() of "/my/path...
Does anyone see what's happening?
Many thanks.
--
Radek
___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/