On Tue, Dec 15, 2009 at 10:48 AM, Jonathan Mast <jhmast.developer@xxxxxxxxx> wrote: > So my question is, how do I configure the VirtualHost to allow HTTP traffic > (port 80) and HTTPS traffic (443)? You need two virtualhosts, one with SSL and one without. If you want everything other than SSL to be common, use Include to source a common config. I'd suggest *:80 and *:443 until you have to actually discriminate based on the local IP address. If you need to discriminate based on hostname requested for non-SSL, add NameVirtualHost *:80. -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- 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