Search results

  1. J

    cypher recipe to remove SHA1 cyphers

    https://wiki.mozilla.org/Security/Server_Side_TLS Looks like it is still difficult to remove SHA1 ciphers without ignoring quite a few browsers that are still in use.
  2. J

    cypher recipe to remove SHA1 cyphers

    Hello, I'm getting SHA1 errors and would like to know if anyone has a cypher recipe that eliminates using SHA1. My cert is SHA2 and installed correctly but the cypher strings needs updated. Please advise.
  3. J

    Licensing with resizing cloud/vps type servers

    Hi, Over the weekend, I resized my cloud based server for an expected traffic spike. Then, after the spike passed, I resized back down. Everything was working fine and then out of the blue roughly 18 hours later the licensing system errored out the license and the web server was...
  4. J

    [Solved] compiling PHP and including memcache

    solved from php.net If you have multiple PHP versions installed, you may be able to specify for which installation you'd like to build by using the --with-php-config option during configuration. --with-php-config=[Insert path to proper php-config here] ------------------------ this...
  5. J

    [Solved] compiling PHP and including memcache

    found the phpize for 5.4.11 I found the phpize for 5.4.11 in /opt/lsws/phpbuild/php-5.4.11/scripts So, I re-compiled after /opt/lsws/phpbuild/php-5.4.11/scripts/phpize and again, ./configure then make, then copied the new memcache.so into the modules directory. The output of the phpize did...
  6. J

    [Solved] compiling PHP and including memcache

    Hello, Using the LS admin panel, I compiled php5.4.11. I checked the box to include the memcache extension. It compiled but appears to have compiled using the wrong version of PHP. I get the following error: [STDERR] PHP Warning: PHP Startup: memcache: Unable to initialize module Module...
  7. J

    php and memcache

    no output when using memcache functions I also noticed that i get no output when using the memcache functions...
  8. J

    php and memcache

    Hi, - Started memcached service and verified running via telnet - Used lsphp5/bin/pecl to install memcache - edited php.ini with the following: extension=memcache.so session.save_handler = memcache session.save_path = "tcp://127.0.0.1:11211" and commented out...
  9. J

    Typical settings for these environments

    Some additional insight I ran some more test runs of httperf and this time I did some runs that included mysql db querys and some runs that did not. Litespeed handled the non-mysql connections with no problems. I went from 200 conns/sec to 400 conn/sec and no client timeouts. Then when...
  10. J

    Typical settings for these environments

    Was hoping to be more proactive I've been running httperf to try to get a handle on how things will respond. Is there not some guidelines for configuration settings for various sized machines? What do I look at results from httperf or other benchmarking software, how do you know where to...
  11. J

    Typical settings for these environments

    Hi, Are there recommended configuration settings for various sized machines? e.g. for a 2GB RAM machine start with these typical settings, for a 8GB or 16GB machine start with these settings, etc. My litespeed server is on a VPS and I'm expecting a traffic spike. I plan to size up my...
  12. J

    [Resolved] Upgrade from 4.0.6 to 4.0.12

    Thanks Thank you for the info!
  13. J

    [Resolved] Upgrade from 4.0.6 to 4.0.12

    Can I upgrade from 4.0.6. to 4.0.12 directly or is it not a good idea to skip revisions?
  14. J

    Upgraded to 4.0

    Downloaded and re-installed and it worked. We do have lib-jpeg installed, but it's the 64 bit version, so maybe that caused the trouble. Thanks! Joe
  15. J

    How can hide litespeed brand?

    Just setup your own version of 404.shtml and copy to all your sites. It would probably only take you 30 seconds to fix it, as well.
  16. J

    Upgraded to 4.0

    Hello, we deleted the file as you advised and got the same result. What else can we do? Thanks, Joe
  17. J

    Upgraded to 4.0

    deleted the file as directed and restarted, same results... please advise. THanks, Joe
  18. J

    how to add php 5.2.9 to compiler

    i'm a little nervous about upgrading due to this: http://www.litespeedtech.com/support/forum/showthread.php?t=2786 Thanks, Joe
  19. J

    how to add php 5.2.9 to compiler

    Is there a way to add php 5.2.9 to the admin panel compiler? It's recommended by php.net to update to this version. Thanks, Joe
  20. J

    Upgraded to 4.0

    After upgrading from 3.3.24 to 4.0, the main web server seems to be fine, but the admin site isn't working, get a 503 error. Here is the error.log entries: 2009-03-20 11:26:42.095 [INFO] [67.197.xx.xx:50989-0#_AdminVHost] ExtConn timed out while processing. 2009-03-20 11:26:42.095 [INFO]...
Top