FastCgiServer and cgiwrap

Trevor Astrope <[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel
Message-ID <[email protected]>
Does anyone know why I get a 404 when accessing a FastCgiServer via an alias 
when using cgiwrap? The same configuration minus the FastCgiWrapper works. With 
the FastCgiWrapper enabled, the server starts successfully, but all accesses to 
the alias result in a 404.

Here is the configuration:

FastCgiWrapper /usr/lib/cgiwrap
FastCgiServer /opt/www/bin/fastcgi.pl -processes 3 \
         -user www -group www \
         -initial-env PATH_INFO=/www/bin/fastcgi.pl \
         -initial-env REMOTE_ADDR=127.0.0.1 Alias /fastcgi/ 
/opt/www/bin/fastcgi.pl/
<Location /fastcgi>
 	Allow from all
</Location>

Like I said, the server starts successfully and I see debug output in the 
apache error_log, but any attempts to access /fastcgi/ result in a 404. If I 
remove the FastCgiWrapper configuration, the alias works.

Any help is appreciated.

Thanks,

Trevor
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.