On Fri, Apr 18, 2014 at 12:50 PM, <paul.warren.p.pili@xxxxxxxxxxxxx> wrote: > Hi, we have adobe cq web server which we want to access through apache reverse proxy. Our scenario is: > > Adobe cq actual url: > Www.cqserver.com:4502 > > Virtual hostname configured in apache: > Www.portal.com/cq > > We have the below lines in httpd.conf: > > Proxypass /cq/ Www.cqserver.com:4502 > Proxypassreverse /cq/ Www.cqserver.com:4502 > > But unfortunately, this doesnt worked. Please advise what else can i do to make it working. Details? You probably want a trailing slash on the 2nd parameter, and a scheme/protocol as in http:// rather than a hostname and a port -- see examples in the manual. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx