info [rebuildhttpdconf] Unable to determine group for user
-Unfortunately virtual host entry for some users are missing in apache configuration.
Also you are facing the below issue while rebuild the apache configuration.
info [rebuildhttpdconf] Unable to determine group for user
It seems that user entry missing in /etc/group file.
Fix:
First check that user entry in /etc/passwd
E.g.
grep xxxx /etc/passwd
crossjui:x:778:779::/home/xxxx:/bin/bash
779 is GID for that user.
You need to add the below entry in /etc/passwd file.
xxxx:x:779:
-Once again rebuild the apache configuration, it will create vhost entry.
Also you are facing the below issue while rebuild the apache configuration.
info [rebuildhttpdconf] Unable to determine group for user
It seems that user entry missing in /etc/group file.
Fix:
First check that user entry in /etc/passwd
E.g.
grep xxxx /etc/passwd
crossjui:x:778:779::/home/xxxx:/bin/bash
779 is GID for that user.
You need to add the below entry in /etc/passwd file.
xxxx:x:779:
-Once again rebuild the apache configuration, it will create vhost entry.
Comments
Post a Comment