LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apache won't start, but doesn't give error message (https://www.linuxquestions.org/questions/linux-software-2/apache-wont-start-but-doesnt-give-error-message-215349/)

escargot22026 08-09-2004 08:55 AM

Apache won't start, but doesn't give error message
 
I recently installed slackware on my computer. After realizing that it came with Apache 1.3, I decided to install Apache 2. I changed some things in the configuration file so that it would work better with slackware, for example I changed User and Group from apache to nobody, because that's what it was in the Apache 1.3 conf file (and their was no user apache).
I did a /usr/local/apache2/bin/httpd -k start as root, and didn't get any error messages, so I assumed that it started successfully. I did a 'ps -e | grep http' to make sure that httpd was indeed running, but it returned nothing. I looked through the results of ps -e without filtering them with grep, and nothing related to apache or httpd was running.
I figured that there was some error that it wasn't outputting, so I piped the errors of httpd start to errors.txt with the argument -E, then started it. The file errors.txt contains nothing whatsoever, yet httpd is not running!
I'm quite confused, as there seems to be a step I'm missing. On Fedora, all that was required was for you to install apache and start it.:confused: Could anyone please tell me what's going on?

cli_man 08-10-2004 09:34 PM

Have you looked in the error_log from apache, most apache errors will show up there, you can see the path from your httpd.conf file


All times are GMT -5. The time now is 03:26 PM.