NGASI - cpanel login problem
by Selva[ Edit ] 2009-05-22 19:36:04
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