Search results

  1. S

    [Resolved] PHP 5.6.33

    Thanks! I had no idea that re-retrieving the same version would get me a newer PHP build option.
  2. S

    [Resolved] PHP 5.6.33

    Any idea when we're going to see an update for PHP 5.6.33? LSWS 5.2.3 still shows 5.6.32 as its leading PHP5 version, and a security announcement was released a bit more than two weeks ago about multiple DOS, out-of-bound, and overflow bugs that had been found, requiring an upgrade to 5.6.33.
  3. S

    [Resolved] Best Way to Protect a Directory in LS?

    I fixed it. For anyone else's reference: you need to adjust the .htaccess/limit configuration on the Virtual Host (not just the Server).
  4. S

    [Resolved] Best Way to Protect a Directory in LS?

    Unfortunately, that doesn't work. I turned on *all* the flags in the server configuration: I tried matching your .htaccess rather than the simpler one I had: I verified the file is readable and accessible: My test file remains downloadable: http://www.rpg.net/members/files/2015chcat.pdf...
  5. S

    [Resolved] Best Way to Protect a Directory in LS?

    What's the best way to protect a directory from file access in LS? I tried creating a .htaccess that reads "deny from all", then going to the server configuration and telling it to allow "limit" htacess configuration ... but the files are still accessible. I don't care if it's done from a...
  6. S

    Multiple Failures with 5.0.5; Can't Downgrade

    Thanks much for the offer. I don't want to leave things in a funny state over the weekend, but will get you some info next week.
  7. S

    Multiple Failures with 5.0.5; Can't Downgrade

    Thanks; that let me step back from 5.0.5.
  8. S

    Multiple Failures with 5.0.5; Can't Downgrade

    I've yet to see a version of LSWS 5 that works correctly like 4.2.23 does. A past post reflects my problems with MediaWiki, which has kept me back on 4.2.23. I just tried 5.0.5, and it's the worst ever. Not only does MediaWiki continue to have intermittent problems with not loading, but I also...
  9. S

    LSWS 5 Not Working Well with MediaWiki

    I've been having continuing problem with MediaWiki not working with with LSWS 5. Some percentage of the time, the MediaWiki pages just hang forever rather than displaying or loading. Oddly, if you stop the loading, then the browser shows a fully loaded page. I did some diagnostics on it today...
  10. S

    [Resolved] Error Building PHP 5.4.43

    Hadn't realized it was a simple compile option. Thanks.
  11. S

    [Resolved] Error Building PHP 5.4.43

    So what does that mean exactly? Keep in mind I don't even know what the mail header patch actually is:). I'm just trying to compile the newest version of 5.4 to get the recent security fixes.
  12. S

    [Resolved] Error Building PHP 5.4.43

    I'm getting failures on trying to build a new PHP: **MAIN_STATUS** retrieved from /usr/local/lsws/phpbuild/buildphp_1438038539.6.progress Preparing all source code for building PHP 5.4.43 with LSAPI 6.8 php-5.4.43.tar.gz already downloaded, use the saved copy. Extracting PHP source archive: tar...
  13. S

    Upgrade No Longer Works

    I recently realized that we'd missed the 4.2.23 upgrade, but when I try to upgrade from the LSWS console, I get this error: Error: Failed to download release 4.2.23! Please try upgrade manually.
  14. S

    CVE-2014-0224 Vulnerability

    When will litespeed be releasing a fix for the newest OpenSSL vulnerability, CVE-2014-0224? https://securityblog.redhat.com/2014/06/05/openssl-mitm-ccs-injection-attack-cve-2014-0224/ -11 tests as featuring the problem http://ccsbug.exposed/
  15. S

    Caching & Ads

    It's actually a mix. Everything loads from PHP, but some of what loads is JavaScript, to bring in some of our partners. The answer is probably that I just need to rewrite our ad system in JavaScript. I was just hoping for something easier.
  16. S

    Caching & Ads

    Yep, that was my initial theory when I was first muddling over this, but unfortunately we run Google Adsense, and it doesn't behave well in iFrames.
  17. S

    Caching & Ads

    So I think I've got the LiteSpeed cache all set & ready to go with our vBulletin, but I've got one niggling problem: my ad system is running in PHP, and I'd like that to run anew every page, to record impressions and to choose new ads. Any idea for how to keep our PHP ads dynamic on an...
  18. S

    [Resolved] Increased Bandwidth Under LS

    Thanks. Making sure that the GZIP option for the server, the GZIP option for the Virtual host, and zlib.output_compression option for PHP were all on did the trick.
  19. S

    MAX CONNECTIONS for External Apps

    Thanks. It's possible this has helped somewhat. However, I'm definitely continuing to get WaitQs with Idle, and it's getting worse as we reach the peak of our day (noon-ish PT).
  20. S

    [Resolved] Increased Bandwidth Under LS

    Unfortunately, getting GZIP working again doesn't actually seem to be making a notable difference in our output bandwidth. So, any ideas what might have caused that big increase when we went from Apache config to LS config? Or how to debug it further? Thanks.
Top