hostess icon indicating copy to clipboard operation
hostess copied to clipboard

Create apache virtual hosts simply and easily

Results 3 hostess issues
Sort by recently updated
recently updated
newest added

Apache 2.4 requires "Require all granted" in each definition.

I'm testing Lion and can't seem to get Hostess virtual hosts to work. Requests don't seem to be getting sent to the appropriate virtual hosts (e.g.: 'localhost' is loading one...

In order to keep the host that is originally defined in the main httpd.conf alive, you have to define a VirtualHost with the same values for it first. (see http://httpd.apache.org/docs/2.0/vhosts/name-based.html...