Appserver is running on 8086. I can connect to it with OneShot and
CGIAdapter.
Here is the relevant apache http.conf section:
LoadModule webkit_module modules/mod_webkit.so
<Location /WK>
WKServer localhost 8086
SetHandler webkit-handler
</Location>
Here is the AppServer.conf:
'PrintConfigAtStartUp': 1,
'Verbose': 1,
'Host': '127.0.0.1',
'Port': 8086,
'PlugIns': [],
'PlugInDirs': ['%(WebwarePath)s'],
'StartServerThreads': 10,
'MaxServerThreads': 20,
'MinServerThreads': 5,
'CheckInterval': 100,
'AutoReload': 0,
Ian Bicking wrote:
> Well, that just implies it couldn't connect to the AppServer. Are you
> starting up the AppServer (a separate process), and using the same
> port for the AppServer as mod_webkit is configured for (by default 8086)?
>
> --
> Ian Bicking | ianb@... | http://blog.ianbicking.org
>
|