As far as I know, only these should be necessary: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_html_module modules/mod_proxy_html.so
But I could be wrong... Cheers, Dave > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Chris M > Sent: 21 May 2006 20:39 > To: [email protected] > Subject: Re: [Wicket-user] Wicket behind apache, using ProxyPass? > > > Dave, > > thanks for the "slash" hint, but it did not help. Maybe you are using > some other config directives for apache to get it running? > > I am now successfully using mod_jk as suggested by Aaron. Thanks for > this hint! > > Chris > > David Leangen wrote: > > >I also use Wicket behind a firewall and use ProxyPass. > > > >Personally, I've never had any problems. I use this type of config on the > >firewall machine: > > > > > > ProxyPass /contextRoot/ http://localserver:8080/contextRoot/ > > ProxyPassReverse /contextRoot/ http://localserver:8080/contextRoot/ > > > > > >Maybe the missing ending slash is the problem? > > > > > >Cheers, > >Dave > > > > > > > > > > > > > >>-----Original Message----- > >>From: [EMAIL PROTECTED] > >>[mailto:[EMAIL PROTECTED] Behalf Of Chris M > >>Sent: 20 May 2006 18:15 > >>To: [email protected] > >>Subject: Re: [Wicket-user] Wicket behind apache, using ProxyPass? > >> > >> > >>Thanks, sounds like a better fit to what I need. > >> > >>Aaron Hiniker wrote: > >> > >> > >> > >>>I usually use mod_jk for apache + tomcat.. you may try that if you > >>>can't get this to work > >>> > >>> > >>>On Sat, 2006-05-20 at 10:46 +0200, Chris M wrote: > >>> > >>> > >>> > >>>>The following setup I'd like to get up and running: > >>>> > >>>>- apache 2 listening on port 80, serving some static pages to > >>>> > >>>> > >>the internet > >> > >> > >>>>- tomcat (running on port 8080), serving applications where some of > >>>>which (but not all) are intended to be used via the internet as well. > >>>>- in order to not have to open any other port than port 80, apache is > >>>>configured via ProxyPass (see > >>>>http://httpd.apache.org/docs/2.0/mod/mod_proxy.html) to forward > >>>> > >>>> > >>requests > >> > >> > >>>>to tomcat like this: > >>>> > >>>>ProxyPass /my-app http://my.domain.com:8080/my-app > >>>>ProxyPassReverse /my-app http://my.domain.com:8080/my-app > >>>> > >>>>For an application built with webwork for the view this works > >>>> > >>>> > >>nicely, but: > >> > >> > >>>>For an application built with wicket this does not work, I get e.g. an > >>>>URL like: > >>>> > >>>>http://my.domain.com/my-app;jsessionid=CF5B5B15DAA865DB9920B71CF > >>>> > >>>> > >6E28496?wicket:interface=:1:: > > > > > >>>and apache giving me error 404. > >>> > >>>Any ideas? Any help appreciated! > >>> > >>>Regards, > >>>Chris > >>> > >>> > >>> > >>>------------------------------------------------------- > >>>Using Tomcat but need to do more? Need to support web > services, security? > >>>Get stuff done quickly with pre-integrated technology to make your job > >>> > >>> > >easier > > > > > >>>Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > >>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&d at=121642 >>> >>> ><http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > >>>_______________________________________________ >>>Wicket-user mailing list >>>[email protected] >>> >>> ><mailto:[email protected]> > > >>>https://lists.sourceforge.net/lists/listinfo/wicket-user >>> >>> >>> >>> > > > >------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job >easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >_______________________________________________ >Wicket-user mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/wicket-user > > > >------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >_______________________________________________ >Wicket-user mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/wicket-user > > ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
