Re: [EMAIL PROTECTED] Redirect question

2007-09-21 Thread Rachel Barrios
ssage - From: "Rachel Barrios" <[EMAIL PROTECTED]> To: Sent: Friday, September 21, 2007 12:50 PM Subject: Re: [EMAIL PROTECTED] Redirect question James, In my configuration I've setup several ips on the same machine. As far as I understand it, the ip1 address in is the i

Re: [EMAIL PROTECTED] Redirect question

2007-09-21 Thread James Sherwood
1, 2007 12:50 PM Subject: Re: [EMAIL PROTECTED] Redirect question James, In my configuration I've setup several ips on the same machine. As far as I understand it, the ip1 address in is the ip apache sends the request on, and not the ip which the user is using while viewing your p

Re: [EMAIL PROTECTED] Redirect question

2007-09-21 Thread Rachel Barrios
om: "Rachel Barrios" <[EMAIL PROTECTED]> To: Sent: Friday, September 21, 2007 12:19 PM Subject: Re: [EMAIL PROTECTED] Redirect question Hi, How are you verifying that you have two different sets of information coming in? Ie. how do you know that one test came in on your firs

Re: [EMAIL PROTECTED] Redirect question

2007-09-21 Thread James Sherwood
- Original Message - From: "Rachel Barrios" <[EMAIL PROTECTED]> To: Sent: Friday, September 21, 2007 12:19 PM Subject: Re: [EMAIL PROTECTED] Redirect question Hi, How are you verifying that you have two different sets of information coming in? Ie. how do you kn

Re: [EMAIL PROTECTED] Redirect question

2007-09-21 Thread Rachel Barrios
rrios" <[EMAIL PROTECTED]> To: Sent: Monday, September 17, 2007 12:45 PM Subject: Re: [EMAIL PROTECTED] Redirect question I'm not sure if this is what you mean or not, but you can redirect to pseudo ip addresses on the same machine. ServerAdmin [EMAIL PROTECTED] Documen

Re: [EMAIL PROTECTED] Redirect question

2007-09-19 Thread James Sherwood
--- Original Message - From: "Rachel Anderson-Barrios" <[EMAIL PROTECTED]> To: Sent: Monday, September 17, 2007 12:45 PM Subject: Re: [EMAIL PROTECTED] Redirect question I'm not sure if this is what you mean or not, but you can redirect to pseudo ip addresses on the same m

Re: [EMAIL PROTECTED] Redirect question

2007-09-17 Thread Rachel Anderson-Barrios
I'm not sure if this is what you mean or not, but you can redirect to pseudo ip addresses on the same machine. ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/httpd/riskanalyticsinc/ramain ServerName my-host JkMount /*.xsp ajp13 JkMount /*.xxsp ajp13 JkMount /*.xml ajp13

RE: [EMAIL PROTECTED] Redirect question

2006-05-02 Thread Axel-Stéphane SMORGRAV
That's called "reverse proxying". Have a look at mod_proxy. -ascs -Original Message- From: Matthew Claridge [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 02, 2006 11:22 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Redirect question Hi, This might seem like a really stoopid q

Re: [EMAIL PROTECTED] Redirect Question

2006-04-13 Thread Victor Trac
Yes, that should work.  But if you're using name-based virtual hosting, it would be best to put an actual IP in there () rather than wildcards.Cheers,Victor On 4/13/06, Stuart, Ed <[EMAIL PROTECTED]> wrote: >>   If I'm reading this right, you could change to and then have two >>>separate Virtu

RE: [EMAIL PROTECTED] Redirect Question

2006-04-13 Thread Stuart, Ed
> > If I'm reading this right, you could change to and then have two >>>separate VirtualHost containers , one listening for http and one for https (second one being ), >ith the exact same Redirect. Using mod_rewrite may be a more elegant solution, though. > -Victor

Re: [EMAIL PROTECTED] Redirect Question

2006-04-13 Thread Victor Trac
If I'm reading this right, you could change to and then have two separate VirtualHost containers , one listening for http and one for https (second one being ), with the exact same Redirect.  Using mod_rewrite may be a more elegant solution, though. -VictorOn 4/12/06, Stuart, Ed <[EMAIL PROTECTED