You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Joshua Slive <jo...@slive.ca> on 2003/07/31 16:36:22 UTC

Re: Error in start

On Fri, 1 Aug 2003, L. Karam wrote:

> Hi, i am istalling apache 2.0 for first time, and when try to start de apache, dont work. In the error_log this is written:
>
> [Fri Aug 01 08:08:15 2003] [emerg] (22)Invalid argument: Couldn't set
> permissions on cross-process lock; check User and Group directives

Find the file httpd.conf.  Open it with a text editor.  Find the
lines starting in User and Group and change them to point to a real user
and group on your system.  Preferably, use a user and group with low
priveleges.

Joshua.