Search results

  1. B

    LS sets arbitrary limit on numb of htaccess rewrite rules

    A strange issue, or bug in LSWS. I'm doing some work for a client on a site that has LSWS operating under a cPanel shared web host. (On this server I do not have access to the LS Admin interface, so I am not aware of which version of LS Enterprise they are running. Probably 4.0.15). I'm...
  2. B

    PHP warnings in LSWS from /classes/STATS.php

    I've been seeing LOTS of these errors recently in the LSWS error log, after viewing the live stats: 2010-04-23 22:46:52.370 NOTICE [12.34.56.78:2114-0#_AdminVHost] [STDERR] PHP Warning: array_multisort() [<a href='function.array-multisort'>function.array-multisort</a>]: Argument #1 is...
  3. B

    XSS vulnerability and broken code in LSWS Server Log Viewer

    LSWS Standard Edition 4.0.14 has a potential XSS vulnerability within the Web Administration Console, specifically within the Server Log Viewer. This vulnerability arises because LSWS does not sanitise the request data presented to the client browser by the Server Log Viewer. This allows...
  4. B

    Why not install PHP 5.* by default in LWS 4.*

    When installed, by default LSWS 3.* installed PHP 4 for all virtual hosts. Now that we are onto v4 of LWS, why doesn't LSWS install PHP v5 by default when you newly install LSWS? The jump from LSWS v3 to v4 is big enough to justify a jump from PHP 4 > PHP 5 in the default setup.
  5. B

    Upgrading 3 to 4: mod_security rules need changing?

    LSWS v4 uses mod_security 2.x rule syntax, LSWS v3 used mod_security 1 rule syntax. Does this mean LSWS v4 now supports both mod_security 1 AND 2.x syntax rules, or do I now need to amend my 1.x rules to the 2.x syntax?
  6. B

    LSWS Server & virtual hosts handling IP deny errors & RFC 2616 etc

    This may be a bug or a feature in LSWS 3 Standard Ed. - I'm not sure. Probably a bug. Under Apache, if you deny a remote IP address from accessing your server server-wide via httpd.conf - eg: <Files *> Order Allow,Deny Allow from all Deny from 123.456.789.000 </Files> the server...
  7. B

    install.sh no longer offers to install PHP cache

    The latest versions of LSWS no longer have the option to install a PHP cache enabled in install.sh - it is commented out in the source now. Why is that? Does this also mean that when an existing LSWS installation is upgraded to a newer version, any PHP cache (eg APC) will no longer be...
  8. B

    3.3.16 and Header directive

    From the 3.3.16 version history: What does this mean and how do I use it :)
  9. B

    LSWS - could it run on Amazon EC2?

    I am looking into using Amazon EC2 for running some web services that may need the sort of scalability EC2 provices. http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=84 I notice there are already plenty of LAMP images ready to load up and run under EC2, so I have...
  10. B

    Suggestion: apc.php link from within LSWS Admin

    Just a suggestion: The APC cache comes with a very nice script (apc.php) that provides useful stats and management info about the APC cache. It would be nice if when LSWS installs APC, a link to apc.php goes into the LSWS admin interface somewhere. As it is, you have to dig apc.php out of the...
  11. B

    3.3.11 eAccelerator install error 404 off litespeedtech.com

    3.3.11 + eAccelerator install errors I am attempting a completely clean install of LSWS Std, using the latest 3.3.11. The install.sh script runs fine until it comes to installing a cache. If you select [2] to install eAccelerator, the script fails at that point and generates a 404 off the...
  12. B

    Security > Access control still lets visitors through

    LSWS 3.31 Std, on CentOS 4.5. Not using Apache config - pure LSWS test default setup, with just the one virtual host at $SERVER_ROOT/DEFAULT/ Problem/bug: LSWS doesn't seem to actually block IP addresses specified server-wide in the Denied List from hitting the server. I've setup LSWS...
  13. B

    v3.3 PHP build - define some default compile parameters

    Just checking out 3.3 Std's Compile PHP feature. Very handy. But in compiling PHP 5, I note that the 'Configure Parameters' box is empty. What does this mean? Does this mean a compile of PHP 5 without specifying anything here will result in a 'skeleton' PHP with minimal functionality...
  14. B

    400 'Bad request' error codes do not get logged

    This may be related to the previous bug report I sent in about the erratic way that LSWS handles custom error codes. When I generate a 404 error in LSWS, GET /sadfsdfdfs.html HTTP/1.1 Host: 123.456.789.012 Accept: */* RESPONSE: ************** HTTP/1.1 404 Not Found Date: Tue, 30 Oct...
  15. B

    Erratic handling of custom error pages

    LSWS is erratic in the way it returns custom error codes. For some errors it returns the correct custom error page, for some codes the in-built error codes are displayed DESPITE the custom error codes being set for that error type. Setup is LSWS 3.2.4 Standard. I only have one listener...
  16. B

    Litespeed and PHP 4.4.7 end of life

    Since PHP have announced that support for PHP 4.4.7 will be discontinued from 2007-12-31, will the standard LWSW PHP bundle soon be updated to PHP 5.2.4 or something before then?
  17. B

    3.2.3 Std admin section is wonky in IE6

    All was good under 3.2.2, however there appears to have been some HTML changes to the page code in the LSWS Std admin area. These produce bad display behaviour when displayed under my fav browser, which uses the IE6 engine. It works well under FF, Opera etc but no longer works well under IE6...
  18. B

    Biggest Standard site(s)?

    Was just curious for some examples of sites running LSWS Standard Ed, and what sort of usage or traffic volumes people could run it at before they struck the 150 connection ceiling. Maybe not URL's, but maybe examples of daily traffic (page views etc), or if the sites are running forums, what...
Top