Parvinder,

The fact that you see these two lines in your error output, proofs
that your hello.wt is linked against libwthttpd and not libwtfastcgi.
As suggested before, relink your executable with -lwtfcgi instead of
-lwthttpd. Apache-FCGI cannot work with this executable, but since it
tries to start the binary it looks like your apache config is in the
good direction.

Best regards,
Wim.

2011/8/18 PARVINDER RAJPUT <[email protected]>:
> On Wed, Aug 17, 2011 at 9:01 PM, Mohammed Rashad
> <[email protected]> wrote:
>> please post output of
>> tail -f /var/log/apache2/error.log
>
> parvinder@parvinder-Compaq-Presario-CQ40-Notebook-PC:~$ tail -f
> /var/log/apache2/error.log
> [Thu Aug 18 13:42:49 2011] [warn] [client 127.0.0.1] (104)Connection
> reset by peer: mod_fcgid: error reading data from FastCGI server
> [Thu Aug 18 13:42:49 2011] [error] [client 127.0.0.1] Premature end of
> script headers: hello.wt
> stat: No such file or directory
> Error: Document root ("") not valid.
> [Thu Aug 18 14:36:52 2011] [warn] [client 127.0.0.1] (104)Connection
> reset by peer: mod_fcgid: error reading data from FastCGI server
> [Thu Aug 18 14:36:52 2011] [error] [client 127.0.0.1] Premature end of
> script headers: test.wt
> stat: No such file or directory
> Error: Document root ("") not valid.
> [Thu Aug 18 14:41:32 2011] [warn] [client 127.0.0.1] (104)Connection
> reset by peer: mod_fcgid: error reading data from FastCGI server
> [Thu Aug 18 14:41:32 2011] [error] [client 127.0.0.1] Premature end of
> script headers: test.wt
>
> --
> Parvinder Rajput
> website:- www.parvinder.co.in
>
> ------------------------------------------------------------------------------
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
> user administration capabilities and model configuration. Take
> the hassle out of deploying and managing Subversion and the
> tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
> _______________________________________________
> witty-interest mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to