client denied by server configuration: proxy:ajp:

To suppress the client denied by server configuration error with ajp and Apache (I suppose you already did a a2enmod proxy_ajp), just change the Proxy setting from Deny all to Deny none in /etc/apache2/mods-enabled/proxy.conf :

<Proxy *>
  AddDefaultCharset off
  Order deny,allow
  Deny from none
  #Allow from .example.com
</Proxy>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章