Search results

  1. C

    Page timeout when process hung

    Hi, When a PHP process is hung waiting for a response from an external website the person that triggered the hung process is no longer able to load pages on the same subdomain they simply timeout. What setting would cause this behaviour I can't seem to track it down? e.g. the person goes...
  2. C

    Slowloris http DDoS attack - is LiteSpeed safe?

    Hi, Please can someone confirm if LiteSpeed is vulnerable to this attack: http://ha.ckers.org/slowloris/?docid=EBFPB_IBPWZWR Apache in most installations is, IIS isn't either is Lighttpd and Cherokee (as far as I understand). Thanks.
  3. C

    List of features that can't be used if you read from the httpd.conf

    Hi, We know, for example, that chroot of VirtualHosts can't be used when you use LiteSpeed's ability to read directly from the httpd.conf but we're struggling to find out what other features we would miss out on if we used LiteSpeed in this way. Does anyone else know of other features that...
  4. C

    Rewrite issue

    Hi, We have URL's like this: https://secure.site.com/order/shared/plan They are rewritten using a .htaccess placed in the secure subdomain folder: RewriteEngine On RewriteRule ^order/shared/plan clients/cart.php [L,NC] This works fine in Apache, but for some reason not in...
  5. C

    Demos do not work

    Hi, http://www.litespeedtech.com/products/webserver/demo/ None of these links work :)
  6. C

    .htaccess location questions

    Hi, In Apache you can place a .htaccess here: /home/user/public_html/.htaccess and the rules in that file will apply recursively to all directories beneath. I note in LiteSpeed only the .htaccess file in the subdirectory (for example /home/user/public_html/directory/.htaccess) is taken...
  7. C

    Problem with subdomains

    Hi, We are trying to run the latest beta. However we get 404 errors on all subdomains. The main site all works fine. The debug error is very odd, it says: can not find a matching VHost for [����U����}] the vhost was setup via the admin console and all appears fine, it is identical...
  8. C

    Severe lack of helpful logging

    Hi, We've made some sort of mistake in the generation of our httpd_config.xml file. However when we run a service lsws start absolutely nothing gets logged to the log files e.g. /opt/lsws/logs/error.log. How are we supposed to find out what is wrong? Thanks.
  9. C

    SecFilterRemove

    Hi, Is adding an id after mod_security rules and then using a .htaccess file with: <IfModule mod_security.c> SecFilterRemove id </IfModule> Supported by LiteSpeed?
  10. C

    Problem with 4.0b3

    Hi, How can we track down what is causing this: 2008-11-30 18:15:46.541 [NOTICE] [AutoRestarter] new child process with pid=18805 is forked! 2008-11-30 18:15:46.554 [NOTICE] [AutoRestarter] child process with pid=18805 received signal=11, no core file is created! 2008-11-30 18:15:46.562...
  11. C

    lshttpd using constant CPU even when not in use

    Hi, We are using lsws, but it is not yet active in the sense that it is serving any pages. I note that the lshttpd process is still consuming between 0.7%-1.5% CPU at all times even though LiteSpeed is not serving any content at all. I straced the process and I see the problem is this...
  12. C

    Apply Changes link

    Hi, When you make changes in litespeed it shows an apply changes link at the top of the page. Clicking this link takes you back to the main page where you can restart the server to actually apply the changes. I think this is a bit odd, the link should apply the changes itself by restarting...
  13. C

    $SERVER_ROOT variable in error document

    Hi, We are trying to setup a global error document page that all virtual hosts will serve when the error is triggered. I tried to put this $SERVER_ROOT/404.html in the error document section of each virtual host but this simply triggers a redirect loop. Why is this variable not available? How...
  14. C

    suExec security

    Hi, I come from a suPHP background. We use suExec with LS configured directly via LS virtualhosts. We can see that PHP scripts are running as the user, not as the LS server which is great. However there appears to be little benefit to this approach namely: 1) LS still executes PHP...
Top