From a6810d012600d9a67510a7a1d851e4504c6731f7 Mon Sep 17 00:00:00 2001
From: Rich Bowen
Although it is possible to handle virtual hosts -with mod_rewrite, it is
+with mod_rewrite, it is seldom the right way. Creating individual +<VirtualHost> blocks is almost always the right way to go. In the +event that you have an enormous number of virtual hosts, consider using +mod_vhost_alias
to crate these hosts automatically.
+
+Third-party modules sucha as mod_macro are +also useful for creating a large number of virtual hosts dymaically.
+ +Using mod_rewrite
for vitualhost creation may be
+appropriate if you are using a hosting service that does not provide
+you access to the server configuration files, and you are therefore
+restricted to configuration using .htaccess
files.
See the virtual hosts with mod_rewrite +document for more details on how you might accomplish this if it still +seems like the right approach.
+Although it is possible to handle virtual hosts -with mod_rewrite, it is
+with mod_rewrite, it is seldom the right way. Creating individual +<VirtualHost> blocks is almost always the right way to go. In the +event that you have an enormous number of virtual hosts, consider using +Third-party modules sucha as mod_macro are +also useful for creating a large number of virtual hosts dymaically.
+ +Using .htaccess
files.
See the virtual hosts with mod_rewrite +document for more details on how you might accomplish this if it still +seems like the right approach.
+