you get servererror 500 (I think) if the mod_** could not communicate with
the fcgi process. And one possible cause is that fcgi process is not
running. Probably libraries were not in path... so make it sure that the
libraries are in path... if the libraries are not in standard locations you
should use LD_LIBRARY_PATH . However the problem is if mod_*** is starting
the fcgi process you will probably not inherit the LD_LIBRARY_PATH as it
should be. you can create a script like:

#!/bin/sh
LD_LIBRARY_PATH=path_to_wt_libs:path_to_boost_libs:path_to_fcgi_libs
your_fcgi_process


and you can call this your_fcgi_process.fcgi, so that the mod_**** will run
this script



2009/2/11 Torsten Schulz <[email protected]>

> Yes, but I only see servererror 500, with hello.wt (linked to wtfcgi)
> and my own application, so I think I forgot something. And it isn't
> useful, so I using opensuse and the cvs-version of wt. So I can't
> install it with the documention for OpenSuse.
>
> Greetings
> Torsten
>
> Wim Dumon schrieb:
>  > Hi,
> >
> > Did you look here?
> > http://www.webtoolkit.eu/wt/wiki/index.php/Installing_Wt_on_Debian
> >
> > It has a section about mod_fcgi.
> >
> > Regards,
> > Wim.
> >
> > 2009/2/11 Torsten Schulz <[email protected]>:
> >
> >> Hello,
> >>
> >> I'm using the build-in-server from witty, so I can't find out how to
> >> configure my apache with the http-connector. My Distribution don't
> >> support mod_fastcgi, so it uses mod_fcgi. But with this, FastCgiServer
> >> don't work (Invalid command 'FastCgiServer', perhaps misspelled or
> >> defined by a module not included in the server configuration), and I
> >> don't know how to configure it.
> >>
> >> So is it possible to add a section in your documentation for mod_fcgid?
> >>
> >> Greetings
> >> Torsten
> >>
> >>
> ------------------------------------------------------------------------------
> >> Create and Deploy Rich Internet Apps outside the browser with
> Adobe(R)AIR(TM)
> >> software. With Adobe AIR, Ajax developers can use existing skills and
> code to
> >> build responsive, highly engaging applications that combine the power of
> local
> >> resources and data with the reach of the web. Download the Adobe AIR SDK
> and
> >> Ajax docs to start building applications today-
> http://p.sf.net/sfu/adobe-com
> >> _______________________________________________
> >> witty-interest mailing list
> >> [email protected]
> >> https://lists.sourceforge.net/lists/listinfo/witty-interest
> >>
> >>
> >
> >
> ------------------------------------------------------------------------------
> > Create and Deploy Rich Internet Apps outside the browser with
> Adobe(R)AIR(TM)
> > software. With Adobe AIR, Ajax developers can use existing skills and
> code to
> > build responsive, highly engaging applications that combine the power of
> local
> > resources and data with the reach of the web. Download the Adobe AIR SDK
> and
> > Ajax docs to start building applications today-
> http://p.sf.net/sfu/adobe-com
> > _______________________________________________
> > witty-interest mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/witty-interest
> >
> >
>
>
>
> ------------------------------------------------------------------------------
> Create and Deploy Rich Internet Apps outside the browser with
> Adobe(R)AIR(TM)
> software. With Adobe AIR, Ajax developers can use existing skills and code
> to
> build responsive, highly engaging applications that combine the power of
> local
> resources and data with the reach of the web. Download the Adobe AIR SDK
> and
> Ajax docs to start building applications today-
> http://p.sf.net/sfu/adobe-com
> _______________________________________________
> witty-interest mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to