Search results

  1. T

    directory access without trailing slash doesn't work after 3.3.9

    Hi folks, I just found that directory access like http://domain.com/directory doesn't work anymore with any version after 3.3.9, meaning it returns a 404 error. I don't know if its just not calling the directory index or whatever but I always had to call http://domain.com/directory/ to...
  2. T

    mod_secdownload equivalent for litespeed?

    Is there any chance to get an equivalent solution for mod_secdownload (from lighttpd) for litespeed? This is the docs about it: http://trac.lighttpd.net/trac/wiki/Docs%3AModSecDownload I'm working on an attachment-solution for my forums which should offload the php-part if it just generates...
  3. T

    setting ext-app for just one subdir of a vhost?

    Hey folks, I have a special case where I'd like to set another ext-app (which is just another php-version in my case) for a given subdirectory of my domain. e.g. I have the php4 external-app for the vhost myvhost.de bound to .php but I want to have the php5 external-app for all .php-pages...
  4. T

    functionality like in mod_rpaf?

    Hey folks, I'm thinking of adding a proxying load-balancer in front of my servers. Unfortunately the backend-lsws servers would only see and log the remote_ip of the proxy-server. For apache there is mod_rpaf ( http://stderr.net/apache/rpaf/ ) which adds back the latest x_forwarded_for...
  5. T

    need a little help with redirection and expressions

    Hey folks, I've moved some content from one subdomain to another which also changed the parameters a little bit. So to avoid hitting the php-code I'd like to redirect in lsws directly but I'm having trouble with using the redirect context with expressions. Essentially I have urls with...
  6. T

    Wildcard Hostnames in listener configuration?

    Hey folks, I might have some special requirement or idea but wanted to ask if its possible. I want to offer some sub-subdomain based hosting for my forums. Therefore the php-app would need to get all requests for e.g. domain[a-z].forums.mydomain.de . But I don't want to let that vhost...
  7. T

    better control over load-balanced backends

    Hey folks, I'd like to rise the suggestion again to have some more control over the load-balanced backends. E.g. to give some priority number or something in the load-balancer configuration to send more requests to a given backend-server which can handle quite some more load. thomas
  8. T

    login with persistent cookies?

    hey folks, I'm having a problem in this forum: I'm always getting only a session-cookie for my login information. Is it just me or is the login only working this way? could someone fix this so I don't need to login again every time I visit the forum? thx, thomas
  9. T

    license bound to network-interface?

    hey folks, because of problems with my primary network interface I tried to switch to the second one. turning off eth0 and on eth1 (which unfortunately didn't solve the problems) made lsws refuse to start, telling me that the license is not valid. Is that the expected behaviour? How can I...
  10. T

    problem with php4 as fcgi both remote/local

    Hey folks, I know I'm having a kinda strange configuration but here's the deal: I'm running two web-servers currently with lsws. Usually only one is serving requests and just uses the other one as php-fcgi load-balanced backend (together with local php-fcgi backends). This part works fine...
  11. T

    problems if Auto Restart is off

    hey folks, trying to diagnose a 503 error I turned off auto restart as it seemed that even if I disabled "fix 503 error" it still restarted (this seems to work in recent versions). if "auto restart" is off, it didn't allow me to do a "graceful restart" from the webinterface, it simply...
  12. T

    problem with rewrite-rules for redirection

    Hey there, I'm running a couple of rewrite rules for my domains to avoid duplicate content. by accident I just found out that they are not working right now. Either I made an error in them or thats a new bug, therefore I'm looking for suggestions ;). The rules look all like that and are set in...
  13. T

    problem with php-cgi started on another port

    Hi there, some versions before you introduced the option to start a php-fastcgi handler with some options and later on to start it automatically. Since upgrading to 2.1.18 this doesn't seem to work anymore. I get *no* error message about this in the logs, just the php doesn't come up anymore...
  14. T

    anyone monitoring lsws with cacti ? / server-status

    Hi there, I'm playing a little bit with cacti (http://www.cacti.net) for monitoring my servers. So far everying is doing fine, load, memory, disk-space is monitoring, together with lots of mysql-statistics. Only thing missing is lsws-monitoring ;). For apache there is a script/template...
  15. T

    RFE: API for adding blocked IPs for a vhost/directory "from the side"

    Hello folks, I'm having my own DoS-protection build into my php-scripts. Those are checking how many accesses to the php-pages are done by which ip and so on. Once a user hits a given threshold his IP is added to a .htaccess-file and removed after a specified ban-time. that results in...
  16. T

    RFE: new Context "authentication"

    Hello folks, I'd really like to see a simple "authentication"-context in lsws in one of the coming versions. I'm especially interested in the settings: Realm Authentication Name Required for protecting a directory or file from public access like that. I know, I can do all this with...
  17. T

    php-5.1.4 fcgi not killed on restart/reload

    Hi there, I don't know if its related to php-5.1.4 only which has a changed fast-cgi implementation or to lsws. But since upgrading to php-5.1.4 there is at least one php5-process left on gracefull reload/restart running at 100% cpu-load. Same happens if I completely shut down lsws ... I...
  18. T

    trying to get lsapi into the gentoo-ebuilds

    just for your interest: http://bugs.gentoo.org/show_bug.cgi?id=132913 don't know if they even consider it but maybe it helps if you can give support to them :). Or is there any chance that it gets included in php-core soon?
  19. T

    experiences with APC and php-4.4 / php-5.1 ?

    Hi there, 2 weeks ago I upgraded my production environment from php-4.3.11 to 4.4.2, both running APC and through fastcgi. Since then I'm having problems with my php-install, sometimes the php-processes just stall and nothing works anymore, sometimes I get core-files which essentially...
  20. T

    spawning multiple php-instances listening on tcp/ip ?

    Hi there, are there some nice and simple command-line options to let litespeed start multiple php-fcgi instances (those are different versions) listening on different ports (needed for multi-server usage) instead of using a socket? I'm currently using spawn-fcgi but that install takes only...
Top