Search results

  1. W

    Black hole with litespeed ?

    Hello, One of our customers websites is victim of the Pushdo virus. This virus generates a few hundred domains and does random calls to these domains to hide it's real trafic. In 20 days our customer's website index page was viewed 25 million times by this botnet. So far the useragent hasn't...
  2. W

    5 second lag when same image called multiple times in a short period of time

    Hello, I haven't tried out of context. I'll try and reproduce the issue on a test account and let you know. It's 5 seconds not 5 minutes. It does the first 15 images in milliseconds then waits for 5 seconds before doing the 16th image then does the next four images in milliseconds. It...
  3. W

    5 second lag when same image called multiple times in a short period of time

    Hello, I'm trying to find the setting that would cause a 5 minute lag when the same image is called about 10 times in a row from within a PHP script that's not CPU, memory or disk limited. One of our clients scripts does this and recently he's experiences lags over 5 seconds because of this...
  4. W

    Conditional AddType ?

    I think they did use suphp at that time this file allowed the user to set things like : SetEnv REGISTER_GLOBALS 0 SetEnv ZEND_OPTIMIZER 1 SetEnv MAGIC_QUOTES 1 SetEnv PHP_VER 5 SetEnv IONCUBE 1 SetEnv ZEND_OPTIMIZER 0 SetEnv PHP_VER 5 The company in question is here ...
  5. W

    Conditional AddType ?

    Thanks, that will solve my immediate problem, Some suppliers allow users to add something like this to their .htaccess : SetEnv PHP_VER_5_5 This makes sure the htaccess stays compatible with other hosts. Any idea if something like this would be compatible with litespeed ? Like...
  6. W

    Conditional AddType ?

    Hello, We're looking into howto make sure that sites don't break when we revert to apache. We've set up multiple PHP versions but only with Litespeed and not with Apache. Litespeeds documentation says to add : AddType application/x-httpd-php54 php54 This is good for testing...
  7. W

    CGI vs suexec deamon for servers with a large number of sites ?

    I believe they don't use /dev/shm as tempfs is supposed to be slower than direct memory access due to going through tempfs but I will defenetly give eaccelerator another go some time soon with everythig on /dev/shm once I've prevented it from crashing php with the default settings
  8. W

    CGI vs suexec deamon for servers with a large number of sites ?

    Last time I tried eaccelerator everything crashed and I had to comment out the eaccelerator lines from the php.ini to get things back up and running again. I haven't had time yet to find out why it crashed. Thanks
  9. W

    CGI vs suexec deamon for servers with a large number of sites ?

    Hello, I'm currently running php un suexec deamon mode but have been unable to use any opcode cache because none of the existing opcode caches seem to like to have a large cache and they also don't like it when the cache gets full as they empty it all at once. We invested nearly a year ago in...
  10. W

    LiteSpeed 4.2 + SuExec Daemon + CloudLinux + APC = 503 errors

    We tried APC some time ago and got 503 errors, same with xCache and even some (but fewer) with zend opcache. We've also had 503 errors and litespeed restarting when CloudLinux gives off an error because of either maximum processes being hit or when CPU goes well over the users limit (when the...
Top