• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Issue httpd Error

Jacob Kelly

New Pleskian
I am getting the following error when I try 'rebuild all' in the 'Webserver Configuration Troubleshooter' extension.

New configuration files for the Apache web server were not created due to the errors in configuration templates: AH00526: Syntax error on line 104 of /etc/httpd/conf/httpd.conf: Invalid command 'Require', perhaps misspelled or defined by a module not included in the server configuration


In my /etc/httpd/conf/httpd.conf file:

102 <Directory />
103 AllowOverride None
104 </Directory>


Any help would be appreciated.
 
Try to find mention of this "Require" with something like:

# grep -R Require /etc/httpd/conf/*
 
I removed all the lines specific to vhosts.


Does this assist at all in troubleshooting the issue?



/etc/httpd/conf/httpd.conf: Require all granted

/etc/httpd/conf/httpd.conf: Require all granted

/etc/httpd/conf/httpd.conf: Require all denied

/etc/httpd/conf/httpd.conf: Require all granted

/etc/httpd/conf/modsecurity.d/rules/modsecurity_crs-plesk/modsecurity_crs_20_protocol_violations.conf:# Require Content-Length to be provided with every POST request.

/etc/httpd/conf/plesk.conf.d/horde.conf.bak: Require all granted

/etc/httpd/conf/plesk.conf.d/horde.conf.bak: SSLRequireSSL

/etc/httpd/conf/plesk.conf.d/horde.conf.bak: Require all granted

/etc/httpd/conf/plesk.conf.d/horde.conf: Require all granted

/etc/httpd/conf/plesk.conf.d/horde.conf: SSLRequireSSL

/etc/httpd/conf/plesk.conf.d/horde.conf: Require all granted

/etc/httpd/conf/plesk.conf.d/server.conf.bak: Require all granted

/etc/httpd/conf/plesk.conf.d/server.conf.bak: Require all granted

/etc/httpd/conf/plesk.conf.d/server.conf.bak: Require all granted

/etc/httpd/conf/plesk.conf.d/server.conf.bak: Require all granted

/etc/httpd/conf/plesk.conf.d/roundcube.conf: Require all granted

/etc/httpd/conf/plesk.conf.d/roundcube.conf: Require all granted

/etc/httpd/conf/plesk.conf.d/server.conf: Require all granted

/etc/httpd/conf/plesk.conf.d/server.conf: Require all granted

/etc/httpd/conf/plesk.conf.d/server.conf: Require all granted

/etc/httpd/conf/plesk.conf.d/server.conf: Require all granted
 
Back
Top