When add new domain, it writes to httpd.conf strings:
(old apache 1.3 style)
instead of
(new apache2 style),
so apache stopped after the new domain added and can't start due to this error in config file.
Code:
User username
Group username
instead of
Code:
SuexecUserGroup username username
so apache stopped after the new domain added and can't start due to this error in config file.