Multiple dynamic sites in one virtual directory (Apache Questions)

1EightT

Member
Jul 2, 2003
13
0
151
I have some software that creates dynamic domains from a database. Every site relies on using the same 5 main files (index, .htaccess, etc). With apache 2.0 and mod_vhost_alias I am able to serve all of the domains from a single directory so I don't have to have multiple copies of the files floating around. Is there a way to do the same with apache 1.3? Many of our customers have cpanel servers and right now they are stuck setting up each domain individually and copying over the same 5 files for whatever directory it sets up for that domain. This is highly inefficient compared to my non cpanel installs described above.

Any ideas or suggestions?