Search results

  1. V

    SSL listener responding for unmapped virtual hosts

    Hello, I have multiple virtual hosts on a single IP. I want to set up an SSL listener on standard port 443 for one virtual host. When I set up this SSL listener and map it to only one virtual host, going to https:// address of any other virtual host on the same IP (not mapped to this listener)...
  2. V

    [Resolved] Getting same version update notifications but can't update

    Installed LSWS Standard 4.2.19 on Centos 6. VERSION file contents: 4.2.19 I get periodic e-mail notifications that new version 4.2.19 (which is what I already have) is available. Log says the same: [AutoUpdate] New release 4.2.19-std is available, please update your installation. However...
  3. V

    Awstats config questions

    1. On a virtual host with Restrained setting enabled and Awstats reports set to Dynamic I'm getting the 403 error when trying to access reports: Path [/opt/lsws/add-ons/awstats-7.3/wwwroot/cgi-bin/awstats.pl] is beyond restrained VHOST root How can I overcome this while still keeping the...
  4. V

    CPU Usage Leak

    I use LS with large traffic of 1000+ requests per second. After running for 3-7 days the CPU idle time reduces very noticeably by 20-30% under the same traffic load. Performing graceful restart of LS instantly increases CPU idle time back to where it should be. There are obviously some...
  5. V

    Errors in log

    In the log I get quite a few "connection reset by peer" messages, about half of them are at max requests limit of 5000, but the other half is below this limit - does this indicate any kind of malfunction? Also, what are the "broken pipe" errors?
  6. V

    file_get_contents external URL

    Hi, few months ago I got file_get_contents to work for external URLs by enabling allow_url_fopen when I've had LS 3.2.4. Now with LS 3.3.10 file_get_contents does not work for external URLs. I still have the same PHP settings and version. Has some new LS setting been introduced that is...
  7. V

    Is SSL with EV (Extended Validation) supported?

    http://www.verisign.com/ssl/ssl-information-center/faq/extended-validation-ssl-certificates.html Can litespeed run the green bar / extended validation SSL?
  8. V

    APC data caching

    I've got APC installed and caching op-code fine, and I'm preparing to use the data caching. I did a small test according to the manual: <?php $bar = 'BAR'; apc_store('foo', $bar); var_dump(apc_fetch('foo')); ?> Returns: string(3) "BAR" All good. Then I run just the fetch bit...
Top