Search results

  1. N

    abort request..., code: 4

    apply for standard version as well. force reinstall mean admin console->Actions->Version Manager->4.2.2: click "Force Reinstall" or on command line: #/usr/local/lsws/admin/misc/lsup.sh -v 4.2.2 yes, won't touch current settings. this warning message has been removed since it may...
  2. N

    abort request..., code: 4

    please do force-reinstall 4.2.2, the message should be gone.
  3. N

    Web server automatically restarted

    are you using the latest 4.2.2 ? check when you installed 4.2.2: #ls -l /usr/local/lsws/bin/lshttpd.4.2.2
  4. N

    service differences

    yes, it's a good combination --- web server defend against http attack and firewall take care of the rest. lsws or lslb's built-in anti-ddos feature is accurate and efficient against http level attack. yes, no difference between lsws and lslb's anti-ddos feature.
  5. N

    service differences

    I think the difference is the capability of anti-ddos. lsws or lslb built-in anti-ddos is effective in practice, efficient for http level Dos or DDos. it prevent one IP to establish too many valid tcp connections or to make too many requests or to consume too many bandwidth. so it's ok to...
  6. N

    [solved] htaccess SetEnv

    I did test on which in document root .htaccess then access http://192.168.2.101/phpinfo.php _SERVER["USER"] user1 is there. so it works as expected. please check AllowOverride setting in httpd.conf for this virtual host.
  7. N

    [solved] htaccess SetEnv

    apache document: http://httpd.apache.org/docs/current/rewrite/flags.html#flag_e should work: RewriteRule . - [E=USER:user1]
  8. N

    [solved] Switching from Purchased to Trial Version

    if the 2 servers have different public IPs, then it's possible.
  9. N

    litespeed ignore an include

    yes, really puzzled per your description. have you done the force-reinstall, to ensure the problem one running latest 4.2.2 ?
  10. N

    [NOTICE] Memory size

    just an information message. VPS license has 2G memory limit, Ultra VPS has 8G memory limit. if there is a license issue for these 2 types of license, user can know what's the problem. for 1-CPU and above license, this info can be ignored completely.
  11. N

    404 Not Found | The resource requested could not be found on this server!

    please provide more info about your server's configuration do you use WHM/cPanel? have you done build matching php ? is the virtual host defined in apache's httpd.conf or defined in lsws admin console?
  12. N

    litespeed ignore an include

    is the LSAPI version different? can check it by /usr/local/lsws/fcgi-bin/lsphp5 -i |head
  13. N

    Disable log rotation not work

    reproduced this issue. I edit /usr/local/lsws/conf/httpd_config.xml change to 0. restart, no warning. see if this works -- no log rotate any more. if so, it's a admin console management bug.
  14. N

    SSL issue after rebooting the server

    not sure if you can do a more test to confirm it's dedicated IP issue. SSL cert can bundle with a domain name in litespeed, not necessary always with an IP. can you make a configuration change in httpd.conf (I don't know yet since no test env), so that not assign a dedicated IP to https...
  15. N

    SSL issue after rebooting the server

    if so, likely bug. we need more info to identify the root cause. are the https sites assigned dedicated IPs? I received other report like this.
  16. N

    xdebug with litespeed help "not loaded as zend extension"

    building xdebug.so may have problem. may need use lsapi phpize please refer http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:opcode_cache which build apc.so, see if ok to build out xdebug.so by following the steps.
  17. N

    PHP suEXEC Max Conn and Litespeed restarts, best setting ?

    per my understanding, when lsws detect this error just throw a 508 error to browser instead of 503. so the user know that he should upgrade his host plan. maybe CloudLinux throw 508 error to browser as well ? in case web server is apache. may be best to confirm from them.
  18. N

    PHP suEXEC Max Conn and Litespeed restarts, best setting ?

    thanks. more clear. so return error 508 looks to make more sense. however, it's up to the decision of our development. need investigate other related factors.
  19. N

    PHP suEXEC Max Conn and Litespeed restarts, best setting ?

    hmm... looks no such issue when no CloudLinux? it's suggested to set cloulinx's resource limit always greater than litepeed's...
  20. N

    Shell function within PHP works on Apache but not Litespeed

    those limits are to prevent bad processes to consume too many memory. if your server runs well without those limit, should be ok. maybe java version etc different on old and new server? /usr/java/jdk1.7.0_17/bin/java how about your migrating progress ? is the high io issue gone on the new...
Top