Apache exit with status 127

apache-2.2

I have just installed apache 2 with ssl but when I try to start the process I got error

httpd starting.
exit status 127

There is no log even though I configured httpd.conf with LogLevel debug. Where else can I look for clues to troubleshoot this problem?

Best Answer

There won't be a standard apache error log because the service haven't started. 127 status code means that a command was not found.

How did you install apache2? Which unix distribution? What do you mean on "with ssl"?

Check on system logs found on /var/log... dmesg, messages or similar