Ruby/Python Selector stopped working

Hedloff

Well-Known Member
#1
Hello,

After running fine over 4 month customer with Ruby/Python sites stopped working.
After alot of troubleshooting we had to run '/usr/local/lsws/admin/misc/enable_ruby_python_selector.sh' script again to fix the issue.

Do we have to run this script each time we update lsws version? I guess it happend with a specific version that was upgraded to as we very often do upgrade lsws versions.
Any one else had the same issue?
 

mistwang

LiteSpeed Staff
#2
The breakage may be due to CloudLinux rpm update. not LSWS update.
the enable_ruby_python_selector.sh script need to build binary extensions for both ruby and python rpm installed by CloudLinux.
If ruby or python version updated, need to update the extension. It would be optimum if pack the extension binary as RPM in CL repo.
 
Top