Search results

  1. M

    Redirect to default page after create new accounts

    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.
  2. M

    Redirect to default page after create new accounts

    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.
  3. M

    Redirect to default page after create new accounts

    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.
  4. M

    Redirect to default page after create new accounts

    Maybe because /tmp partition is full, not being removed.
  5. M

    Redirect to default page after create new accounts

    should trigger a graceful restart, but lsrestart.log does not show the restart. Maybe it is due to /tmp/lshttpd directory being removed constantly? so, failed.
  6. M

    503 Errors when accessing folder via alias

    That means that lsphp5 process crashed when you access /phpmyadmin, you can check stderr.log or PHP error_log if you can locate that. When you access /phpMyAdmin-4.1.6-all-languages directly, different set of lsphp5 process was used. Maybe one lsphp5 process group is in suEXEC mode, the other...
  7. M

    Redirect to default page after create new accounts

    It means that cPanel restarts the server successfully, LSWS should be restarted by that time. You can check /usr/local/lsws/logs/lsrestart.log and ap_cmd_param.log The timestamp of last restart should matches. Maybe browser cached the cPanel default page, uses wget or curl to test the new...
  8. M

    Redirect to default page after create new accounts

    Can you please check /usr/local/cpanel/logs/safeapacherestart_log, see if anything log after adding an account?
  9. M

    [ACL] Access to context [/] is denied!

    We want to know why it does not happen to Apache? Those directives are ignored by Apache because it is for non-exist Apache module? Please send us a sample, we will try to fix it from the root.
  10. M

    Redirect to default page after create new accounts

    try /usr/local/lsws/bin/lshttpd -v if it shows Standard, you may need to do echo "4.2.11-ent" > /usr/local/lsws/autoupdate/release /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.11
  11. M

    [ACL] Access to context [/] is denied!

    It it happen only to specific URLs under certain account, It could be caused by <Location ...> <LocationMatch ...> directive added somewhere. You can create a helloworld or phpinfo test script using different name, put it in different folder, see if you can access it. If possible, send a...
  12. M

    [Resolved] litespeed files locking

    Open a file is expensive as we have to go through all the security checks, so LiteSpeed will keep the file open when it was serving to someone, we already added logic to close the file as soon as LiteSpeed done serving that file. We will revisit it in our 5.0 release see if anything more we...
  13. M

    Modsecurity / Comodo CWAF Litespeed Setup

    When you test it, you should use a PHP script, LiteSpeed wont filter static file usually. Turn on ModSecrity Debug Log to find out what happened.
  14. M

    suExec doesn't work for me

    Are you using Apache httpd.conf configuration file to configure the vhost, or using LSWS native configuration through our WebAdmin console? If you use native configuration, you may look into using vhost template.
  15. M

    Error when trieing to build PHP for litespeed

    You only need one opcode cache, do not try to use APC and eAccelerator at the same time. APC might be more stable. For PHP 5.5 you may need to use Zend opcache. eAccelerator may not be compatible with PHP 5.4 . ioncube uses prebuilt PHP extension from their site, please follow guide on their...
  16. M

    Admin vhost intermittent 500 error (FreeBSD)

    For the link you can turn it off with http://www.litespeedtech.com/docs/webserver/config/general#hideSigInErrorPage For admin PHP problem, it is because a FreeBSD security feature. If you set the problem will be fixed. We will turn off the PID checking for FreeBSD.
  17. M

    Admin vhost intermittent 500 error (FreeBSD)

    Please change the log level of server and admin console to "DEBUG" http://www.litespeedtech.com/docs/webserver/config/general#log_logLevel http://www.litespeedtech.com/docs/webserver/config/adminserver#vhlog_logLevel toggle debug logging, try to reproduce the problem to get full debug log for...
  18. M

    [Resolved] DDoS - long requests

    Please check log for message like at INFO level, if the rewrite rule works properly, otherwise, need to make sure the rewrite rule can block those URL.
  19. M

    [Resolved] Rails applications not working after updating to 4.2.10

    It is a bug related to HTTP proxy, your rails setup uses mongrels backend. It has been fixed in latest 4.2.10 build.
  20. M

    [Resolved] Rails applications not working after updating to 4.2.10

    I may need to temp root access to take a look, please send more detail information to bug@litespeed... All rails application got that error? does the path exist?
Top