Can see web sites in litespeed with Lxadmin

#1
Cannot see web sites in litespeed with Lxadmin

Hi,

I've installed litespeed 3.3.5 and compiled php 5.2.5

If I access http://84.16.244.23:2080 it tells me that it is installed and I can access phpinfo.php and see the information there

If I view my content at http://www.brightonwebhostingservices.com/coppermine/ via Apache that works but if I try to view the same content with litespeed instead it does not work

Any idea what the problem is and how I fix this?




Jonathan Hamon
 
Last edited:

mistwang

LiteSpeed Staff
#2
check the <VirtualHost ...> configuration in httpd.conf or files included. it should be <VirtualHost IP...> instead of <VirtualHost Domain...> in order to work well with current LSWS. And If you are using standard edition, maybe the 5 vhost limit has been hit, move the configuration for a real vhost before the the default vhost configuration.
 
#4
Hi,

I only need to run a single domain on this How can I set this up. If I just added 1 domain and get to to load httpd.conf there are 6 virtual hosts listed
 
Top