How can I fix the error: AH01630: client denied by server configuration after enabling the messenger v3 service?

After enabling the messenger v3 service you just get the default Apache page when testing the messenger v3 service. You will also see this in the default Apache logs:

[Thu Aug 24 04:31:24.428103 2023] [authz_core:error] [pid 91755:tid 139645249562368] [client 192.168.1.133:60254] AH01630: client denied by server configuration: /home/csf/public_html/

This can usually be fixed by adding the line Require all granted to the beginning of the .htaccess file at /home/csf/public_html/.htaccess

Require all granted
DirectoryIndex index.php index.cgi index.html index.htm
#Options +FollowSymLinks +ExecCGI
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ /index.php [L,QSA]

CloudLinux

CloudLinux users should also disable CageFS for the csf user:

cagefsctl --disable csf

 

 

  • messenger
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How can I fix incorrect date and times displayed in the extension?

Server Time Our extensions require that the date, time, and timezone be set correctly on the...

How can I fix the error: Kohana_Exception [ 0 ]: Directory APPPATH/cache must be writable?

This error means that the permissions on the Plesk extension are not set properly. Running the...

How can I fix the error: The [imunify360] repository is installed but do not have an [exclude] line that excludes conflicting packages?

Warden requires that you use the ClamAV packages from the EPEL repository. In order to prevent...

How can I fix the error: The domain limit of this license key has been reached?

The admin and pro versions of our products are limited to the number of domains you can have in...