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

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