problem with vhost

#1
Hi,

I've successfully installed litespeed webserver with PHP and MySQL on my Debian Squeeze VPS.
Actually I just have a problem configuring the vhosts, I'm running 2 domains on it, the PHP files are located at /var/www/domain/public_html/.
The virtual host templates (I'm using "PHP_SuEXEC") are configured correctly, my problem is that the domains just show the "successfully installed litespeed" page (if I use my VPS IP instead of the real domain name in the PHP_SuEXEC config I can get one domain working).
Maybe this is caused because I am not using anything in the "Virtual Hosts" tab as I deleted the "Default" vhost, could anyone c&p me the settings of the "Default" vhost (to configure the listeners)? Or does anyone have an idea why it doesn't work?

Thanks a lot!

Regards,
latulla
 
#3
I cant map then as I don't have a vhost (default removed)..

How could I reinstall without loosing my compiled lsphp + config?
 

webizen

Well-Known Member
#4
you will loose these settings once re-install.

Did you instantiate the vhosts that created by template? Once did, the vhost will be available for listener mapping.

Also, here is the settings for default vhost.

Virtual Host Name: Default
Virtual Host Root: $SERVER_ROOT/DEFAULT/
Config File: $VH_ROOT/conf/vhconf.xml
Max Keep-Alive Requests: 100
 
Top