Re: [OT] Apache Config Problem

2002-02-19 Thread Robert Landrum
At 2:22 PM -0500 2/19/02, Stephen Reppucci wrote: >So, if you virtual host was something like: > >Listen 192.168.0.100:8080 > > ServerName www.foo.com > ServerAlias foo.com > Port 80 > ... > > >Then (assuming your bigip sends requests for foo.com to >192.168.0.100:8080) generated urls will be

Re: [OT] Apache Config Problem

2002-02-19 Thread Stephen Reppucci
Yes, just add a 'Port 80' line to your VirtualHost section. While many folks assume that this directive is for telling apache which port to listen on (it's not -- the Listen directive does that...), it's actually a setting that instructs Apache to use the named port in any generated urls. (At l

Re: [OT] Apache Config Problem

2002-02-19 Thread Geoffrey Young
Robert Landrum wrote: > > I'm trying to do something really simple and trying to avoid writing > an Modperl handler to do it. > > We have a website behind a bigip running on port 8080. When someone > requests a URL that doesn't end with a slash, it's redirected to > http://host:8080/path/ . I

Re: [OT] Apache Config Problem

2002-02-19 Thread Brian Reichert
On Tue, Feb 19, 2002 at 01:41:44PM -0500, Robert Landrum wrote: > I'm trying to do something really simple and trying to avoid writing > an Modperl handler to do it. > > We have a website behind a bigip running on port 8080. When someone > requests a URL that doesn't end with a slash, it's red

[OT] Apache Config Problem

2002-02-19 Thread Robert Landrum
I'm trying to do something really simple and trying to avoid writing an Modperl handler to do it. We have a website behind a bigip running on port 8080. When someone requests a URL that doesn't end with a slash, it's redirected to http://host:8080/path/ . I tried turning off UseCononicalName