Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by pctony: http://wiki.apache.org/httpd/Recipies/ExampleVhosts The comment on the change is: removed inline comments, bad juju apparently :) ------------------------------------------------------------------------------ {{{ - Listen 80 # This tells Apache to listen on port 80 + # This tells Apache to listen on port 80 - Listen 443 # This tells Apache to listen on port 443 + Listen 80 + # This tells Apache to listen on port 443 + Listen 443 + - NameVirtualHost *:80 # This tells Apache that you will be using vhost on port 80 + # This tells Apache that you will be using vhost on port 80 + NameVirtualHost *:80 + - NameVirtualHost *:443 # This tells Apache that you will be using vhost on port 443 + # This tells Apache that you will be using vhost on port 443 + NameVirtualHost *:443 }}} == Basic Setup, using Port 80, and Custom Log files ==
