Difference between revisions of "Bad group name apache FAILED"

From Kolmisoft Wiki
Jump to navigationJump to search
 
Line 7: Line 7:
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.