Forum Moderators: phranque

Message Too Old, No Replies

Is ProxyPassReverseCookieDomain activated in Apache by default?

         

Andi

2:29 pm on Dec 22, 2011 (gmt 0)

10+ Year Member



Hello,
I try to use the directive ProxyPassReverseCookieDomain on my Apache reverse proxy servers. I put it into the httpd.conf yet after restarting the apaches nothing happens. The cookies have not been changed.

Is the directive
[b]ProxyPassReverseCookieDomain[/b]

activated by default in Apache? It seems not to.

How can I check this and what do I have to do in order to be able to use ProxyPassReverseCookieDomain?

Thank you.
Andi

lucy24

9:25 pm on Dec 22, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Can we assume you have read, assimilated and memorized every word of

[httpd.apache.org...]

?

Note that the (brief) section on ...ReverseCookieDomain refers you to the preceding section, ProxyPassReverse for details.

A reverse proxy is activated using the ProxyPass directive or the [P] flag to the RewriteRule directive. It is not necessary to turn ProxyRequests on in order to configure a reverse proxy.


There's just no escaping mod_rewrite, is there ;)