On Mon, 2002-04-15 at 23:17, PinkFreud wrote: > I have a rather odd problem, one which I can only assume is a bug > somewhere, due to how bizarre it is. > > I am attmempting to generate virtual host configs via mod_perl, using > <Perl> sections in httpd.conf. Not all hosts will be using a /perl > Alias, though, so I'm reading in an external config, which looks like > the following: > [ Deleted ]
Plese try changing your Alias array ref to a simple scalar: ... 'Alias' => '"/perl/" "/home/vhosts/linuxhelp.mirkwood.net/perl/"', ... That should work. And yes, I think its an old bug in perl_handle_command_av. Salvador Ortiz.