has anyone here been able to do multiple directives (such as
three or more "PerlSetVar") via sections, from inside the
%VirtualHost{$NameVirtualHost} hash? we haven't been able to
figure it out:
here are the four ways we figured might work; but each of them
generates a "PerlSetVar requires two ar
> On Mon, 2004-04-05 at 12:14 -0500, Will Trillich wrote:
> > okay. we're trying to use to configure virtual hosts
> > -- here's Data::Dumper showing the %VirtualHost hash:
%VirtualHost = (
'*:80' => [
{
#[snip]
'ServerName' => 'one',
#[snip]
},
{
#[snip]
'ServerName' =>
Frank Wiles wrote:
On Fri, 9 Apr 2004 19:15:03 -0500 (CDT)
Randy Kobes <[EMAIL PROTECTED]> wrote:
On Thu, 8 Apr 2004, Craig Dayton wrote:
Hi Frank,
Thanks for the Update.
In compiling with 'VS .Net 2003', the error shown below is
generated. E:\Perl\cpan\build\Apache-DB-0.07>nmake
cl -c-nolo
Thomas Klausner schrieb:
I want to build my own apache with statically linked mod_perl.
/usr/bin/ld: cannot find -lperl
As allready discussed on IRC (#vienna.pm), the problem lies in the
debian-stable Perl packages. I suggest to do a custom Perl install from
sources, and build mod_perl with this P
Hi!
On Sat, Apr 10, 2004 at 09:57:05PM +0200, Oliver Brandt wrote:
> Hi All,
>
> I want to build my own apache with statically linked mod_perl.
> ..
> /usr/bin/ld: cannot find -lperl
As allready discussed on IRC (#vienna.pm), the problem lies in the
debian-stable Perl packages. I suggest to do a
On Fri, 9 Apr 2004 19:15:03 -0500 (CDT)
Randy Kobes <[EMAIL PROTECTED]> wrote:
> On Thu, 8 Apr 2004, Craig Dayton wrote:
>
> > Hi Frank,
> >
> > Thanks for the Update.
> > In compiling with 'VS .Net 2003', the error shown below is
> > generated. E:\Perl\cpan\build\Apache-DB-0.07>nmake
> >
> > cl