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