Difference between revisions of "Bad group name apache FAILED"

From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with '<br><br> =About= Apache get an error "Bad group name apache [FAILED]" and can not start. This error indicates that apache is the faulty group name. <br><br> ==Solution== To solve…')
 
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
This error indicates that apache is the faulty group name.
This error indicates that apache is the faulty group name.
<br><br>
<br><br>
==Solution==
=='''Solution'''==
To solve this problem put this command into terminal:
To solve this problem put this command into terminal:
  groupadd apache
  groupadd apache
This command add group name apache.
This command adds group name apache.

Latest revision as of 16:45, 25 November 2011



About

Apache get an error "Bad group name apache [FAILED]" and can not start. This error indicates that apache is the faulty group name.

Solution

To solve this problem put this command into terminal:

groupadd apache

This command adds group name apache.