OpenLiteSpeed 1.3

Tracy Perry

Active Member
#1
Anyone else try compiling on Debian and end up with a non-responsive or broken site?
I tried upgrading my http://servinglinux.com to it and it no longer worked. Was doing a new VPS for a local tax office and decided to try OLS 1.3 on it and same thing (with a simple word press install).
The CSS display was broken (like what XenForo had problems with a bit ago with CSS display on LiteSpeed).
I wonder... maybe it was because I compiled PHP with 5.5.9. Will try 5.5.8 instead.

EDIT:
No change with PHP 5.5.8 so it looks like something in OLS 1.3. Don't know if there are some additional configs I need to modify. Will have to set up a test VPS and work with it.
 
Last edited:

Tracy Perry

Active Member
#2
OK.. have figured out what my problem was. In my php.ini I had (under 1.2.9) to put the
Code:
zend_extension=/usr/local/lsws/lsphp5/lib/php/extensions/no-debug-non-zts-20121212/opcache.so
in it to get the opcache to work. If you have done this, then you MUST remove it from your php.ini with 1.3 - otherwise you will have problems. ;)
 
Top