problem with wsgi for Django in litespeed

NiteWave

Administrator
#6
it looks ok and no problem

then
1.show the configuration of "Script Handler" of wsgi
2.which folder you put hello.wsgi ? and the URL to access it ?
 

M4hdi

Active Member
#15
oh yes

-rw-r--r-- 1 fastwebh fastwebh 418 Sep 25 2013 index.php

i deleted m4.wsgi and make m4.wsgi new from cpanel.
owner is :
-rwxr-xr-x 1 fastwebh fastwebh 149 May 18 21:23 m4.wsgi

and my problem is not fix !!!!
 

mistwang

LiteSpeed Staff
#19
For wsgiApp, you need to set "Instances" to 1. Memory soft/hard limit should be set high enough, Process soft/hard limit should be set high enough.
check /usr/local/apache/logs/error_log and stderr.log for related errors.
 
Top