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…') |
|||
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 add group name apache. |
Revision as of 09:47, 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 add group name apache.