• 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.

Apache not loading vhosts.conf

Sommerzeit

New Pleskian
Hi there!

some days ago I updated Plesk to 12.5 on Debian 7.
I updated the server to Debian 8 today (I saw the distri-update part in the changelog) for some ffmpeg features I need for a project.

Now, after some errors and bugfixes, Apache does not seem to load the vhosts.conf. Every domain on the server is just showing the /var/www-dir.

Code:
 # apachectl -t -D DUMP_VHOSTS
VirtualHost configuration:
*:7080                 domain.tld (/etc/apache2/sites-enabled/000-default.conf:1)

It seems apache is just loading /etc/apache2/apache2.conf which just has
Code:
# Include generic snippets of statements
IncludeOptional conf-enabled/*.conf

# Include the virtual host configurations:
IncludeOptional sites-enabled/*.conf

Does someone here have an idea what went wrong? I already ran
/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
without any errors. All the vhosts.conf seem to be finde.

I also restarted the server/apache/nginx several times.
 
Have you tried

# plesk repair web

?

Yes. With no success. After that I tried # plesk repair all (at least I think that was the command I used). Still no success. :/


I followed every step of this instruction during the distri-update. But unfortunately I cannot run it again. (see below)


My "solution": I restored the whole server and started with a fresh Debian 8.2 minimal installation. Then I installed Plesk 12.5 and restored a backup. Works like a charm now :)

Thanks nonetheless for looking into my problem. :) Kudos for the work you're doing and especially the support you're giving here in the forum.
 
Back
Top