Recent content by TomR

  1. TomR

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

    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.
  2. TomR

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

    [root@koda custombuild]# apachectl -t Syntax OK
  3. TomR

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

    [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...
  4. TomR

    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.
  5. TomR

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

    [root@koda custombuild]# ps aux | grep -v grep | grep php root 2180395 0.0 0.2 298708 11152 ? Ss 20:09 0:00 php-fpm: master process (/usr/local/php74/etc/php-fpm.conf) root 2180425 0.0 0.2 196048 11260 ? Ss 20:09 0:00 php-fpm: master process...
  6. TomR

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

    [root@koda custombuild]# ./build options Nginx Unit: no Apache: 2.4.55 ModSecurity: 2.9.7 ModSecurity Rule Set: comodo htscanner: 1.0.1-enhanced Dovecot: 2.3.20 Dovecot configuration: yes AWstats: no Exim: 4.96-58-g4e9ed49f8 exim.conf update: yes BlockCracking: yes Easy Spam Fighter: yes...
  7. TomR

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

    Sadly after build php & apache same problem [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:10:53 CET...
  8. TomR

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

    [root@koda ~]# apachectl -M 2>&1 | grep suphp [root@koda ~]# grep suphp /etc/httpd/ -R /etc/httpd/conf/extra/httpd-suphp.conf:<IfModule mod_suphp.c> /etc/httpd/conf/httpd.conf_2.0:Include conf/extra/httpd-suphp.conf grep: warning: /etc/httpd/build/build: recursive directory loop
  9. TomR

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

    Will do a build again, but wil take some time ( 4 PHP versions ). Thanks for your help so ;)far
  10. TomR

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

    [root@koda custombuild]# ./build list_removals If you want to remove all the suggested programs above, run: ./build remove_items [root@koda custombuild]# ./build remove_items No output? Need I do a build php and apache now?
  11. TomR

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

    No clue for suphp [root@koda data]# pwd /usr/local/directadmin/data [root@koda data]# find . -type f | xargs grep -n suphp ./templates/logs.list:5:/var/log/suphp.log=suPHP Log ./templates/httpd.conf:178:<IfModule mod_suphp.c> ./templates/httpd.conf:211: <IfModule mod_suphp.c>...
  12. TomR

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

    Mu gut feeling sys me it has something to do with uninstall CloudLinux. Maybe something has been left behind.
  13. TomR

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

    As stated in the first post: No custom templates, no *cust_http*. [root@koda ~]# ls -la /usr/local/directadmin/data/users/*/domains/*.cust* ls: cannot access /usr/local/directadmin/data/users/*/domains/*.cust*: No such file or directory [root@koda ~]# grep -n -i suphp...
  14. TomR

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

    Nope did that several times. Even build everthing with custombuild. My question remains: how is the value of SUPHP set? Due to options.conf? Because that does not seem the case. I even delete /usr/lib/apache because id had mod_suphp.so present. After build apache it is not present anymore but...
  15. TomR

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

    [root@koda ~]# apachectl -t AH00526: Syntax error on line 44 of /usr/local/directadmin/data/users/proguide/httpd.conf: Invalid command 'suPHP_Engine', perhaps misspelled or defined by a module not included in the server configuration Problem is dat due to SUPHP the following code is inserted...
Back
Top