
10-10-2006, 09:46 AM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,590
|
|
Quote:
Originally Posted by subBlue
My question is whether it would be possible to use Litespeed for all our Rails sites but keep apache for the server management with Plesk? If so what would be the approach for this in configuring my current Apache and litespeed? Would it also be possible to test it on one IP range first?
|
Yes, it is possible to use Litespeed for all our Rails sites and keep Apache as long as there is no confliction in "IP:PORT" confliction for listener socket.
You can test your rails application with litespeed on the same IP but different port without touching Apache configruation.
After making sure everything work properly, remove Rails vhost configuration in apache configuration (via Plesk), then switch litespeed to the normal HTTP port (80).
All Rails vhosts will be managed via LiteSpeed's web admin interface, for other server administration tasks, Plesk is still available.
|