• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Plesk service failed to start

C

cfgoian

Guest
Hi all,
Need help very urgent.
Just re-compiled PHP 5.1.6 to work with pgsql & other ... (configure, make, make install)
(box is Fedora Core 6)
The Plesk service does not start.

All other service are up and running.

Where to start looking? Where are logs for plesk?

I run: /etc/init.d/psa restart
PSA is down, performing full restart.
Starting xinetd service... done
Starting named service... done
Starting mysqld service... done
Starting qmail service... done
Starting courier-imap service... done
Starting postgresql service... done
Starting psa-spamassassin service... done
Starting Plesk... failed
Starting drwebd service... failed

Thx in advance

CFG


P.S.:
At: /usr/local/psa/admin/bin/httpsd status
I got:
Syntax error on line 232 of /usr/local/psa/admin/conf/httpsd.conf:
module php5_module is built-in and can't be loaded

As I said, I re-installed (only) PHP 5.1.6 by configure/make && make install ...
 
Hi,

Looks like php module loading was added to Plesk apache configuration file.

Open /usr/local/psa/admin/conf/httpsd.conf go to line 232 and comment or remove module loading.
 
Back
Top