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

[EMAIL PROTECTED] Redirect question

2007-09-15 Thread James Sherwood
Hello, We use mod_jk with apache and tomcat. Is there a way to redirect requests to a certian worker via their ip range? Thanks in advance, James - The official User-To-User support forum of the Apache HTTP Server Project. See

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

[EMAIL PROTECTED] Redirect question

2006-05-02 Thread Matthew Claridge
Hi, This might seem like a really stoopid question, but is it possible to do a "Redirect / http://another.server.com"; but keep the URL shown in the address bar as the old one, at least until someone clicks a link on the page? I'd rather not do anything more complicated than a simple redir

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

[EMAIL PROTECTED] Redirect Question

2006-04-12 Thread Stuart, Ed
We're running Apache 2.0.46 on Red Hat kernel 2.4. We're trying to shorten the URL our clients have to use to connect to an application. We have three environments; development, test, and production. Our approach is to create a DNS entry in the format of environment.appname.domain and have it reso