Search results

  1. N

    autorestarting and error: Connection reset by peer

    run dmesg, see if see many "nf_conntrack: table full, dropping packet"
  2. N

    Error 404 while watching anime on iphone.

    Error 404 mean Not Found. when you click a link on the page, but the file the link point to not exist on server yet, the server will return the browser "404 NOT FOUND" as you see. looks the server is running on apache 2.2 (Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips...
  3. N

    Constant Segmentation fault

    please switch back to a previous version. in admin console(:7080), Actions->Version Manager
  4. N

    Keep-Alive Timeout (secs)

    do you want to disable keep-alive ? then set "Max Keep-Alive Requests" 0 or 1. from the popup tip:"Value of 1 or 0 will disable Keep-Alive."
  5. N

    How to install mod_flvx.c ??

    verified on 4.1.11, it's working. here's sample code for your reference: above jw_player.swf is jwplayer, can get it from http://www.longtailvideo.com
  6. N

    Enable Request Filtering?

    gotroot ruleset is recommended. you needn't disable any rule manually. those not supported rules are skipped automatically. if you find particular supported rules are not executed, please report the issue on forum.
  7. N

    Enable Request Filtering?

    should say: not 100% compatible with the apache mod_security engine, but for most latest rules which engine is compatible, those rules works fine and more efficient. FYI: many of our users are using cPanel, lsws plugin for cPanel, mod_security.
  8. N

    Enable Request Filtering?

    please refer: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:mod_security_compatibility
  9. N

    [Solved] php mysql.so error

    can you comment out this line in php.ini zend_extension="/usr/local/Zend/lib/Guard-5.5.0/php-5.3.x/ZendGuardLoader.so" and see if any difference?
  10. N

    About the license and CPUs

    please refer http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:license:what_license_to_choose "The number of your licensed CPU cores DOES NOT need to match with that of your physical server"
  11. N

    [solved] 503 Error when using Gallery (Menalto)

    check with your host, if you can choose what lsphp you'd run: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:multiple_phps_in_control_panel_lsws
  12. N

    Proxy on a specific IP adress

    while not very clear about your question, but litespeed support reverse proxy. for detail setting, please refer this post: http://www.litespeedtech.com/support/forum/archive/index.php/t-4738.html
  13. N

    [solved] litespeed requires 777 permission

    so php suExec is not enabled due to vhost template setting. Thanks for the update. mod_ruid2 not recognized in current lsws version. may recognize it later.
  14. N

    Random 503 Errors

    please paste the error log relating to 503. here's an example: above is a complete error log for 503 error happening at 03:41:47, which extracted from error.log. please check if your recent 503 error has same pattern as above: before "Max retries has been reached, 503!", there is a line...
  15. N

    [solved] lsphp-5.2 Crashing for Missing Deps

    has you enabled ZendGuard extension in php.ini ? is command line "lsphp5 -i" able to run ?
  16. N

    limitation of apache logformat on free version

    I did more tests, here's the result: for standard version: 1.lsws native vhost's access log format is customizable 2. if vhost is read from apache's httpd.conf, log format is fixed(bug ? or for performance ?) you can create 2nd log, but format is "combined", cutomized LogFormat is...
  17. N

    [not solved] Failed to obtain or reinitialize VMemBuf

    ok. marked as [not solved]
  18. N

    add charset to http header using htaccess

    I did simple tests(phpinfo.php) on apache and lsws, lsws is compatible with apache in this regards. refer apache document: http://httpd.apache.org/docs/2.0/mod/core.html#adddefaultcharset AddDefaultCharset On|Off|charset works. please note in the document: "This directive specifies a...
  19. N

    limitation of apache logformat on free version

    should not --- but I'm not sure. I'd leave this for our other staff to answer it.
  20. N

    limitation of apache logformat on free version

    except log format, are the whole site working ? the major limit for standard version running with control panel(e.g. directAdmin) is Max Virtual hosts from Apache httpd.conf : 5 http://www.litespeedtech.com/litespeed-web-server-editions.html
Top