Search results

  1. ffeingol

    System load fluxuates

    I don't think I'd get very worried about those loads. Did you look what was running on the server that those times (top, ps etc.). I'd highly doubt the issue is LSWS. More likely it's some poor coding or a cron job running.
  2. ffeingol

    LSWS dies after every account is created

    I PM'ed you the info. Frank
  3. ffeingol

    LSWS dies after every account is created

    Yes, we need Apache still there because of SSI. Yes, LSWS gets restarted but Apache does not. "override cPanel restart HTTPD script" running the latest cPanel Release tree Apache is not restarting.
  4. ffeingol

    LSWS dies after every account is created

    Hello, We have a server with LSWS and cPanel. Every time a new account is created we get this: LSWS = 3.3.15 CentOS 5, 32 bit all patches applied cPanel - Release all patches applied let me know if I can provide anymore information. Frank
  5. ffeingol

    Error message

    Looks like your PHP process does not have permission to write /usr/local/lsws/tickers/tickers.xml.new. Are you running with our without suexec?
  6. ffeingol

    lsphp4 / lsphp5 processes

    It was looking reading localhost6.localhost6 from /etc/hosts.
  7. ffeingol

    lsphp4 / lsphp5 processes

    We're seeing some lsphp4 and lsphp5 process that seem to be hanging around for a long time and consuming a lot of resources. I'm assuming that it's ok to just kill off those processes and more of them will be spawned as needed? BTW, their parent process is 1 which leads more to my theory...
  8. ffeingol

    WHM Plugin

    OK, I've installed several servers via the web upgrade and the plugin showed in WHM w/o having to do anything manual.
  9. ffeingol

    WHM Plugin

    capbiker, It does not show in cPanel as there is not functionality (that I know of) on a per domain level. You need to long into WHM as root. Go all the way to the bottom (in the left menu) and it should show under Plugins. Frank
  10. ffeingol

    cleanup autoupdate dir

    Is it safe / ok to remove unused tarball's that were downloaded by the auto-update system? We (for example) skipped installing several releases because of the cPanel issues and we'd like to get rid of those versions to free up the disk / reduce clutter. TIA
  11. ffeingol

    Rewrite Rules Problem

    Change: SecFilterEngine On to SecFilterEngine Off
  12. ffeingol

    Enable FrontPage Extension

    Can you please explain what "Enable FrontPage Extensions" under the Apache Config section does? Yes, I understand it will make FP publishing work properly (I hope) but I'd like to know what it does behind the scenes and what possible side-effects there might be.
  13. ffeingol

    PHP queue getting very deep

    I was actually trying to debug it from the MySQL side (figuring that was what was blocking). From within phpmyadmin or mysqladmin you can dump the running queries which helps narrow things down. The problem with tracing the lsphp process is "which one". When things back up there are 40+...
  14. ffeingol

    PHP queue getting very deep

    Thnx, but not really an option :-) The problem is not constant.
  15. ffeingol

    PHP queue getting very deep

    We're having an issue where the php wait queue is getting very deep and php requests are not getting processed. I'm sure that it's one web site that has a bad MySQL call or something similar backup up all php but we're having a really hard time tracking it down. We're not running suexec. Any...
  16. ffeingol

    php install: can't find wget

    Don't run as root please :) You don't rebuild php that often so it's just not that difficult to change the permissions, build it, change the permissions back. If people are that worried about the permissions for wget then they can always just build php by hand.
  17. ffeingol

    Stability of 3.3.14

    Just wondering if anyone has feedback on the 3.3.14 version and the cPanel restart issues. We've a tad nervous about upgrading with all the cPanel restart issues over the last couple of minor releases.
  18. ffeingol

    htaccess code for php version

    For 5 it's: AddType application/x-httpd-php5 .php We default to V4 so I'm not 100% sure if it's: AddType application/x-httpd-php4 .php or AddType application/x-httpd-php .php Frank
  19. ffeingol

    Problem with 3.313

    I have to say I'm a bit more than nervous to upgrade based the the "small" feedback that I've seen so far. Does anyone have any positive feedback with LSWS and cPanel?
  20. ffeingol

    PHP Command Line

    You can't use the LSWS php for command line. It's built specifically for LSWS and won't work from command line. If you manually build PHP (with the --with-litespeed option) it will also build a cli verson at the same time. Just go into the sapi/cli directory (where you are building php) and...
Top