[Catalyst] mod_fcgid on win32
fREW Schmidt
frioux at gmail.com
Thu Jan 28 08:33:47 GMT 2010
Hey guys,
So I'm trying to get us to go from mod_perl to mo_fcgid so that I can stop
using ActivePerl and start using strawberry on our server (can't get
mod_perl to build for the life of me.)
Anyway, here's my current config:
<VirtualHost *:8080>
DocumentRoot "C:/aircraft_ducting/root/"
Alias /static "C:/aircraft_ducting/root/static"
Alias / "C:/aircraft_ducting/script/acd_fastcgi.pl/"
<Location />
AddHandler fcgid-script .pl
Options ExecCGI
SetOutputFilter DEFLATE
</Location>
<Location /static>
SetOutputFilter DEFLATE
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
SetHandler default-handler
</Location>
</VirtualHost>
When I go to host:8080 I get:
[Thu Jan 28 02:31:57 2010] [warn] [client 10.6.1.73] (OS 109)The pipe has
been ended. : mod_fcgid: get overlap result error
[Thu Jan 28 02:31:57 2010] [error] [client 10.6.1.73] Premature end of
script headers: acd_fastcgi.pl
In the error.log
I'm afraid this might be a win32 issue :-/ Anyway, does anyone have any
input on this? I'd really like to get this working.
-- =
fREW Schmidt
http://blog.afoolishmanifesto.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20100128/4a1d1=
0f5/attachment.htm
More information about the Catalyst
mailing list