Hello All,
I have an issue after the updating of directadmin from version 1.42.0 to 1.45.4.
Now when I create a subdomain in a existing domain, the httpd.conf of the domain has been changed as below :
From
to
RGroups has been replaced by RGroups @none and this configuration avoid the httpd server to start.
I receive this message : Starting httpd: httpd: bad group name @none
Maybe somebody know how to fix that?
Thanks in advance
I have an issue after the updating of directadmin from version 1.42.0 to 1.45.4.
Now when I create a subdomain in a existing domain, the httpd.conf of the domain has been changed as below :
From
<IfModule mod_ruid2.c>
RMode config
RUidGid abdc abdc
RGroups apache access
</IfModule>
to
<IfModule mod_ruid2.c>
RMode config
RUidGid abdc abdc
#RGroups apache access
RGroups @none
</IfModule>
RGroups has been replaced by RGroups @none and this configuration avoid the httpd server to start.
I receive this message : Starting httpd: httpd: bad group name @none
Maybe somebody know how to fix that?
Thanks in advance