5

Oracle HTTP Server (OHS), RHEL 5.3, Dell hardware

Oracle has a modified version of Apache2 for use with web-enabled components in its product suite. The apachectl start command just hangs, even configtest hangs! Not sure what it is waiting for. How does one go about troubleshooting this?

Thanks

partlycloudy
  • 205
  • 3
  • 8

1 Answers1

5

Run

strace -f apachectl start

and see what the last dozen lines or so are trying to do. The output is a little bit crazy, so you might update your question with the output, and maybe someone can help.

Matt Simmons
  • 20,396
  • 10
  • 68
  • 116