[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Support for HTTP Redirects? was: Re: https connection without http

From: Marcin Gil <mgil_at_vernet.pl>
Date: 2004-03-13 15:53:53 CET

Chris Croome wrote:
>
> You will need to create a VirtualHost for each domain name, eg:
>
> <VirtualHost *:80>
> ServerName one.example.com
> Redirect /repo https://one.example.com/repo
> </VirtualHost *:80>
>
> <VirtualHost *:80>
> ServerName two.example.com
> Redirect /repo https://two.example.com/repo
> </VirtualHost *:80>
>
This is not a solution, since I have 100+ virtual hosts deployed on my
server.

I don't know -- can I put a <Location> inside <VirtualHost>, so that
this locations is obeyed only at specified virtual host?

-- 
  Marcin Gil
    email#   mgil : vernet pl | GaduGadu ID# 185057
    JID# dentharg : chrome pl | http://marcin.gilusiowy.net

Received on Sat Mar 13 15:54:19 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.