Search results

  1. R

    [solved] APC goes crazy under LSWS 4.1.10 & 4.1.11

    Thank you so much, that fixed it! |-litespeed(2606)-+-httpd(2607) | `-litespeed(2608)---lsphp5(2668)-+-lsphp5(2670) | |-lsphp5(2671) |...
  2. R

    [solved] APC goes crazy under LSWS 4.1.10 & 4.1.11

    So I wiped the entire thing and started from scratch, this time on a 64bit Amazon Linux image though. Installed the 4.1.11 Standard Edition of LSWS. Once I compiled PHP 5.3.10, I changed the following in the Server config(External App, php5): Max Idle Time to -1 also verified that Max...
  3. R

    [solved] APC goes crazy under LSWS 4.1.10 & 4.1.11

    It was set to No which I believe is the default setting. I have set it to Yes and restarted the server - APC still empties cache every couple of minutes and lsphp5 still runs under ec2-user. Now I've just SSH'd to the old Debian box to compare (it's running PHP 5.3.8 on LSWS 4.1.9) and "Load...
  4. R

    [solved] APC goes crazy under LSWS 4.1.10 & 4.1.11

    Just to make this clear - the PHP suExec Yes/No setting is under Configuration -> Server -> General -> Using Apache Configuration File, nowhere else, is that right? Is it a server-wide setting no matter what? If it was not set either way at the time I instantiated the problematic vhost, would...
  5. R

    [solved] APC goes crazy under LSWS 4.1.10 & 4.1.11

    As far as I understand, lsphp5 is running as ec2-user because the vhosts are located in /home/ec2-user/ (follows Docroot UID). I've had this setup on the old Debian box for over four years and hadn't had a problem with APC before upgrading to LSWS 4.1.10 & 4.1.11.
  6. R

    [solved] APC goes crazy under LSWS 4.1.10 & 4.1.11

    PHP suEXEC is explicitly set to 'No' as was suggested in some other thread (I tried that before posting here). ps -ef|grep litespeed root 24425 1 0 11:51 ? 00:00:05 litespeed (lshttpd) 500 24427 24425 0 11:51 ? 00:00:15 litespeed (lshttpd) ec2-user 24953 24927 0...
  7. R

    [solved] APC goes crazy under LSWS 4.1.10 & 4.1.11

    just noticed that there were no lsphp processes in the output above given that this is not a production box, here it is again with me frantically clicking through the pages of a test site: |-litespeed(24425)-+-httpd(24426) | `-litespeed(24427)-+-admin_php(24479)...
  8. R

    [solved] APC goes crazy under LSWS 4.1.10 & 4.1.11

    The above was on LSWS 4.1.11 with PHP 5.3.10 compiled which included Suhosin, APC, memcache and eAccelerator extensions (though only Suhosin + APC were enabled at the time). I have also tried enabling eAccelerator and the same thing happens to eAccelerator cache - it resets every few minutes.
  9. R

    [solved] APC goes crazy under LSWS 4.1.10 & 4.1.11

    #pstree -p init(1)-+-agetty(1563) |-atd(1516) |-auditd(1071)---{auditd}(1072) |-crond(1506) |-dbus-daemon(1107) |-dhclient(1034) |-fail2ban-server(23385)-+-{fail2ban-serve}(23386) | `-{fail2ban-serve}(23387)...
  10. R

    [solved] APC goes crazy under LSWS 4.1.10 & 4.1.11

    Tried that, it held out for 3 minutes :). And then started resetting again. What can I do to get you more info? I tried enabling DEBUG level logging, but there doesn't seem to be anything useful there. What should I look for?
  11. R

    [solved] APC goes crazy under LSWS 4.1.10 & 4.1.11

    I mean it resets every minute or two, deleting the entire cache that was built over the short period that it was up. I'm in the process of moving my sites from a VPS (Debian lenny) to Amazon EC2 (Amazon Linux, CentOS-based) and I'm experiencing these problems in both environments. The...
  12. R

    [solved] APC goes crazy under LSWS 4.1.10 & 4.1.11

    A while ago I had to disable APC for PHP as it was resetting every minute or two. It's only now that I've traced it to an LSWS update. The details: 1) I'm using the 32-bit version and the bug is there both in the Standard and Enterprise editions. 2) PHP 5.3.8 with APC enabled works...
  13. R

    Blocking access to Mercurial/Git files

    Any progress on this one?
  14. R

    Blocking access to Mercurial/Git files

    It would be great if Litespeed automatically blocked access to /.hg and /.git directories and the files contained within those as it currently does for /.svn directories. Subversion is not the only source control system out there, and those hip enough to use and prefer LiteSpeed are probably...
Top