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.

Comments

Popular posts from this blog

Using a Linux server to route packets between two private networks

PHP Fatal error: Class 'JFactory' not found

KVM & Qemu