Within the Virtualhost declaration, add a "Port 80" line. Apache does bind to port 8080 with the Listen, having the Port 80 line seems to fix this problem!
ie. <Virtualhost example.com> Servername example.com Documentroot /home/example Port 80 </Virtualhost> Bill. ----- Original Message ----- From: "Ben Kennish" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 15, 2002 1:41 PM Subject: [OT]ish: http://test.vs/test --> http://test.vs:8080/test/ problem > Hi all, > > Just another quick one about Apache on port 8080. > > Ideally, I want it so that if you type... > > http://test.vs/test > > you are redirected to > http://test.vs/test/ > rather than > http://test.vs:8080/test/ > > but of course because Apache is running on port 8080, it > sends this back in the "Location:" header and the browser displays it. > > Is there a way in Apache to alter this. I know its not a 'biggy' but > I'm sure some of our clients will get confused and/or annoyed about > it! ;) > > TIA, > > Ben Kennish > [EMAIL PROTECTED] > > ------------------------- The freeVSD Support List -------------------------- > Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support > Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support > Archives: http://freevsd.org/support/mail-archives/freevsd-support > -------------------------------------------------------------------------- --- > ------------------------- The freeVSD Support List -------------------------- Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support Archives: http://freevsd.org/support/mail-archives/freevsd-support -----------------------------------------------------------------------------
