"Auto Restart" on or off has no effect ??

#1
The explanation says:

When this option is enabled, there are two instances of server process "lshttpd".

Irrespective of whether "Auto Restart" is left on or off, there are always 2 lshttpd processes running. Its always like this:

|-lshttpd-+-httpd
| |-lshttpd

Additionally ExtApp Set UID Mode = CGI File UID does not work while running lsphp though the CGI File UID = DocRoot UID works. Any suggestions why??

-Regards,
AKB
 

mistwang

LiteSpeed Staff
#2
Yes, "Auto Restart" feature is always "On" now.
"CGI File UID" only works for CGI, but not FCGI or LSAPI as it requires explicitly define a external app for each user ID.
 
Top