If you read[1], it say what you need to do (and which version of Apache
httpd you need to use).

Frank

[1]: http://cwiki.apache.org/WICKET/wicket-behind-a-front-end-proxy.html


On Dec 9, 2007 8:15 AM, sshark <[EMAIL PROTECTED]> wrote:

> Hi,
>
> I am trying the same but it does not seems to work.What I want is to be
> able
> to access Wicket application using the URL *http://www.someapps.com*instead
> of *http://myapps.com/wicketapps*. I am using Apache 1.3. Should I be
> using
> Apache 2.x instead? Please advise. Thanks
>
> My configuration is
>
> <VirtualHost myapps.com>
>    DocumentRoot /home/vocanic/apps_vocanic_net
>    ServerAlias www.myapps.com
>    JkMount /* vocanic_1
> </VirtualHost>
>
> <VirtualHost someapps.com>
>    ServerAlias www.someapps.com
>   ProxyPass         / http://localhost:10012/wicketapps
>   ProxyPassReverse  / http://localhost:10012/wicketapps
>   #ProxyPassReverseCookiePath /citibank-survey / #not supported in Apache
> 1.3
> </VirtualHost>
>
> /lim/
>
> p.s. I tried to post this message in reply to the topic "Re: Wicket behind
> a
> front-end proxy" in Nabble but it was rejected. The error was, I quoted,
>
> *This message was created automatically by mail delivery software.
>
> A message that you sent could not be delivered to one or more of its
> recipients. This is a permanent error. The following address(es) failed:
>
>  users@wicket.apache.org
>   SMTP error from remote mail server after end of data:
>   host mx1.eu.apache.org [192.87.106.230]: 552 spam score (5.0) exceeded
> threshold**
> *
>
> Can anyone shed someone light here? Thanks
>

Reply via email to