"*:80 has no VirtualHosts" but only via perl!

2004-04-24 Thread Will Trillich
with httpd.conf directives, these virtualhosts work just fine. but trying to use perl to make them more universally configurable, we get the "no virtualhosts error": %VirtualHost = ( '*:80' => [ { [snip] 'ServerName' => 'one', [snip] }, { [snip] 'ServerName' => 'three', [

Re: "*:80 has no VirtualHosts" but only via perl!

2004-04-26 Thread Brian Reichert
On Sat, Apr 24, 2004 at 11:47:15PM -0500, Will Trillich wrote: > with httpd.conf directives, these virtualhosts work just fine. > but trying to use perl to make them more universally > configurable, we get the "no virtualhosts error": > > %VirtualHost = ( > '*:80' => [ > { Maybe perl's trea

Re: "*:80 has no VirtualHosts" but only via perl!

2004-04-30 Thread Will Trillich
still having trouble: On Mon, Apr 26, 2004 at 11:08:15AM -0400, Brian Reichert wrote: > On Sat, Apr 24, 2004 at 11:47:15PM -0500, Will Trillich wrote: > > with httpd.conf directives, these virtualhosts work just fine. > > but trying to use perl to make them more universally > > configurable, we ge