Search results

  1. T

    Virtual Host Root Folder DOES exist, LiteSpeed doesn't think so

    Ah that's probably it. lsadm does have a secondary group which is the file/folder owners group. So my website dir is owned by user "homer" group "homer" and lsadm has a secondary group of "homer". The root dir im currently storing the files is in /home/homer/www Does this mean i would...
  2. T

    Virtual Host Root Folder DOES exist, LiteSpeed doesn't think so

    When trying to create a new virtual server or instantiate one from the php template I get the following error: Please fix error: Virtual Host Root /home/folder/domain.com does not exist. The folder does in fact exist. I can copy the path and run a stat on it just fine. The folder and...
  3. T

    Recommended hardware to achieve 150 concurrent connectios

    I don't need exact figures--estimates will due fine. What type of hardware are we looking at to support 150 concurrent connections in a typical php/mysql CMS environment? In general how much traffic is a site getting if it's averaging 150 concurrent connections during it's peak? I'm...
  4. T

    SSL not working with PHP/Drupal

    I'm running a vm host from slicehost. Amd 64 cpu. Ubuntu 7.10 I built php 5.2.5 using Litespeeds control panel with these arguments: --with-mysqli=/usr/bin/mysql_config --with-zlib --with-gd --enable-shmop --enable-track-vars --enable-sockets --enable-sysvsem --enable-sysvshm...
  5. T

    Litespeed .htaccess performance question

    Thank you sh0ck, that was solution, everything works well now. Cheers :)
  6. T

    Litespeed .htaccess performance question

    That's what I thought. I'm trying to run these rewrites for my drupal 5.7 site and after turning on logging I think I've found the problem. The rewrite: RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]...
  7. T

    Litespeed .htaccess performance question

    Is there an advantage of specifying my rewrite rules direclty in the vhost config of litespeed rather than in a .htaccess file? Perhaps it's quicker, or gets cached etc? Thanks
  8. T

    AMD64 + FreeBSD 6.2 (64bit) = ERROR

    Thank you. I will switch to CentOS. Hopefully I won't run into any snags :)
  9. T

    AMD64 + FreeBSD 6.2 (64bit) = ERROR

    After the first installation, Litespeed complained it couldn't find lib32, so I installed that from: http://ftp.sk.freebsd.org/pub/FreeBSD/releases/amd64/6.2-RELEASE/lib32/ Now I get the following errors when trying to run. I've since installed and compiled php without any change to the...
  10. T

    What is the actual Max Connections for LS Standard 3.2?

    The website says 150. The control panel (I) info box says 300. (found at: Server Config > Tuning > Connection: Max Connections) Thanks, Steven
Top