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

Resolved Apache not running after Dist-Upgrade to Ubuntu 16.04

jradzuweit

Basic Pleskian
Hi,
I have done a distribution upgradde from Ubuntu 14.04 to 16.04, it worked so far without major problerms except to things.

1. the file /etc/os-release still says it is a Ubuntu 14.04 instead of 16.04. The apt-get files say it has all repos switched to xenial aka Ubuntu 16.04.

2. This is a more serious problem, after the upgrade the apache does not start and the command systemctl says:

Okt 02 12:21:55 vega.radzuweit.eu apache2[3112]: * The apache2 configtest failed.
Okt 02 12:21:55 vega.radzuweit.eu apache2[3112]: Output of config test was:
Okt 02 12:21:55 vega.radzuweit.eu apache2[3112]: AH00526: Syntax error on line 240 of /etc/apache2/plesk.conf.d/ip_default/radzuweit.eu.conf:
Okt 02 12:21:55 vega.radzuweit.eu apache2[3112]: Invalid command 'DirectoryIndex', perhaps misspelled or defined by a module not included in the server configuration
Okt 02 12:21:55 vega.radzuweit.eu apache2[3112]: Action 'configtest' failed.


Any idea what to do next? The apache files where not changed and the DirectoryIndex is a common config directive in apache.
I already searched the KB and the forum here but nothing suitable found so far..

Thanx for any suggestion
Jürgen
 
Make sure that dir module is enabled in Tools&Settings-> Apache Web Server
 
... it seems that during the upgrade a link gets lost. Here a solution to get this fixed:

  1. go to /etc/apache2/mods-enabled and check if a link to ../mods-available/dir.conf and ../mods-available/dir.load exists
  2. if not create links with
>ln -s ../mods-available/dir.conf
>ln -s ../mods-available/dir.load
Apache is now running
 
Back
Top