[Catalyst] Anyone with lighttpd/fcgi and working configuration?

Krzysztof Krzyzaniak eloy at kofeina.net
Tue Jul 19 15:20:40 CEST 2005


I am trying to run it simple application (which run without problems 
when I use script/application_server.pl) on lighttpd.

Configuration snippet:

$HTTP["url"] =~ "^/tcd/" {
fastcgi.server              = ( "/" =>
                                 ( "localhost" =>
                                   (
                                     "host" => "127.0.0.1",
                                     "port" => 9000,
                                     "bin-path" => 
"/home/eloy/site/trackcd/script/trackcd_fastcgi.pl",
                                     "check-local" => "disable"
                                   )
                                 )
                               )
}

it seems like lighttpd doesn't send 'url' data to 
/home/eloy/site/trackcd/script/trackcd_fastcgi.pl

On error log I have

[Tue Jul 19 15:14:04 2005] [catalyst] [debug] * Request 1 (0.333/s) [19436]
[Tue Jul 19 15:14:04 2005] [catalyst] [debug] 
**********************************
[Tue Jul 19 15:14:04 2005] [catalyst] [debug] "GET" request for "" from 
127.0.0.1
[Tue Jul 19 15:14:04 2005] [catalyst] [info] Request took 0.008083s 
(123.716/s)
.=-----------------------------------------------------------------+----------=.
| Action
2005-07-19 15:14:04: (mod_fastcgi.c.2110) FastCGI-stderr: 
                               $
|=-----------------------------------------------------------------+----------=|
| /default                                                         | 
0.000036s |
'=-----------------------------------------------------------------+----------='

Any hints?

   eloy
-- 
-------e-l-o-y---------------------------e-l-o-y- at -k-o-f-e-i-n-a-.-n-e-t------

        jak to dobrze, że są oceany - bez nich byłoby jeszcze smutniej



More information about the Catalyst mailing list