Jason, I would be using mod_proxy or more specifically mod_proxy_ajp for communicating between Apache and Tomcat via the ajp port/protocol on mod_rewrite/redirect. I suspect that your problem is that the client IP of the request to tomcat is that of the local machine, AJP will properly pass the header information.
http://rimuhosting.com/mod_jk2_and_mod_proxy_ajp.jsp Mark On Sat, Feb 13, 2010 at 6:59 AM, Jason Fowler <[email protected]> wrote: > I'm having a bit of a problem. We're running Dspace 1.5.2 on a Fedora > machine. We are using Tomcat, but we also have an Apache redirect set up so > that the port number doesn't show up for our site. Basically, it redirects > traffic on port 80 to port 8080, but the port number doesn't show. For our > dissertation collection, we use IP based authentication. The IP > authentication works perfectly when one tries to download the file from > inside the correct IP range using an address that has the port number. > However, if you try to access it with the port number trimmed off, you can't > download the file. > > Can anyone explain why this might be happening and what a fix might be? I'm > at a loss. > > > Jason Fowler, CA, MSLS > Archives and Special Collections Librarian > The Southern Baptist Theological Seminary > Vice President, ALABI > [email protected] > ------------------------------------------------------------------------------ > SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, > Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW > http://p.sf.net/sfu/solaris-dev2dev > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > -- Mark R. Diggory Head of U.S. Operations - @mire http://www.atmire.com - Institutional Repository Solutions http://www.togather.eu - Before getting together, get t...@ther ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

