3.3.11 / override cPanel restart HTTPD script

ffeingol

Well-Known Member
#1
Hello Guys,

We have 3.3.11 installed on two cPanel servers right now. On one we see the "override cpanel restart HTTPD script" and on the other we do not. Any clues?
 

ffeingol

Well-Known Member
#3
Ok, sounds great but...

Even on a server that we just setup today (and it's set to override cPanel restart HTTPD script) LSWS is not restarting when Apache is being restarted. Any thoughts or things you need passed along?

Frank
 

mistwang

LiteSpeed Staff
#5
Frank,

Does LSWS stopped, or just won't restart?
Has the /scripts/restartsrv_httpd been overridden? Will it restart both LSWS and Apache when you run it from command line directly?
 

ffeingol

Well-Known Member
#6
It does not restart. I'll dig more later this evening. Basically we have been migrating sites to new hardware using the cPanel xfer process. When the new site is added I "assume" that cPanel calls the restart script (as that is the only way Apache would get the new config) but I can't tell for sure.

Frank
 

ffeingol

Well-Known Member
#7
ok. I've done some testing with the latest version / override cPanel restart etc. LSWS restarts fine, but Apache is left down. If I manually run service httpd start I get:

Code:
/usr/local/apache/bin/httpd: line 38: 0=0: command not found
If you look at line 38 of that script you see:

Code:
$?=$ERR
Frank
 
Top