Open links in new tab
  1. How to solve "Error: Apache shutdown unexpectedly"?

    I had same issue. The logs shown are not clear. So run the apache_start.bat, and it showed me exactly what was wrong.

  2. Where are the Apache and PHP log files? - Ask Ubuntu

    I've installed Apache, PHP, and MySQL on Ubuntu 10.10 desktop edition, and it's working fine. Except I have no clue where to look for Apache or PHP log files.

  3. Internal Error 500 Apache, but nothing in the logs?

    The question was, "How do I cause Apache to log Internal 500 errors into the error log?" This should probably be a comment.

  4. Where can I find apache error_log on CentOS - Server Fault

    Oct 8, 2010 · Check your httpd.conf The LogFile variable tells you where apache is writing logs. This value is often (always?) relative to the ServerRoot variable.

  5. Apache is not running from XAMPP Control Panel ( Error: Apache …

    Jul 30, 2013 · If still this fails, your last hope is to check the apache error log by clicking on the logs tab in apache's row in the xampp control panel and clicking error log.

  6. Where does PHP store the error log? (PHP 5, Apache, FastCGI, and …

    I am on shared hosting and have cPanel, Apache, and PHP is run by FastCGI. Where does PHP store the error log? Is there another way I can find the error log on a ...

  7. logging - Best way to rotate Apache log files - Stack Overflow

    I've got an Apache server that has one access log file that is topping 600MB. This makes it really hard to search the file or parse it. What software or modules for Apache are available that will ...

  8. httpd - apache error and access logs are missing, what could be …

    When path references in an Apache configuration are not absolute (i.e. don't start with /) they are relative to the directory set in the ServerRoot directive. A common default for the ServerRoot is …

  9. apache - Where can I find the WAMP error log? - Stack Overflow

    Apache in WAMPServer writes errors to the C:\wamp\logs folder or C:\wamp64\logs if you are using the 64bit version, as does MYSQL and PHP If Apache or MySQL find errors before they …

  10. Where can I find error log files for PHP? - Stack Overflow

    Sep 25, 2021 · Where can I find error log files? I need to check them for solving an internal server error shown after installing suPHP.