> Sorry for the repost but the mail list bounced my message. It showed me > it didn't go through completely (weird). > --- > Hi there, > > I am trying to deploy my wt demo in a apache2 + fastcgi (ubuntu) > environment. I am following the instructions that are posted in the > website: > http://www.webtoolkit.eu/wt/doc/reference/html/Installation.html > > However when I click on hello.wt (as I am trying one of the examples), > the browser says: > > You have chosen to open: hello.wt > which is a BIN file from: http://localhost > > > 1.I checked that fastcgi is enabled (I did a2enmod fastcgi and I checked > in the mods-enabled directory) > > 2.I added the directive FastCGIServer in /etc/apache2/mods-available: > FastCgiServer /var/www/localhost/htdocs/wt-examples/hello/hello.wt > > 3. I restarted apache with /etc/init.d/apache2 restart > > 4. Nothing, I still keep getting the same error. > > On a different note, is it better to use FCGI instead of FastCGI? Can Wt > work with FCGI? > > Thank you, > > Diego > >
Hello Diego, I don't know for FastCGI but I use FCGI with success with Wt applicatons :) Jean-Michel ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
