Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The "RedirectSSL" page has been changed by thumbs:
https://wiki.apache.org/httpd/RedirectSSL?action=diff&rev1=28&rev2=29

  
  == Using virtual hosts (using redirect) ==
  When using SSL, you will frequently have at least two virtual hosts: one on 
port 80 to serve ordinary requests, and one on port 443 to serve SSL.  If you 
wish to redirect users from the non-secure site to the SSL site, you can use an 
ordinary 
[[http://httpd.apache.org/docs/trunk/mod/mod_alias.html#redirect|Redirect]] 
directive inside the non-secure VirtualHost:
+ 
+ '''Note:''' The NameVirtualHost directive only applies to the 2.2.x releases 
of httpd.
  
  {{{
  NameVirtualHost *:80

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to