Question debian 9.13 plesk 17.8.11 no website after update

kira12

New Pleskian
Hello Guys,

i update via apt apgrade my old Server and after that i have no access to the Website and Domain Section. Its a white screee with the following Error message:
New configuration files for the Apache web server were not created due to the errors in configuration templates: AH00526: Syntax error on line 78 of /etc/apache2/plesk.conf.d/vhosts/neu.my_domain.de.conf: Wrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper cannot be accessed: (2)No such file or directory . Detailed error descriptions were sent to you by email. Please resolve the issues and click here to generate broken configuration files once again or here to generate all configuration files. See the details in Configuration Troubleshooter

the repair web and repair fs doesnt work.

I try to install the cgi_wrapper via the restore-wrapper.sh but there also has some Errors:
The following packages have unmet dependencies:
php-fpm : Depends: php7.0-fpm but it is not going to be installed
plesk-php70-snmp : Depends: libsnmp30 (>= 5.7.3+dfsg-1.7+deb9u3~dfsg) but 5.7.3+dfsg-1.7+deb9u1 is to be installed
plesk-php73-snmp : Depends: libsnmp30 (>= 5.7.3+dfsg-1.7+deb9u3~dfsg) but 5.7.3+dfsg-1.7+deb9u1 is to be installed
psa-php-configurator : PreDepends: libapache2-mod-php
PreDepends: php-cgi
Depends: php-sqlite3
Depends: php-mysql but it is not going to be installed or
php-mysqlnd
Depends: php-gd
Depends: php-imap
Depends: php-curl
Depends: php7.0-xsl
Depends: php-mbstring
Depends: php-zip

and stop installing :-(

Anyone can give me some Information to solve this Problem?

best regards rené
 
Do you have the correct archive repos installed?


Code:
deb http://archive.debian.org/debian stretch main contrib non-free
deb http://archive.debian.org/debian stretch-updates main contrib non-free
deb http://archive.debian.org/debian-security stretch/updates main contrib non-free

With them teoretically it still still be able to install the missing packages.
 
Hello,

thanks for the hint, the 2. line in in source.list was disabled and the last line was missing. I Fix them, then it was a missing php7.0-fpm. It cant be installed - the php7.0-common was to new :D I delete the common and install the php7.0-fpm. The resolve-wrapper script runs and install all. Then the Apache doesnt start, so i only see a Error Page from plesk. now i run the plesk repair and Apache starts and now run the repair...

best regards rené
 
Back
Top