On 5/15/07, Costrell, Daniel N (Dan Costrell)
<[EMAIL PROTECTED]> wrote:

I installed apache 2.2.4 on Tru64 5.1b. When I start it by entering
"./apachectl start", the return value (#?) is 0. However, running ps shows
that httpd is not running. Nothing is written to error_log, and no error
message appears on the console screen. Does anyone have any suggestions for
debugging the problem?

Start by checking the "User" and "Group" directives in your http.conf,
and make sure they are set to a user and group that exists on your
system ("nobody" for both user and group would probably be allright).

One problem that often hits first time users, is that the default for
"group" is:
Group #-1
Which doesn't work on some Unix systems. When that happens the
symptoms are exactly as you describe.

Krist


--
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to