• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Issue Configuration File Error

MontyDon88

New Pleskian
Hello,

Hopefully someone could help.... I'm getting the following error:

New configuration files for the Apache web server were not created due to the errors in configuration templates: httpd: Syntax error on line 353 of /etc/httpd/conf/httpd.conf: Syntax error on line 55 of /etc/httpd/conf.d/php.conf: </IfModule> without matching <IfModule> section.

Line 353 of /etc/httpd/conf/httpd.conf is:

IncludeOptional conf.d/*.conf


Line 55 of /etc/httpd/conf.d/php.conf is:

53: <IfModule>
54: #php_value opcache.file_cache "var/lib/php/opcache"
55: </IfModule>
56: </IfModule>


Should I delete one of the " </IfModule>" ?
Thanks
 
Last edited:
Hello,

Hopefully someone could help.... I'm getting the following error:

New configuration files for the Apache web server were not created due to the errors in configuration templates: httpd: Syntax error on line 353 of /etc/httpd/conf/httpd.conf: Syntax error on line 55 of /etc/httpd/conf.d/php.conf: </IfModule> without matching <IfModule> section.

Line 353 of /etc/httpd/conf/httpd.conf is:

IncludeOptional conf.d/*.conf


Line 55 of /etc/httpd/conf.d/php.conf is:

53: <IfModule>
54: #php_value opcache.file_cache "var/lib/php/opcache"
55: </IfModule>
56: </IfModule>


Should I delete one of the " </IfModule>" ?
Thanks

Yes!
 
Back
Top