From: Bradley T. <br...@ar...> - 2011-01-28 00:58:12
|
Hi Raffaele, You should be able to alter the (currently cumbersome) URL prefix settings to force Wayback to generate URLs for port 80, just omit :8080, in all the URL prefix configurations. You do however, need to inform Wayback that requests will still be received on port 8080 - so the bean name should still include 8080. The "host" component of the AccessPoint bean name allows you do set up virtual hosts, but with only one AccessPoint, you should be able to use the name "8080". Let me know if you're still having problems, Brad On 1/27/11 1:52 AM, raffaele messuti wrote: > Hi, > i've a wayback (1.6.0), deployed on tomcat, in ROOT > working smoothly from http://mydomain.it:8080 > > in wayback.xml i got the following conf: > > wayback.urlprefix=http://mydomain.it:8080/ > .. > <bean name="mydomain.it:8080" class="org.archive.wayback.webapp.AccessPoint"> > > now i want to put tomcat behind a reverse proxy, just because i'm not so > confident with tomcat security. > i was thinking to use nginx, it's simple and fast > > this piece of conf should be enough to set up the proxy > https://gist.github.com/5b1bbc64ef20a0bf1844 > > but how i had to modify the AccessPoint bean to let the proxy to work? > > > i see that waybackmachine.org uses tomcat behind varnish, > is possible to look at your configuration? > > > ~ curl -I waybackmachine.org > Server: Apache-Coyote/1.1 > Via: 1.1 varnish > > > thank you, ciao. > > > > > -- > raf...@at... > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > Archive-access-discuss mailing list > Arc...@li... > https://lists.sourceforge.net/lists/listinfo/archive-access-discuss |