Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Where <contextPath> is replaced by the context path you've deployed your wicket application under.

The

...

ProxyPass

...

directive causes request URLs to be proxied to the specified host.

The

...

ProxyPassReverse

...

directive causes 302 redirects from your app server to be rewritten to point to the front-end proxy instead, so they continue to work properly.

The

...

ProxyPassReverseCookiePath

...

directive (Apache 2.2+ only) rewrites cookie paths for you, so sessions work properly.

...