LiteSpeed + cPanel + Mongrel

#1
I have a customer that is running LiteSpeed on a cPanel box already with a number of sites.

It is going well and he has been running LSWS on this cPanel box for a few years.

He want's to launch a Ruby App on one of his sites and is requesting that he be able to run Mongrel for this.

I saw this article:
http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:ruby_rails_mongrel

However since we are integrated with cPanel on this box and LiteSpeed currently reads all the vhosts from the Apache config and there are no VHosts set specifically in LiteSpeed I am wondering if this will cause problems.

Does anyone have any feedback on whether or not setting up LiteSpeed to work with Mongrel this way will negatively affect the other sites on this cPanel server? Or if there are any additional steps since we have cPanel installed on this server.

Thanks!
 

NiteWave

Administrator
#2
you can create vhosts under admin console, it's called "native virtual host".

litespeed support the 2 types of virtual host at the same time -- native vhost and vhosts from apache's httpd.conf. In fact, native vhost has higher priority than non-native vhosts. this is a trick but maybe very few people(or no one? :) ) have ever utilized it.
 
Top