Apache-Test automagically assigns port numbers to vhost sections, e.g.:
PerlSetVar foo bar
is expanded to:
Listen 0.0.0.0:8530
ServerName lapin.stason.org:8530
PerlSetVar foo bar
But what if I need to use inside Vhost, since some values require a
code to be run? If I do:
my $v
Nikolay Ananiev wrote:
"Stas Bekman" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Nikolay Ananiev wrote:
On cygwin some dlls might happen to be with identical
base addresses and if you try to load both of them you'll
get an error and you'll have to use the rebase utility to fix
"Stas Bekman" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Nikolay Ananiev wrote:
> > On cygwin some dlls might happen to be with identical
> > base addresses and if you try to load both of them you'll
> > get an error and you'll have to use the rebase utility to fix them.
> > The
Nikolay Ananiev wrote:
On cygwin some dlls might happen to be with identical
base addresses and if you try to load both of them you'll
get an error and you'll have to use the rebase utility to fix them.
The following patch should prevent this.
Thanks Nikolay. Nick is our cygwin guy. (none of us
> Thanks a lot Philip for doing a great job!
+1
--Geoff
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On cygwin some dlls might happen to be with identical
base addresses and if you try to load both of them you'll
get an error and you'll have to use the rebase utility to fix them.
The following patch should prevent this.
Index: lib/Apache2/Build.pm
=