• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

bootstrapper.sh repair broke sites and now can't connect to Plesk control panel

dankoni

New Pleskian
I was getting an error in Plesk related to New files of configuration for Apache web server were not built due to errors in configuration templates

So I ran the bootstrapper repair command /usr/local/psa/bootstrapper/pp11.0.9-bootstrapper/bootstrapper.sh repair (/usr/local/psa/bootstrapper/pp11.0.9-bootstrapper/bootstrapper.sh repair)

Which displayed the following output:

Changing shell for popuser.
Shell not changed.
Changing shell for mhandlers-user.
Shell not changed.
===> Preparing upgrade
-- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.
Stopping psa... done
psa is stopped
Stopping psa... done
-- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.
===> Cumulative database upgrade has been started
===> Upgrade completed.
2014-01-07T06:31:45+07:00 ERR (3): Apache config (13890511020.22718500) generation failed: httpd: Syntax error on line 221 of /etc/httpd/conf/httpd.conf: Syntax error on line 7 of /etc/httpd/conf.d/zz010_psa_httpd.conf: Syntax error on line 159 of /usr/local/psa/admin/conf/vhosts_bootstrap.conf: Could not open configuration file /var/www/vhosts/dev.engine.redlineadvantage.com/conf/13888410680.87992700_httpd.include: No such file or directory

httpd: Syntax error on line 221 of /etc/httpd/conf/httpd.conf: Syntax error on line 7 of /etc/httpd/conf.d/zz010_psa_httpd.conf: Syntax error on line 159 of /usr/local/psa/admin/conf/vhosts_bootstrap.conf: Could not open configuration file /var/www/vhosts/dev.engine.redlineadvantage.com/conf/13888410680.87992700_httpd.include: No such file or directory

mknod: `/var/www/vhosts/chroot/dev/null': File exists
===> Cumulative upgrade has been started
===> Upgrade completed.


Now all sites are displaying the Apache 2 Test Page and attempting to connect to the Plesk control panel is returning ERR_CONNECTION_REFUSED


Please help ASAP.
 
For the good of the community, could you please share how you fixed it? Did you run the vhost re-generator:

Code:
 /usr/local/psa/admin/sbin/httpdmng --reconfigure-all
 
Back
Top