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.
It seems apache is just loading /etc/apache2/apache2.conf which just has
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.
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.