Search results

  1. E

    301 "Moved permanently" glitch

    Hello, I noticed this issue using a rewrite rule like this: RewriteRule ^/old-dir/$ /new-dir/ [R=301,L] When I request http://www.mydomain.com/old-dir/ I correctly get a http response with the location header correctly set, i.e.: Location: http://www.mydomain.com/new-dir/ So far, so...
  2. E

    Glitch with custom error pages and contexts

    Hello, here's how to reproduce the behaviour that I encountered: 1) Create a context for a certain virtual host, using settings like these: URI: /protected-dir/ Location: protected-dir/ Accessible: Yes Access Allowed: 123.123.123.123 Access Denied: ALL 2) In the general tab of the...
  3. E

    Running lsphp standalone

    Hello, I set up Litespeed to handle php through the load balancer which talks to a standalone lsphp process listening in the background on the same machine. I would like to ask a few things. 1) If I want, for example, 4 lsphp processes listening for connections from Litespeed should I start...
  4. E

    Rewrite log and piped logging

    Hello, I already read in a previous thread that a separate request filter log is going to be implemented in a future release. I think that this is a very good idea. Still, there are a couple of things regarding logs that I'd like to ask: 1) Is a separate rewrite log planned? 2) Will it...
  5. E

    Current requests' info in the RT stats

    Hello, I thought that it would be very useful to have the possibility to monitor the current requests that the server is managing in the real-time statistics. I would like to have each connection on a separate row, the columns could show information like: - Remote IP address - Vhost...
  6. E

    lsphp and graceful restarts

    Hello, I would like to ask if lsphp suffers from an issue that affects mod_fcgid on apache. The problem is described here: http://sourceforge.net/mailarchive/forum.php?thread_name=20070920072507.31408.qmail%40apnet.pl&forum_name=mod-fcgid-users...
  7. E

    More abuse prevention features

    Hello, I think Litespeed has already many good security features built in, yet there are a couple of things that I would love to see implemented. This would be all I need to leave Apache for good. These features are provided in mod_evasive and mod_cband for Apache, but having them integrated...
  8. E

    A few issues with the request filter and a possible bug

    Hello, I'm trying out Litespeed web server and noticed a couple of strange things. Some preliminary info: - I am getting the same results with the standard and enterprise editions, v3.3.4. Running on Debian Etch i386. - All the settings are entered through the web interface. No httpd.conf...
Top