SOLVED: Uninstall CloudLinux, SUPHP still being set to "1"

Removed all files/dirs as suggested.
./build apache
Soething has changed: still httpd not starten but the specific error dissapeared. Not sure what problem now is.
 
[root@koda custombuild]# systemctl status httpd
● httpd.service - The Apache HTTP Server
Loaded: loaded (/etc/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2023-03-02 20:52:00 CET; 1min 35s ago
Process: 2233566 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 2233564 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 2233564 (code=exited, status=1/FAILURE)
Status: "Reading configuration..."

Mar 02 20:51:59 koda.proguide.nl systemd[1]: Starting The Apache HTTP Server...
Mar 02 20:52:00 koda.proguide.nl systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Mar 02 20:52:00 koda.proguide.nl kill[2233566]: kill: cannot find process ""
Mar 02 20:52:00 koda.proguide.nl systemd[1]: httpd.service: control process exited, code=exited status=1
Mar 02 20:52:00 koda.proguide.nl systemd[1]: Failed to start The Apache HTTP Server.
Mar 02 20:52:00 koda.proguide.nl systemd[1]: Unit httpd.service entered failed state.
Mar 02 20:52:00 koda.proguide.nl systemd[1]: httpd.service failed.
 
You might check logs then:

Code:
cat /var/log/httpd/error_log

And try again to run a full set:

Code:
./build clean
./build apache
./build modsecurity
./build php
 
ALex, thank you for all your help.
There was a problem with the certificates asl shown in /var/log/httpd/error_log
As soon as I restored them the httpd daemon would start.
 
Back
Top