LiteSpeed Support Forums

LiteSpeed Support Forums (http://www.litespeedtech.com/support/forum/index.php)
-   Apache Migration/Compatibility (http://www.litespeedtech.com/support/forum/forumdisplay.php?f=24)
-   -   Plesk 8 compability? (http://www.litespeedtech.com/support/forum/showthread.php?t=872)

blueface 02-12-2007 02:48 PM

Plesk 8 compability?
 
I just tried to install LSWS 3.0 RC2 Standard on a Plesk server and enable port 81 for lsws. I enabled load Apache configuration at /etc/httpd/conf/httpd.conf and restarted the webserver. It now keeps saying Restart Required for all the IPs and vhosts. Do I need to create a vhost template first? Do I need to enter a port in the Apache offset port? I want to test lsws on port 81 first.

A few more questions regarding Plesk compatibility:
- does it support password protected directory properly? Plesk stores the password file inside the "/pd" directory differently.
- does it support web user feature in Plesk?
- Plesk stores httpd.include in each vhost/conf directory. Will Litespeed read each of this file properly?

Thank you!

mistwang 02-12-2007 03:55 PM

You need to set port offset to "1", so LSWS will use port 81.
Quote:

does it support password protected directory properly? Plesk stores the password file inside the "/pd" directory differently.
As long as it uses standard Apache directives, it should work.

Quote:

does it support web user feature in Plesk?
Do you mean the /~username/..., it is not supported directly, but can be archived with some rewrite rules.

Quote:

Plesk stores httpd.include in each vhost/conf directory. Will Litespeed read each of this file properly?
Yes.

blueface 02-13-2007 10:26 AM

Thanks, I've set the port offset to 1 and restart lsws but it keeps saying Restart Required for all the IPs and vhosts. Do I need to create a vhost template first?

mistwang 02-13-2007 10:59 AM

No, you dont need to create a vhost template when use Apache httpd.conf directly.

You can check if port 81 is open with command "netstat -an | grep 81 | grep LISTEN". If it is, try to access a vhost on port 81.

The "restart required" status for all IP and vhosts in web admin console might be a false alarm.

If you cannot make it work, please send us a sample httpd.conf and a vhost configuration file, we will test it.


All times are GMT -7. The time now is 01:02 AM.