Images are not loaded in the webpage with fastcgi enabled in my lighttpd weberver
Senthil <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all,
I have installed FCGI module for perl, to make my lighttpd webserver to
enbale the fastcgi in it.
The problem i am facing is ,images are not loaded with fastcgi enabled.
Images are loding fine with CGI.
FYI
Fast cgi Configuration (a part from lighttpd.conf)
=======================
fastcgi.server = ( "" =>
(
(
"socket" => "/tmp/lighttpd-redirect.socket",
"check-local" => "disable",
"bin-path" => "/var/www/html/fcgi_conf_z.pl",
"min-procs" => 2,
"max-procs" => 5,
"idle-timeout" => 20
)
)
)
============================
Thanks in advance,
Senthil
___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/