On 08/18/2011 07:15 PM, PARVINDER RAJPUT wrote:
> 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
>
Before (default);
$ ldd hello.wt |gawk '/wt/ {print $1}'
libwthttp.so.29
libwt.so.29
After (with fcgi):
$ ldd hello.wt |gawk '/wt/ {print $1}'
libwtfcgi.so.29
libwt.so.29
This is after going to the build directory, running "ccmake ." and
changing EXAMPLES_CONNECTOR to wtfcgi. So run ldd on your compiled
binary to make sure it is linked against libwtfcgi.
HTH,
Brad
------------------------------------------------------------------------------
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