Search results

  1. F

    LSWS 5.0 and IE

    Hi, after upgrading to LSWS 5 build 5, images and style-sheets do not want to load in IE (only the requested page it looks like). The site is served over TLS, and it works fine in Chrome using HTTP/2. We reverted back to 4 for now. Any ideas?
  2. F

    php.ini location not being set

    Hello, After I upgraded LSWS to 4.2.4 and PHP LSAPI to 6.3, my command-line options for specifying the php.ini location aren't working. This is the external app command I've always been using: $SERVER_ROOT/fcgi-bin/lsphp5 -c /home/user/conf/php.ini phpinfo() is showing that no configuration...
  3. F

    PHP 5.5.0 Zend OPcache

    Since APC is incompatible with PHP 5.5.0, I resorted to the now built-in Zend OPcache extension. But unfortunately, it doesn't work with LSAPI. phpinfo says "Opcode Caching is only supported in Apache, ISAPI, FPM and FastCGI SAPIs" Do you have any plans on implementing Opcache into the SAPI...
  4. F

    [solved] Build PHP with LSAPI

    Hi, is it possible to build PHP 5.4.15 from source with LSAPI 6.2? I replaced the LSAPI files in the source with the 6.2 ones, but it won't compile. Says "make: *** No rule to make target `litespeed', needed by `all'. Stop." I believe PHP still comes with 5.5.
Top