Search results

  1. M

    LSWS - Mod_Rewrite QSD [Query String Discard]

    Does LiteSpeed support QSD [Query String Discard] in mod_rewrite? It looks like mod_rewrite with Apache 2.4 does support this although it doesn't seem to function with LSWS 5.1.X+.
  2. M

    LSWS 4.1.13 + Kayako Support Suite (and possibly other scripts)

    When LSWS 4.1.13 is running, none of the web forms in Kayako SupportSuite work - they all return error messages about not submitting a department ID, or not entering a search query, etc... When I roll back to 4.1.12 this issue disappears entirely and the site/script/forms work as expected. The...
  3. M

    [solved] Update via SSH/Shell without Prompts

    I'm sure this is possible as the LiteSpeed Admin upgrades without asking you to re-accept the license, etc. Is there a script that can be run to update LiteSpeed to the latest version without all of the prompts of a normal install?
  4. M

    [Solved] Drastically Increased PHP RAM Usage after Rebuild, only via LiteSpeed

    Hello, This issue is quite odd and I've not yet been able to track down what is causing it. Users on a specific server running Drupal and one running Xenforo are reporting out of memory errors after recently rebuilding PHP 5.2.17 (to fix a GD Image issue). The configuration and options were...
  5. M

    LSWS Crashing (4.1.8 and 4.1.10)

    LSWS works fine for hours, days, or weeks and then it suddenly stops processing requests it seems. When I turned on full debug logging I see a TON of this right before it stops working: 2012-01-21 17:00:49.174 [DEBUG] [MMAP] Release mapped data at 0x2aaaad197000 2012-01-21 17:00:49.174 [DEBUG]...
  6. M

    [Not Resolved] LSWS 4.1 - Spinlock

    On LSWS 4.1 we're having LiteSpeed spinlock and stop serving requests, I did an strace of the process while this was happening but didn't manage to be able to force a core dump before this somehow resolved itself. Here's some of the strace (it's pages long of the same thing): epoll_wait(7...
  7. M

    cPanel/WHM+LiteSpeed - Building Matching PHP and turning on EasyApache Hook via SSH

    I'm looking for directions to turn on the EasyApache hook and to build the matching LiteSpeed PHP via shell so that we can better automate our installations for customer VPS. I do realize it can be done via WHM (and that's how we do it now, manually) however doing it via shell so it can be...
  8. M

    [solved] PHP5.2 + PHP5.3 Side by Side

    I've managed to get PHP 5.2.17 and PHP 5.3.6 installed side-by-side: [root@gemini fcgi-bin]# ./lsphp5 -v PHP 5.2.17 (litespeed) (built: Apr 9 2011 05:41:35) Copyright (c) 1997-2004 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies with the ionCube PHP Loader...
  9. M

    [solved] PHP 5.2.X + PHP 5.3.X side-by-side on a LSWS+cPanel Server

    Hello! I know that it's possible to run PHP 5.3.X and 5.2.X side by side and I have a gist of how to get it done. We're already running 5.2.X on our servers. I've guessed this so far: Build PHP 5.3.X manually, it will need it's own folder for the binaries, it's own php.ini, extension...
  10. M

    APC - "503 Service Unavailable"

    Upon rebuilding PHP 5.2.14 via LSWS's control panel and building in APC support, when enabling apc.so we get 503 errors: Suggestions?
  11. M

    [solved] LSWS won't build APC?

    Main Status:
  12. M

    [Solved] DirectoryIndex

    I'm not sure exactly what is going on with this so I'm going to lay it all out. The default server directory index is: /usr/local/apache/conf/httpd.conf DirectoryIndex index.html.var index.htm index.html index.shtml index.xhtml index.wml index.perl index.pl index.plx index.ppl index.cgi...
  13. M

    503 Errors

    A customer is having an issue with intermittent 503 Errors and I took a look at the LSWS error logs but I'm not 100% sure why this is occurring. Looking for some insight. 2010-06-29 07:28:54.624 INFO [255.255.255.255:25882-0#APVH_redacted.org] connection to...
  14. M

    OSCommerce and LiteSpeed

    Hello, I have a client who just transferred over to one of my servers and is having trouble with their OSCommerce installation getting stuck on "checkout_shipping.php" I've Google'd the heck out of it and I've not been able to identify the cause - I know that the old provider was running...
  15. M

    [Resolved] Content Encoding Error on .html but not .htm (same file, renamed)

    I have a customer who just has a very simple index.html in their public_html which is failing with this: http://www.screen-shot.net/2010-06-06_1523.png If I change the file name to .htm (from .html) it loads perfectly fine. If I leave it as .html and I go into the LiteSpeed Admin control...
  16. M

    408 Errors

    Hello, I seem to be getting 408 errors on a few LiteSpeed powered VPSs and I'm not entirely sure as to why. The node loads/ram/ I/O etc... are all fine as are the statistics on the VPSs that are having the issues. This is on 4.0.13 - I did try 4.0.14 previously but was getting 503 errors...
  17. M

    Licensing Issue on new VPS

    I've set up a VPS and installed it with a trial license for a client and now the trial expires tomorrow and they've obtained a new license key. When trying to update the key via the WHM plugin the page never loads (eventually goes blank) and it seems as though the server isn't able to...
  18. M

    Intermittent LiteSpeed issues on a VPS

    Ok, so I have a client with a VPS that is running LiteSpeed Enterprise and he usually has around 120~180 active users on his site at any given time. The server runs great for a day or two and then suddenly it starts taking 15~20 seconds for the web server even to respond to requests. When I...
  19. M

    [Resolved] mime.properties - js=application/x-javascript vs js=application/javascript

    I found that LiteSpeed was not gzip compressing .js files with the type application/x-javascript in the gzip list (which is by default) and the same mime type inside of mime.properties. I tested using this test: http://www.whatsmyip.org/http_compression/ When doing a curl -I of the .js...
  20. M

    Core Dump Location

    One of our busier servers is doing a core dump of LSHTTPD about 2 to 3 times daily and I would like to do one of two things: 1) Disable Core Dumps for LSHTTPD 2) Move where it saves Core Dumps When it creates two if we don't get to it fast enough it fills /tmp and then MySQL quits working...
Top