Search results

  1. O

    5.4.3 - Slowness / Outages

    Howdy, Our server(s) upgraded to 5.4.3 today and almost immediately we started to receive support complaints of customers unable to reach their site, slowness, broken CSS, etc. Sadly the logs didn't provide much data besides PHP scripts exiting with 'Connection reset by peer'. We switched...
  2. O

    404 on :7080

    Getting the a 404 on http://IP:7080 Logs show: 2017-04-04 20:26:26.490 [INFO] [x.x.x.x:55895] File not found [/usr/local/lsws/admin/html/] 2017-04-04 20:26:26.490 [INFO] [x.x.x.x:55895] Cannot found appropriate handler for [/] 2017-04-04 20:26:26.798 [INFO] [x.x.x.x:55895-1#_AdminVHost] File...
  3. O

    mod_expires

    Does mod_expires work with Litespeed? Customer has the following .htaccess ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType text/css "access 1...
  4. O

    IgnoreIndex doesn't work?

    Does Litespeed support IndexIgnore? It doesn't seem to have any affect on any of our websites, is it a setting we need to turn on or is it not something Litespeed supports?
  5. O

    Troubleshooting 503 errors

    Where do you suggest we go to find out more information about why a site is 503'ing? We'll get things like this several times a day: 2013-11-18 12:48:12.288 [INFO] [IP:56269-4#APVH_domain.com] connection to [/tmp/lshttpd/APVH_domain.com_Suphp.sock.078] on request #5, confirmed, 1, associated...
  6. O

    508 Errors?

    We're seeing a lot of complaints about 503 and 508 errors now with 4.2.5. Most of the time, it's due to hitting CloudLinux limits, so I'm trying to figure out if this is a recent change in Litespeed or CloudLinux. It seems the complaints started happening as soon as we upgraded to 4.2.5.
  7. O

    Better handling of static files while IO is high.

    I have a box that spikes up to 100% available IO for 5 seconds at a time, every 10 minutes or so. During these spikes, Litespeed doesn't really respond, even for a plain text file that says 'HI', no PHP, No MySQL. I've attached my configuration, is there anything you can suggest to help...
  8. O

    Output Bandwidth doesn't work

    In the Real-Time stats, the output bandwidth values always show 0.
  9. O

    lsphp5[19654] general protection ip:73e001 sp:7fff429133d0 error:0 in lsphp-5.3.23[40

    Does everyone get these errors or is it just me? Every single box almost I get lsphp5 seg faults and general protection errors, I'd say every few minutes.
  10. O

    /webmail giving a 500 Error

    cPanel has an alias /webmail which goes to: ScriptAliasMatch ^/?webmail/?$ /usr/local/cpanel/cgi-sys/wredirect.cgi That script seems to work: root@cpanel [/etc/httpd]# /usr/local/cpanel/cgi-sys/wredirect.cgi Status: 301 Location: https://cpanel.server.com:2096 However, when clients go to it...
  11. O

    Disabling connection timeout for an entire domain

    I came across this post: http://www.litespeedtech.com/support/forum/showpost.php?p=22941&postcount=14 Hopefully that feature still works, I can't seem to get it to work though. I'd like to disable connection timeout for an entire domain, is that possible with this?
  12. O

    Latest Version

    Why does Litespeed Admin say the latest version is 4.2.1 when 4.2.2 is out and has been out for a while?
  13. O

    One log file for all VirtualHosts

    This is going to sound like a really strange support request...... and with that said, we use the Apache httpd.conf configuration method... Is there a way to have 1 log file for all virtualhosts (without configuring each virtualhost) We use cPanel, so we really can't touch the virtualhost...
  14. O

    Need help understanding log

    Can you help me figure out what exactly this means? 2013-01-30 04:04:50.082 [INFO] [46.165.195.x:35494-0#APVH_domain.com] Connection idle time: 121 while in state: 5 watching for event: 25,close! 2013-01-30 04:04:50.082 [NOTICE] [46.165.195.x:35494-0#APVH_domain.com] Content len: 0, Request...
  15. O

    Litespeed stops responding for several minutes

    I have two boxes doing the same exact thing, it started 2 weeks ago or so. Atleast once a day, Litespeed will stop responding for 5-10 minutes with nothing in the logs. I tried upgrading them to 4.2 last night and it did it again this morning. There's really nothing in the logs, it just...
  16. O

    modsec issues

    Can someone help me figure out why this modsec rule don't work in Litespeed, but work in Apache? SecRule REQUEST_FILENAME ".{1,}paypal\.com{1,}" "phase:1,t:none,log,deny" It's a simple request, to block the request if there is paypal.com anywhere in the URL string. example...
  17. O

    Failed to initialize VMemBuf

    Can you take a look at this error and let me know what exactly happened here? A restart of litespeed fixed it. 2012-08-29 09:43:06.175 [ERROR] [1.2.3.4:51221-0#mydomain.com] Failed to initialize VMemBuf. 2012-08-29 09:43:06.175 [INFO] [1.2.3.4:51221-0#mydomain.com] connection to...
  18. O

    Local IP being added as Anti-DDOS

    I realize you can do this via the "trusted" IP sections, but is it possible to add some functionality NOT to blacklist local IP's to itself, that just seems silly and a really bad idea.
  19. O

    Max connections per vhost

    Is it possible to set a max connections per vhost instead of a global max connections? Keeping in mind that I'm using apache's httpd.conf (since it's a cPanel server)
  20. O

    [Solved] Litespeed not reading .htaccess file

    cPanel uses the following alias: Alias /bandwidth /usr/local/bandmin/htdocs/ /usr/local/bandmin/htdocs/.htaccess has a username/password auth However, it's not reading it, here is the Directory listing that would apply to that directory: <Directory "/"> Options ExecCGI...
Top