Hi,

thats the same that I requested as we need it, too.
Doesn't seem to exist any solution yet.
Hopefully this will be implemented soon :-)

- Chris


Am 03.09.2012 12:59, schrieb Dick Jean-Gabriel:
> Hello,
> 
>  
> 
> Is there a simplier way to force "http" to "https" redirection at Pound
> level, without forwarding any request to the backend ?   Following
> configuration does the job, but in the ListenHTTP section it requires as
> many services as virtual hosts :
> 
>  
> 
> --------------------------------------------------------------------------------
> 
>  
> 
> ListenHTTPS
> 
>      [...]
> 
>      Service
> 
>            HeadRequire "Host: (host1|host2|host3|…).domain.tld"
> 
>            BackEnd
> 
>                 Address 10.11.12.13
> 
>                 Port 80
> 
>            End
> 
>      End
> 
>      [...]
> 
> End
> 
>  
> 
> ListenHTTP
> 
>      [...]
> 
>      Service
> 
>            HeadRequire "Host: host1.domain.tld"
> 
>            Redirect "https://host1.domain.tld";
> 
>      End
> 
>  
> 
>      Service
> 
>            HeadRequire "Host: host2.domain.tld"
> 
>            Redirect "https://host2.domain.tld";
> 
>      End
> 
>  
> 
>      Service
> 
>            HeadRequire "Host: host3.domain.tld"
> 
>            Redirect "https://host3.domain.tld";
> 
>      End
> 
>      [...]
> 
> End
> 
> --------------------------------------------------------------------------------
> 
>  
> 
> I was looking (dreaming …) for some all-in-one shortcut in the
> ListenHTTP section, that would simply preserve all URL after the protocol :
> 
>  
> 
> --------------------------------------------------------------------------------
> 
>            HeadRequire "Host: .*.domain.tld"
> 
>            Redirect "https:"
> 
> --------------------------------------------------------------------------------
> 
>  
> 
> Maybe I missed something in the doc ? Thanks for any clue …
> 
>  
> 
> Regards
> 
> --JGD
> 

-- 
Christian Senkowski

KONTENT GmbH - Die Webspezialisten

Ruhrorter Str. 100, D - 47059 Duisburg
Fon:    0203 3094-0
Fax:    0203 3094 110

Amtsgericht Duisburg: HRB Nr.8762
Geschäftsführung: Uli Klinkhammer, Nando Sander

http://www.kontent.com

--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to