On Mon, 30 Oct 2006 08:24:02 -0800
Bill Moseley <[EMAIL PROTECTED]> wrote:
> I was wondering if there is a way to write that symbolically as I do
> when using a templating system to build httpd.conf?
mod_macro
--
Nick Kew
-
T
Hi,
Bill Moseley wrote:
> Bad subject, but I normally generate my httpd.conf files via a
> templating system so this isn't an issue, but yesterday I was working
> on a config that listened on multiple IP addresses for name-based
> virtual hosting. That is:
>
> Listen 1.1.1.1:80
> Listen
Bad subject, but I normally generate my httpd.conf files via a
templating system so this isn't an issue, but yesterday I was working
on a config that listened on multiple IP addresses for name-based
virtual hosting. That is:
Listen 1.1.1.1:80
Listen 1.1.1.2:80
NameVirtualhost 1.1.1.1