You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Perrin Harkins <pe...@elem.com> on 2001/11/30 16:07:42 UTC

[OT] Re: Vhosts + mod_perl

> Now, how did I know I was going to get flamed?? :/
>
> Anyway thanks for the example. Some manuals are too hard to read, you
> have to be a goddamn PhD to read some of them out there to untangle the
> mess of cross references and incomplete examples. :/

Some are, but this one isn't.  This is also off-topic since these aren't
mod_perl questions.

> But, with that e.g. that uses an IP address, from day to day I don't
> know what my IP address will be, can't I use:
>
> NameVirtualHost fred.trains.ath.cx
> <VirtualHost fred>
> ... foo
> </VirtualHost>

http://httpd.apache.org/docs/vhosts/name-based.html

There are also tutorials on this subject linked from here:
http://httpd.apache.org/docs/misc/tutorials.html

- Perrin