I've tried it but no success.
At first it failed to start AppServer:

Traceback (most recent call last):
  File "/var/www/Webware/WebKit/ThreadedAppServer.py", line 588, in run
    monitor_socket = Monitor(server)
  File "/var/www/Webware/WebKit/ThreadedAppServer.py", line 358, in __init__
    self.insock.bind([server.address()[0],server.address()[1]-1])
TypeError: getsockaddrarg: AF_INET address must be tuple, not list

When I changed
    self.insock.bind([server.address()[0],server.address()[1]-1])
to tuple the AppServer was started, but request serving fails:

BEGIN REQUEST
Thu Sep 26 11:03:58 2002
receiving request from None
Traceback (most recent call last):
  File "/var/www/Webware/WebKit/ThreadedAppServer.py", line 287, in threadloop
    rh.handleRequest()
  File "/var/www/Webware/WebKit/ThreadedAppServer.py", line 386, in handleRequest
    block = conn.recv(missing)
AttributeError: 'NoneType' object has no attribute 'recv'
Shutdown Called Thu Sep 26 11:04:59 2002


-- 
Bst rgrds, M.A.X.: Mechanical Artificial Xenomorph.


-------------------------------------------------------
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