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 sjorge: http://wiki.apache.org/httpd/ApacheVirtualHostMysql New page: == Introduction == Here you'll find an example on how to do name based virtual hosting using mod_perl and mysql. This works for my needs but most likely you will have to change a lot to get it to do what you want. Everything covered here is fairly advance and I'm under the assumption you know your way around Apache, MySQL and Perl. == Requirements == 1. httpd 2.2 1. mod_perl 2. mod_authn_dbd 3. libphp5 (can be left out - changes to the files are needed) 2. MySQL server (other database server will work if there is are DBI an DBD drivers available - changes to the files are needed)
