| Article: |
Location, Location, Location: Tips for Storing Web Site Files | |
| Subject: | Name-based virtualhosting made easy | |
| Date: | 2003-05-16 18:48:19 | |
| From: | opatrickly | |
|
I have written a script that I use to add name-based virtualhosts to my Mac OS X machine. It uses NetInfoManager to add the name into the system, and Apache's NameVirtualHost directive. All the virtualhosts the scripts add are strictly local, so you don't have to worry about others snooping about your work. If you care to try it out, you can read more about it here: http://patrickg.com/virtualhost
|
||
Showing messages 1 through 1 of 1.
-
Name-based virtualhosting made easy
2003-11-15 13:18:54 anonymous2 [View]



patrick's solution to use netinfo manager and save other directives in "/etc/httpd/virtualhosts/" is simple and elegant. using his shell script makes it even easier.
check out his site.
thanks, patrick.