Hi Eric, I have tried below: ProxyRass /cq/ http://ww.cqserver.com:4502 ProxyPassReverse /cq/ http://www.cqserver.com:4502/ But still didn’t worked. But the below works: ProxyPass / http://ww.cqserver.com:4502 ProxyPassReverse / http://www.cqserver.com:4502/ But this doesn’t fit our requirements as we need to access it through www.portal.com/cq/ Regards, -----Original Message----- From: Eric Covener [mailto:covener@xxxxxxxxx] Sent: Saturday, April 19, 2014 1:19 AM To: users@xxxxxxxxxxxxxxxx Subject: Re: Adobe cq behind reverse proxy 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 ________________________________ This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy. ______________________________________________________________________________________ www.accenture.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx