At 08:45 AM 10/9/2001 -0700, Mike Orr wrote: >On Tue, Oct 09, 2001 at 03:01:39PM +0200, F. GEIGER wrote: > > > I'm trying to run the "SecureCountVisits" example, but > > > whenever I press [Login], no request is received by > > > the AsyncThreadedHTTPServer and my browser waits > > > endlessly. > >Ditch AsyncThreadedHTTPServer. I had a similar problem, but >when I switched to the CGI adapter, the problem went away. >mod_webkit also works.
That's correct. Plus if you are running apache, you don't need WebKit to serve up HTTP anyway. Go with ThreadedAppServer and let us know if you have any further problems. I have removed all references to Async*.py in the WebKit 0.6 Install Guide. Earlier in CVS (and consequently in 0.6) I switched the AppServer UNIX script to launch ThreadedAppServer. -Chuck _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
