Search results

  1. M

    sub-directory .htaccess PHP rules do not override upper level .htaccess PHP rules

    I have an .htaccess in my public_html directory with the following rules: <IfModule litespeed> php_flag zlib.output_compression On php_value zlib.output_compression_level 2 php_value session.gc_maxlifetime 200000 php_flag display_startup_errors On php_flag html_errors On php_flag...
  2. M

    [Resolved].htaccess php_value and php_flag being ignored in sub-directory

    I have an .htaccess in my public_html directory with the following rules: <IfModule litespeed> php_flag zlib.output_compression On php_value zlib.output_compression_level 2 php_value session.gc_maxlifetime 200000 php_flag display_startup_errors On php_flag html_errors On php_flag...
  3. M

    Issues with LSPHP and EasyApache 4

    I installed EA4, compiled everything, tested on Apache, everything worked fine. Then I followed this guide to update LS: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cpanel:easyapache4-config When turning Litespeed on, my sites always fail. Turns out the pre-compiled php...
  4. M

    **ERROR** Could not compile XCache extension

    I have been trying to compile PHP 7.0.4 with xcache and memcache via Litespeed admin, but I am getting an error: **MAIN_STATUS** retrieved from /usr/local/lsws/phpbuild/buildphp_1458793478.3.progress Start building PHP 7.0.4 with LSAPI Configuring PHP build (2-3 minutes) Compiling PHP (5-10...
  5. M

    Litespeed and SOLR

    Is there any way to implement SOLR when using litespeed instead of Apache?
  6. M

    [ERROR] Unexpected error inside event loop: No child processes

    I got Litespeed Enterprise 4.2.7 installed on my server. Today it shut itself down, here is the log: 2014-03-21 07:30:56.061 [ERROR] Unexpected error inside event loop: No child processes 2014-03-21 07:30:56.061 [NOTICE] [Child: 5912] Start shutting down gracefully ... 2014-03-21 07:30:56.061...
Top