• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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