I'm trying to setup virtual hosting using the mod_vhost_alias according
to the instructions in O'Rielly's Apache book
I've edited httpd.conf to load and add mod_vhost_alias.
Then I've modified it like so:
UseCanonicalName Off
VirtualDocumentRoot /Library/WebServer/Documents/$0
The book says that I should be able to say
"http://test.domain.com/directory/index.html" and it will deliver the
file
"/Library/WebServer/Documents/test.domain.com/directory/index.html".
This isn't working on my machine.
Are there any gotcha's that I should be checking?
thanks
Malcolm
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Web-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/web-dev/email@hidden