You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by pa...@accenture.com on 2014/04/18 18:50:09 UTC

[users@httpd] Adobe cq behind reverse proxy

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.

________________________________

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@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Adobe cq behind reverse proxy

Posted by "J.Lance Wilkinson" <jl...@psu.edu>.
paul.warren.p.pili@accenture.com 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.


	I'm no proxy expert, but why aren't you using the CQ Dispatcher
	instead?


-- 
J.Lance Wilkinson ("Lance")		InterNet: Lance.Wilkinson@psu.edu
Systems Design Specialist - Lead	Phone: (814) 865-4870
Information Technology Services		FAX:   (814) 863-3560
Penn State University
Digital Library Technologies, E3 Paterno Library, University Park, PA 16802
http://ucs.psu.edu/home/jlw12@psu.edu?fmt=freebusy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Adobe cq behind reverse proxy

Posted by pa...@accenture.com.
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@gmail.com]
Sent: Saturday, April 19, 2014 1:19 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Adobe cq behind reverse proxy

On Fri, Apr 18, 2014 at 12:50 PM,  <pa...@accenture.com> 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@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



________________________________

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@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: [users@httpd] Adobe cq behind reverse proxy

Posted by Eric Covener <co...@gmail.com>.
On Fri, Apr 18, 2014 at 12:50 PM,  <pa...@accenture.com> 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@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org