Search results

  1. V

    SSL listener responding for unmapped virtual hosts

    Thanks for the answer. I see that there are SSL certificate settings on the level of the listener and on the level of the virtual host. How can I set up the SNI solution that you have described? Would this involve setting the listener to the default certificate and setting virtual hosts to...
  2. 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)...
  3. V

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

    The contents were: i386-linux , 4.2.19-std Deleted both files - this fixed the problem and allowed me to install the latest version. Thanks for your help.
  4. 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...
  5. V

    Awstats config questions

    Thanks for the quick answer, this fixed the problem. FYI: this is how Awstats installed when I've accepted the option to install Awstats during the Litespeed Standard installation process. Also, Awstats reports were not generating with the HTML option because...
  6. 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...
  7. V

    CPU Usage Leak

    Ok, I've let LS run for another week and checked what I see with 'top' command before and after LS graceful restart. After 1 week of continuous running: lshttpd - one process - between 23 and 28 % CPU, 5% memory lsphp - about 50 separate processes - typically 5 to 8 % CPU each, 0.1% memory...
  8. 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...
  9. V

    Errors in log

    I've tried increasing memory limits and process limits for phplsapi to ridiculously high numbers (thousands of mb and processes) - didn't change a thing. Then I finally found the problem - it was the memory_limit setting in php.ini, which was far below the settings in litespeed. I doubled it...
  10. V

    Errors in log

    Today two more modules of the php script stopped working one several hours after the other. This didn't seem to be connected to anything - script module was working perfectly minutes ago and then it gives empty screens or 503 errors, after few hours it doesn't start working again. Server reboot...
  11. V

    Errors in log

    Update Breaking the php script module that was associated with the problems into smaller separate modules (the module was around 90kb) seems to have fixed the problems for now. I don't understand why it would help since the module was the same large size before and worked perfectly?
  12. V

    Errors in log

    I'm getting unexplainable errors that are making the site unuseable for the clients. Errors happen exclusively in one module of the PHP script. Upon specific actions in the script a blank page is displayed, and occasionally a 503 error. Log looks like this: 2008-09-16 14:55:48.657 INFO...
  13. 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?
  14. V

    file_get_contents external URL

    No, I haven't upgraded PHP or any other software, or changed php.ini, that's why I'm wondering. If it's not connected with LSWS upgrade in any way, I'll keep looking...
  15. 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...
  16. 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?
  17. V

    APC data caching

    I have Litespeed 4-core enterprise. Is there any setting I can tweak to make it run as a 2-core or 1-core version temporarily? Need to do some testing.
  18. V

    I really really need to disable these core dumps

    I am running litespeed 4 core enterprise and have been getting core dump files. On average I get one core dump per few million php requests, and this frequency seems to increase somewhat exponentially when server is under heavier load. I've checked the core dumps using gdb and all of them...
  19. V

    APC data caching

    So the command will be: /LSPATH/fcgi-bin/lsphp -b <address> and go into /etc/rc.d/rc.local ? I'm confused about "-b <address>" - what to put here? I have two virtual hosts / listeners - port 80 for the site and another port for admin tools.
  20. V

    APC data caching

    Thanks for the reply. With option 1 what would be the best way to make sure the single lsphp process is auto-started on reboot and auto-restarted in case of crashes etc? Would using XCache or Memcached instead of APC avoid the 4-instances problem?
Top