View Single Post
  #8  
Old 08-03-2007, 07:51 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
Please make sure your python script can be started successfully from command.

The jon.fcgi package might be outdated, I failed to run it with Python2.5, maybe you should try the fcgi module in flup package.

It should not matter that TCP socket or Unix socket was used.
Reply With Quote