Hi, I need help regarding setting up perl dispacth on lighthttpd. On trying I got the following error, I have been trying to fix this sicne from two days and I couldn't fix as of now. Please help me.
2010-03-01 10:15:19: (log.c.75) server started 2010-03-01 10:15:19: (mod_fastcgi.c.1047) the fastcgi-backend /usr/bin +/perl failed to start: 2010-03-01 10:15:19: (mod_fastcgi.c.1051) child exited with status 0 / +usr/bin/perl 2010-03-01 10:15:19: (mod_fastcgi.c.1054) If you're trying to run PHP +as a FastCGI backend, make sure you're using the FastCGI-enabled vers +ion. You can find out if it is the right one by executing 'php -v' and it s +hould display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'. For more information, check http://trac.lighttpd.net/trac/wiki/Docs%3A +ModFastCGI#preparing-php-as-a-fastcgi-programIf this is PHP on Gentoo +, add 'fastcgi' to the USE flags. 2010-03-01 10:15:19: (mod_fastcgi.c.1358) [ERROR]: spawning fcgi faile +d. 2010-03-01 10:15:19: (server.c.908) Configuration of plugins failed. G +oing down.
my lighttpd.conf @ http://paste.lighttpd.net/946 and my perl script http://paste.lighttpd.net/949 output of lighttpd -pf output -> http://paste.lighttpd.net/947
"I really don't live on earth, it's just my reflection" "open source is not only technology, but it's a world out there - opensourcer"

In reply to need help regarding perl dispatch on lighttpd by opensourcer

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.