Search results

  1. H

    LSCache for WordPress v4.4.5?

    LSCache for WordPress v4.4.5 is available at wordpress.org but not via Litespeed/WHM. Will it be available soon?
  2. H

    Websites don't load after updating to 5.4

    My websites are hosted on a different IP from the server's IP address. After updating from 5.3.8 to 5.4 none of the websites load. This was in the apache error log: [/etc/apache2/conf/httpd.conf:188542] Listener for 12.34.56.789:443 is not available! [/etc/apache2/conf/httpd.conf:188542]...
  3. H

    [Resolved] Litespeed does not load all ssl certificates

    I see this in the Litespeed log: SSL] Config SSL Context with Certificate File: /var/cpanel/ssl/installed/certs/wp1_domain_org_ccb53_34bff_1459553417_755285296f6758863d1a080d7dec5bfc.crt and Key File:/var/cpanel/ssl/installed/keys/ccb53_34bff_f564ae37c07170e903835213ec467824.key get SSL error...
  4. H

    None of my servers are detecting the new version of Litespeed (5.0.19)

    None of my servers detect that there is a new version of Litespeed. When I manually updated one of the servers it lists the active version as 5.0.19 build 1. I tried removing the files in the autoupdate folder, then restarting litespeed but that doesn't help. This is happening on all my...
  5. H

    This code works in Apache but breaks when I switch to Litespeed

    while (!empty($theNextUp)) { //echo HTMLLine("Looking for Dad of ". $theNextUp); $myDadURL=findParentURL($theNextUp); $myDadURI=makeURI($myDadURL); //$myDadName=findTitle($myDadURI)...
  6. H

    [Closed] WordPress Users Can't Login When Litespeed Cache is Active

    I activate LiteSpeed Cache by adding the followng lines to the .htaccess file: <IfModule LiteSpeed> CacheEnable public / </IfModule> RewriteEngine on RewriteCond %{REQUEST_METHOD} ^(HEAD|GET)$ RewriteCond %{REQUEST_URI} !^(wp-admin|wp-login.php|wp-cron.php) RewriteRule .* -...
  7. H

    Can't change PHP suEXEC Max Conn after update to 4.2.14

    After updating to 4.2.14 the PHP suEXEC Max Conn value reverted to the default of 25. When I tried to increase it the following error message appears: Please fix the error(s) first: No field has been changed, no need to update. I can't find the error this message references. I checked all the...
  8. H

    Question about Keep-Alive:timeout=5, max=100

    I see Keep-Alive:timeout=5, max=100 in the response header for cached pages but I can't find where those values are set or how to change them. In my cpanel apache config I have keep-alive timeout set to 1 and max is unlimited. Litespeed is configured to load the servers's apache configuration...
  9. H

    cmd_buildmatchingphp.php Error

    I get this error when trying to build matching php via the cpanel plugin: PHP Warning: system() expects parameter 1 to be string, array given in /usr/local/cpanel/whostmgr/docroot/cgi/lsws/cmd_buildmatchingphp.php on line 72
  10. H

    stderr.log message

    Any idea what these messages from the stderr.log mean? 2012-09-17 17:47:33.027 [STDERR] 1494: packetLen < 0 2012-09-17 17:57:52.801 [STDERR] 10425: packetLen < 0 2012-09-17 18:31:32.706 [STDERR] 28563: packetLen < 0 2012-09-17 18:44:52.601 [STDERR] 8437: packetLen < 0 2012-09-17...
  11. H

    How NOT to build Litespeed with FCGI support?

    I recently switched from an nginx/apache setup to litespeed. I run a very large, very active vbulletin forum with vbseo installed. On my previous setup, php was installed as a dso module and all php applications ran with that configuration. On the litespeed setup, I used the WHM plugin with...
Top