Re: [Dspace-tech] Apache redirect and IP based authentication

2010-02-18 Thread Mark Diggory
From: mdigg...@gmail.com [mdigg...@gmail.com] On Behalf Of Mark Diggory [mdigg...@atmire.com] Sent: Saturday, February 13, 2010 1:24 PM To: Jason Fowler Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Apache redirect and IP based authentication Jason, I

Re: [Dspace-tech] Apache redirect and IP based authentication

2010-02-16 Thread Jason Fowler
: Re: [Dspace-tech] Apache redirect and IP based authentication 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

[Dspace-tech] Apache redirect and IP based authentication

2010-02-13 Thread Jason Fowler
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

Re: [Dspace-tech] Apache redirect and IP based authentication

2010-02-13 Thread Mark Diggory
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