Search results

  1. ffeingol

    WordPress install w/ MySQL

    Put a phpinfo page together and make sure that your php is complied with MySQL support?
  2. ffeingol

    Apache not getting restarted

    OK, I think I have to put a bit of a correction here. You are correct that if both LSWS and Apache are running and your restart via WHM they both get restarted. The problem we're seeing is that "something" is causing Apache to shut down and then when you restart (via WHM) LSWs gets restarted...
  3. ffeingol

    Apache not getting restarted

    How are you restarting it?
  4. ffeingol

    Apache not getting restarted

    I can try that option. I just thought that"override cPanel restart HTTPD script" was the recommendation for cPanel servers.
  5. ffeingol

    Apache not getting restarted

    We're having an issue where Apache is not getting restarted when cPanel restarts the web server. In a nutshell LSWS gets restarted fine but Apache does not. If I restart Apache from WHM it shows that it uses this command: /usr/local/cpanel/whostmgr/bin/whostmgr ./reshttpd I looked...
  6. ffeingol

    Permission issue / trouble debugging

    I figured it out by stracing the PHP process. The process was trying to connect to a server that no longer existed and was timing out on that connection. The PHP code bailed if it could not connect.
  7. ffeingol

    Permission issue / trouble debugging

    I'm also seeing this message: A) The server is setup to run php suexec B) The cgi time out is set to 120 seconds (soft timeout). This process, however, dies after about 50 - 60 seconds. It is a long running process as it's gathering stats from several different servers over https.
  8. ffeingol

    Permission issue / trouble debugging

    We're seeing the following error in our error_log: The server is running suexec and it's running the latest LSWS. The problem is we can't figure out what file it's getting a permission denied on. We're run with full debugging on (just toggled debugging more) nad the log is not giving us...
Top