Search results

  1. C

    Loading apache site-available config with lsws ent.

    Hello is there any way to load a apache style rewrite config without having apache2 installed? I've a pretty big file here which contains much <directory> based rewrites. p.s. I don't want to use .htaccess files.
  2. C

    "Compile PHP" with custom php source?

    Today some security patches have been released for debian lenny (php5-5.2.6) and I would like to install this version with the compile php function from the admin panel. Is that possible somehow? Thanks. p.s. I can't upgrade to php 5.3 right now.
  3. C

    hash algorithm collision

    great, can I use this line in the lsws request filter? or is there another syntax?
  4. C

    hash algorithm collision

    is there a lsws setting to limit post vars somehow? Something like max_vars in suhosin.
  5. C

    hash algorithm collision

    http://www.ocert.org/advisories/ocert-2011-003.html Is lsws affected by this?
  6. C

    4.1.4. hangs sometimes

    Since 4.1.4 (?) I have the problem that the "litespeed" process hangs up sometimes (it shows 100% cpu @ top and doesn't do anything) without spawning new lsphp5 processes. I'm required to manually restart lsws to solve this problem. There is also no error message in the error.log or...
  7. C

    strange php error

    v4.0.20 runs on that machine
  8. C

    strange php error

    is it normal that this script runs automatically? and what does it do?
  9. C

    strange php error

    do I have to worry about this error? I wasn't at the lsws admin panel at this time.
  10. C

    lslb crashes @ http get ddos

    attack: 84.157.186.220 - - [09/Jun/2011:22:00:49 +0200] "GET / HTTP/1.1" 400 362 "-" "o6i45FljMK" "-" 77.180.161.39 - - [09/Jun/2011:22:00:49 +0200] "GET / HTTP/1.1" 400 362 "-" "HOf3IcC1cv" "-" 84.197.213.40 - - [09/Jun/2011:22:00:49 +0200] "GET / HTTP/1.1" 499 0 "-" "2n4tDBTXDN" "-"...
  11. C

    lsapi slave

    I've chown'ed the /lsphp5/bin/lsphp and /lsphp5/lib/php binary to www-data:www-data, still same error.
  12. C

    lsapi slave

    might be a dump questions, but do I need to copy the php files to the remote php machine? Because I receive errors like this:
  13. C

    lsapi slave

    I'm refering to a php lsapi that I start from command line.
  14. C

    lsapi slave

    Hello, I would like to add an lsapi slave to one of my litespeed webservers. Is there any guide how to do this? The webserver itself should still process php requests, not only the slave, so that I can use the performance from both servers. I know how to build lsapi, but I'm stuck on...
  15. C

    LSWS - could it run on Amazon EC2?

    any news on that?
  16. C

    Litespeed cache + vB + vBSEO conflicts/issues ?

    okay, it seems to work with this rewrite rule #%LiteSpeed Cache rules RewriteCond %{HTTP_COOKIE} !vbseo_loggedin RewriteCond %{ORG_REQ_URI} !(login/wait|admincp|modcp|(login|register|usercp|private|profile|cron|image)\.php) RewriteCond %{REQUEST_METHOD} ^HEAD|GET$ RewriteCond...
  17. C

    Litespeed cache + vB + vBSEO conflicts/issues ?

    that works, however the caching itself doesn't work properly, only one file is created at /tmp/diskcache/a/6/1/a615e441 (shouldn't there be more files?) and the cache only sometimes gets hit and not for any page.
  18. C

    Litespeed cache + vB + vBSEO conflicts/issues ?

    I'm receiving an with mistwang's htaccess
  19. C

    Litespeed cache + vB + vBSEO conflicts/issues ?

    We have some custom scripts running, what folders & scripts should we add here?
Top