Proposed Solution 1

Last Updated : Dec 07, 2012 |
Use this solution if the httpd daemon is not running or is experiencing problems.
  1. At the Linux command line prompt, check the status of the httpd daemon process by entering the /sbin/service httpd status command.
  2. If the httpd daemon process is not running, start it by entering the /sbin/service httpd start command.
  3. If the httpd daemon process is running, stop it and then restart it:
    1. Stop the httpd daemon process by entering the /sbin/service httpd stop command.
      ADDITIONAL INFORMATION:
      The system should respond with a message that ends with [OK] to indicate that the service has stopped.
    2. Restart the httpd daemon process by entering the /sbin/service httpd start command.
      ADDITIONAL INFORMATION:
      The system should respond with a message that ends with[OK] to indicate that the service has started.
  4. If these steps do not resolve the issues with the httpd daemon, continue with the solutions in Troubleshooting the httpd daemon process.