So after standard server update by DirectAdmin->Custom Build the server httpd stopped and I cant run it.
Downgrade apache dont work:
Please help, clients already call me about that.
Code:
Restarting apache.
Job for httpd.service failed because the control process exited with error code.
See "systemctl status httpd.service" and "journalctl -xe" for details.
2023/10/26 09:36:41 info executing task task=action=directadmin&value=reload
Code:
Oct 26 09:37:13 s1.webster-studio.pl systemd[1]: Starting The Apache HTTP Server...
Oct 26 09:37:13 s1.webster-studio.pl httpd[34460]: AH00526: Syntax error on line 12 of /etc/httpd/conf/extra/httpd-hostname.conf:
Oct 26 09:37:13 s1.webster-studio.pl httpd[34460]: SuexecUserGroup not allowed in <Directory> context
Oct 26 09:37:13 s1.webster-studio.pl systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 09:37:13 s1.webster-studio.pl systemd[1]: httpd.service: Failed with result 'exit-code'.
Oct 26 09:37:13 s1.webster-studio.pl systemd[1]: Failed to start The Apache HTTP Server.
Downgrade apache dont work:
Code:
cd /usr/local/directadmin/custombuild
echo "apache2.4:2.4.57:" > custom_versions.txt
./build update_data
./build apache
Please help, clients already call me about that.