Virtual hosts problem

#1
Hello,

I installed LSWS standard on my linux VPS and followed the guide in wiki to replace Apache with LSWS. Everything went fine until i disabled Apache and turn LSWS on: all the domains/sites on my server go to the main domain which is the name of the server.

I added the virtuals hosts under PHPsuExec template and then went to listener to add virtual host mappings but the drop down box is blank.

Any help is appreciated.
 
#3
I have figured out the reason but don't know how to fix it: because plesk doesnt't store virtual host settings in httpd.conf but in each virtual host's conf directory.

But why all the traffic still route to the main domains when i added a virtual host under PHP_Suexec template??
 

mistwang

LiteSpeed Staff
#5
I think I know why it does not work with your plesk installation. standard edition has 5 hosts limit from apache configuration. Plesk create too many default vhosts, so the limit has been reached before a real vhost was configured. that's why you only see the default page. Enterprise edition does not have this issue.
If you want to manage all your sites via litespeed web console, you have to follow other tutorials like those from http://www.usefuljaja.com/litespeed
 
#7
I think I know why it does not work with your plesk installation. standard edition has 5 hosts limit from apache configuration. Plesk create too many default vhosts, so the limit has been reached before a real vhost was configured. that's why you only see the default page. Enterprise edition does not have this issue.
If you want to manage all your sites via litespeed web console, you have to follow other tutorials like those from http://www.usefuljaja.com/litespeed
What is a vhost? Does that mean you cant have any more than 5 web sites? I'm on plesk as well?

I'm kinda a newbee with this so please bare with me ;)
 
Top