in reply to VHosting large number of domains(50+), mod-perl

You don't need mod_perl for this. You just need to read how everyone else does it, especially the part about mod_vhost_alias.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: VHosting large number of domains(50+), mod-perl

Replies are listed 'Best First'.
Re: •Re: VHosting large number of domains(50+), mod-perl
by BUU (Prior) on Oct 05, 2003 at 01:17 UTC
    Thanks for the links to mod_vhost_alias, I hadn't seen it before. However I still don't see a good way to get a bunch of domains pointed at the same directory except by doing one of two things, one: Just specifying VirtualDocumentRoot as a specific directory, and then all the the vhosts would resolve to one directory, but what about the other virtual hosts? The other is to create 50 symlinks all pointing to one directory. I suppose that last solution is the best one with vhost, but I don't really like it. Dunno, it seems hard to manage.