Okay, I was able to get FastCGI working.  It required
two small changes (diffs below).  The config is
actually very simple, and preliminary tests should a
marked improvement in speed over WebKit.cgi.

Here's how I got FastCGI up and running - hopefully it
helps someone else:
1. The only change to httpd.conf is to make sure
mod_fastcgi.so is loaded.
2. Modify .htaccess to tell apache to handle .fcgi
files with the fastcgi handler.  This could be done in
httpd.conf as documented (using the extension or
Location based approach).
AddHandler fastcgi-script .fcgi
3. Start the AppServer as normal
4. The fastcgi module then takes care of starting
(it's in Dynamic mode) the python process for
FCGIAdapter, which communicates to the already started
AppServer.

Performance Tests:
Running the default context (Welcome), on a Duron 800
Linux machine, tests run locally to the server.

ab -n 100 -c 2
WebKit.cgi





__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to