NGASI - cpanel login problem - WHM/cpanel Views : 675
Tagged in : WHM-cpanel
0 0
Send mail
If you have NGASI enabled for a domain,then proxy is eanbled for that domain in apache virtualhost entry.This proxy entry (ProxyPass) will forward the request from apache to application server (Tomcat,Jboss,Jetty,etc...).So if you give /cpanel or /webmail after the domain name (like test.com/cpanel) this will be also forwared to application server ,now you will get 404 error from application server instead of cpanel login.To overcome this issue you must disable proxy forwarding for /cpanel and /webmail ,this can be done by making entries like : ProxyPass /cpanel ! and ProxyPass /webmail ! under the <virtualhost> of the corresponding domain
By Selva, On - 2009-05-22



    Login to add Comments .