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:

 [email protected]
   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