Redirect to default page after create new accounts

#23
/tmp 7%

when I start this thread I had the same problem in two of my servers, after upgrade to 4.2.9 the problem was solved in one of my servers.
I have installed, configured and upgraded Litespeed in both servers, I haven´t do nothing different. The problem is that only one of my servers has this issue (I have 530 hosting accounts in that server)
I have read wiki, documentation and this forum looking for a solution but nothing... hope someone that had the same problem in the past read this thread and share his/her solution.
Regards
 

mistwang

LiteSpeed Staff
#24
run command

/usr/local/apache/bin/httpd -k graceful

from a terminal, see what you got.
It should restart LSWS. but on your server it will fail, need to find out why.
 

mistwang

LiteSpeed Staff
#26
Looks working fine, you can try create another account see if LSWS got restarted.
cpanel apache graceful restart will trigger /usr/local/apache/bin/httpd -k graceful
then trigger LSWS to restart.
 
#27
when I created the new account I get:
403
Forbidden
Access to this resource on the server is denied!

but after restart of Litespeed the account works correctly.

the log in /usr/local/lsws/logs/lsrestart.log don´t match with the logs in /usr/local/cpanel/logs/safeapacherestart_log and /usr/local/lsws/logs/ap_cmd_param.log, but the log of the last two logs mentioned match.

*sorry for my poor ehglish
 

mistwang

LiteSpeed Staff
#28
If you run

/scripts/restartsrv_httpd

from command line, will it restart?

maybe we need to login to your server to take a look, something is not right.
 
#29
the command shows nothing:
# /scripts/restartsrv_httpd
#

but in lsrestart.log:
Wed May 14 17:48:27 CDT 2014
stophttpd, LSWS running: 1
Wed May 14 17:48:27 CDT 2014
restart, LSWS running: 1

ap_cmd_param.log:
Wed May 14 17:48:27 CDT 2014: -k stop -DSSL
Wed May 14 17:48:27 CDT 2014: -k start -DSSL

safeapacherestart_log has not logs for that restart.

How can I provide you login details to access my server?
 
Top