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

    Figured it out, permissions on /usr/local/lsws were off. root@xx [/usr/local]# ls -al | grep lsws drwx------ 15 root root 4096 Apr 4 20:24 lsws/ root@xx [/usr/local]# chmod 755 lsws root@xx [/usr/local]# ls -al | grep lsws drwxr-xr-x 15 root root 4096 Apr 4 20:24 lsws/ Now it works...
  3. O

    404 on :7080

    sh-4.1# ls -l /usr/local/lsws/admin total 36 drwx--x--- 3 root nobody 4096 Apr 5 04:09 cgid drwx------ 2 lsadm lsadm 4096 Apr 3 15:26 conf drwxr-xr-x 2 root root 4096 Apr 3 15:26 fcgi-bin lrwxrwxrwx 1 root root 14 Apr 3 15:26 html -> ./html.5.1.14/ drwxr-xr-x 8 root root 4096...
  4. 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...
  5. 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...
  6. 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?
  7. 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...
  8. O

    508 Errors?

    Has anyone reported slowness when there's a lot of 508 errors? I had a situation last night where the load on the box was nothing, IO was nothing, the box was sleeping, but all web requests to the box took forever (15 seconds+) to load simple pages. I saw there was someone getting a lot...
  9. 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.
  10. 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...
  11. O

    Output Bandwidth doesn't work

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

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

    That doesn't really help me as I don't know what scripts are doing it. What is the filename? Just core.####?
  13. O

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

    I added that, where would it store the core dump? It's not in /tmp/lshttpd/bak_core/
  14. 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.
  15. O

    Litespeed & Project HoneyPot

    I'd like to see this as well.
  16. O

    /webmail giving a 500 Error

    This appears to be an issue with CloudLinux's CageFS, not Litespeed. Sorry
  17. 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...
  18. O

    Disabling connection timeout for an entire domain

    Works! My issue was the placement of that line in the .htaccess, I put it on the very top and it started working. Thanks!
  19. O

    Disabling connection timeout for an entire domain

    I think my problem is that it's not calling the correct file that is causing the timeout. Is it possible to disable it on the entire domain instead of a single file?
Top