• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Generating new Apache configuration on host <domain> failed

qnet

Basic Pleskian
Generating new Apache configuration on host <domain> failed because the following error(s) occurred:

Syntax error on line 72 of /var/www/vhosts/domain/conf/13305166170.06926900_httpd.include:
Wrapper .php cannot be accessed: (2)No such file or directory


Please fix error(s) in templates of Apache configuration and retry generating the configuration file.

This is a domain that was just migrated from Plesk 8.4 on FreeBSD to Plesk 10.4.4 on Ubuntu.

The offending line is in this block:

<IfModule mod_fcgid.c>
<Files ~ (\.php)>
SetHandler fcgid-script
FCGIWrapper .php
Options +ExecCGI
allow from all
</Files>
</IfModule>

Notice the "FCGIWrapper" line is messed up. It should be "FCGIWrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper .php".

Since Plesk generates this file automatically, I'm not sure what I could possibly be doing to have the configuration file not be generated properly. No other site on the server is having this problem.

Has anyone seen this before?
 
Back
Top