Search results

  1. I

    Web server started automatically, no core file

    Fortunately that one time only. I will monitor this issue. Thanks.
  2. I

    Web server started automatically, no core file

    Reading symbols from /usr/local/lsws/bin/lshttpd...(no debugging symbols found)...done. warning: core file may not match specified executable file. [New Thread 752300] [New Thread 752301] [New Thread 752302] Reading symbols from /lib64/ld-linux-x86-64.so.2...Reading symbols from...
  3. I

    Web server started automatically, no core file

    I received a log notification last Oct31 (I only noticed today) and there is no stack trace with the email. So, the email said to look for a core file inside /tmp/lshttpd/ but there is none. However, there is a /bak_core directory with a core file. Is this it? Anyone got the same notification...
  4. I

    Upgrading PHP through cPanel's EasyApache

    A few months ago, I made a switch from Apache to LSWS. I'm using cPanel and I used the auto-installer to install Litespeed and the WHM Plugin. cPanel recently released an update to EasyApache along with an ugrade for PHP5.4. The release note said to recompile through EasyApache. If I recompile...
  5. I

    Opcache, storing cached files longer

    I believe I've done that already, opcache is already working. But is it good to store the files in memory longer, and how to proceed with that?
  6. I

    Opcache, storing cached files longer

    I notice that that the cache flushes itself more frequently that I thought. I was thinking of how to store the cache for a longer period? I'm not sure what options to change. Currently, I have: opcache.force_restart_timeout = 180 opcache.revalidate_freq = 60 Is changing them to higher values...
  7. I

    How to verify if ProcessGroup is working?

    I followed the setup and it seems that ProcessGroup is working since the cache files are isolated per account. However, I tried creating php.ini and .user.ini to test and it doesn't apply the local configs.
  8. I

    lsphp suddenly stopped working - returned error 500 on some websites

    I don't think SuExec Daemon suits me, I am now trying ProcessGroup and lowered opcache size to 128M.
  9. I

    lsphp suddenly stopped working - returned error 500 on some websites

    I don't know when but it's within 12 hours today, lsphp suddenly stopped working and configurations were reset back to the default config. lsphp5 Run on Startup went back to 'No' from SuEXEC Daemon A lot of abort error code 4 on logs Affected sites mostly Wordpress blogs I just restarted the...
  10. I

    [Resolved] PHP APC Opcode cache issues

    I'm actually using zend opcache. Yep, I understand that. Would you recommend listing critical opcache functions in disabled_functions?
  11. I

    [Resolved] PHP APC Opcode cache issues

    Hi there! I got opcache working properly, very bad mistake on my part. Apparently, I switched from suexec daemon to suexec worker at some point. I checked today and lsphp was not set to suexec daemon. Changed the settings back again and opgui is now showing all cached files. :P Thanks.
  12. I

    [Resolved] PHP APC Opcode cache issues

    Yep, xcache does have this, used this on a separate server. Will try it instead of opcache and see what would work for me. Thanks a lot!
  13. I

    Trying out LSWS - few questions regarding Cagefs etc.

    I'm ready to get an enterprise 1cpu license. however, afaik trial license is running on 2-cpu. should i be doing anything else after i switch license keys?
  14. I

    [Resolved] PHP APC Opcode cache issues

    I tried both, same results: https://github.com/amnuts/opcache-gui https://gist.github.com/ck-on/4959032 i'm sorry, it's only opcache-gui, i read it wrong due to github's naming convention.
  15. I

    [Resolved] PHP APC Opcode cache issues

    Disabled CageFS, still same results. However, I placed the script on separate domains and I confirm that opcache is working. The downside is I can't seem to monitor which files are being cached globally - from a single domain. It would be better if Zend will release their own GUI :) Thanks for...
  16. I

    [Resolved] PHP APC Opcode cache issues

    I followed your advice, opted for Opcache instead. I have a few questions though. Is the memory consumption limit applied globally or per user shared memory? Also, I used opcache-gui-master for monitoring and find that the file usage only displays cached files for that certain user. Seems odd...
  17. I

    [Resolved] PHP APC Opcode cache issues

    What sort of issues should I be expecting? I'm using PHP 5.4 currently. Soft & Hard limit: 2047M If I increase shm size, I should always make sure these limits are also increased right? I still have the default litespeed configs. Thanks a lot!
  18. I

    [Resolved] PHP APC Opcode cache issues

    Hi guys, I have a few problems regarding APC cache. I used SuEXEC Daemon and got APC to work properly for 4 hours. I tried to increase shm size to 2GB, however, litespeed seems to crash and websites don't work. When I reduce it to 1gb, it works again. Also, is it alright for APC to be enabled...
  19. I

    Trying out LSWS - few questions regarding Cagefs etc.

    Thanks, was able to get it working. I have used the auto-installer to shift from Apache, is it normal that under the Listeners and Virtual Hosting tabs, there are no entries? And my Server log viewer is not displaying anything despite that it says I have around 80mb worth of log entries.
  20. I

    Checking if suexec daemon is working

    How do I check if suexec daemon is working? From the docs, it says: suEXEC Daemon mode does not allow a customized per-user php.ini. If a user has a customized php.ini, LiteSpeed Web Server will automatically switch to suEXEC Worker mode (LiteSpeed's default suEXEC setup) at the server level...
Top