Search results

  1. D

    Dedicated IP VirtualHosts from httpd.conf

    Ok so I setup litespeed on the server and setup "Using Apache Configuration File" with a port offset to test it out. The same thing happens with a standard cPanel httpd.conf, all dedicated IP virtual hosts are lumped together under the wildcard * with the shared-IP virtual hosts. So I...
  2. D

    Expected memory usage?

    If you want to see what amount of RAM is actually available to applications, you can run `free -m`. The first line will show used & free without the cache included. But the second line will read "-/+ buffers/cache:" and show how much is actually being used and how much is actually free to...
  3. D

    503 Service Unavailable - Can't access my Rails app

    You are probably missing the zlib-devel package. Here are some instructions at the beginning of this guide for installing Ruby, RubyGems, & Rails on SUSE. Though I would ignore the specific version of Gems they use and get the latest stable version (which is 0.9.0 right now)...
  4. D

    Dedicated IP VirtualHosts from httpd.conf

    I've been thinking about using LiteSpeed on my production server which is cPanel controlled. I love the use Apache config option, but when I test it locally, it lumps all my SSL hosts under a single *:443 listener. Obviously this is no good as each SSL host needs a dedicated IP. They are...
  5. D

    How did you hear about LiteSpeed?

    You need a "Referral from competitor" option. I found out about LiteSpeed from lighttpd's benchmark page.
  6. D

    SSL listeners cannot initiate handshake?

    hmm, I thought I tried these settings before and they did not work, but I guess it must have been a dream. For anyone else who may be using Apple's guide to generate test certs, the only way I could get them to work is with these settings: SSL Protocol, SSL Version: SSL v3.0 + TLS v1.0 SSL...
  7. D

    Running PHP 4 and 5 in parallel

    I just wanted to add a quick note that I am running both PHP 4 and PHP 5.1 as LSAPI. Not only does it work great, but it was also incredibly easy to set up... Way easier than getting them running them in parallel in Apache (where one has to be CGI unless you run 2 Apache servers and proxy one to...
  8. D

    SSL listeners cannot initiate handshake?

    Hey, I have installed the latest version of LiteSpeed on my Mac PowerBook (PPC) running OS X 10.4.8. I'm a PHP developer and using it for local development sites. I've migrated from Apache with no big problems other than it did not properly setup the SSL hosts. No big deal though as there...
Top