Do Litespeed and Plesk mix well together?

#1
I am looking to install LiteSpeed on my VPS which uses Plesk. I am presently not able to do so, but I want to use Capistrano to deploy my Rails app which is to be version controlled with Subversion. Does anyone know if this combo (LS with Plesk + Cap + svn) is feasible, and if so are there any howto's out there? Any info will be greatly appreciated.
 

subBlue

Active Member
#2
We have Plesk on our server and use litespeed, svn and rails. You can stop the Apache service in the control panel but Plesk will restart Apache anytime you make a change to one of the website configurations so I edited the Apache conf /etc/httpd/conf/httpd.conf and set the listen to port to 81 so that it won't interfere with litespeed. You should also change the secure port in /etc/httpd/conf.d/ssl.conf

I currently don't use Capistrano so I can't help you any more there.
 
Top