On Apr 4, 2005 11:40 AM, Shaun T. Erickson <sterickson@xxxxxxxxx> wrote: > We have a site, defined in the main section of httpd.conf (not as a > virtual host). We got, and installed, an ssl certificate, and created > an ssl virtual host container that points to the same place as the > main site. I've been able to access the site via http or https. Now, I > need to change this so that the site can only be accessed via https. > > I tried putting this in httpd.conf: > > Redirect permanent / https://fqdn.of_our_site.net/ > > but this doesn't work. When I try to go to > https://fqdn.of_our_site.net/jsp/login.jsp, the ssl access log shows > that it's loading /jsp/login.jsp over and over and over ... > > How do I do this correctly? Make a <VirtualHost _default_:80> block and put the Redirect in there so it will only apply to requests on the non-ssl port. (You'll probably also want a <VirtualHost> block for SSL.) Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx