• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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