Basically, I'd like to get Django working with LiteSpeed and I'm willing to pay for someone's help. I've already got Django working with LiteSpeed with the following external application configuration:
Everything else is set to its default value.
This is where you come in, I'd like to use auto start. After finding this post I added/changed the following:
Among other things I've also tried adding "daemonized=false" and removing "socket=~/webapps/django/myproject.sock" from the command but I always end up with the same error:
ExtConn timed out while processing.
If someone can help me with this problem today I'll donate $25 USD to their charity of choice or buy them something worth ~$25 USD from their Amazon wish list.
Code:
Name: Django
Address: UDS://home2/iaihmb/webapps/django/myproject.sock
Max Connections: 50
Initial Request Timeout (secs): 10
Retry Timeout (secs): 5
This is where you come in, I'd like to use auto start. After finding this post I added/changed the following:
Code:
Max Connections: 20
Autostart: Yes
Command: /home2/iaihmb/webapps/django/myproject/manage.py runfcgi method=threaded socket=~/webapps/django/myproject.sock
Back Log: I've tried 1, 50, and 100.
Instances: 1 (I've tried 1, 500, and 1000.)
ExtConn timed out while processing.
If someone can help me with this problem today I'll donate $25 USD to their charity of choice or buy them something worth ~$25 USD from their Amazon wish list.
Last edited: