On Fri, 27 Apr 2001, Randy Kobes wrote:
> that's great ... this is done in the attached patch (against today's
> cvs mod_perl), and all works with perl-5.6.1 and apache_1.3.19.
> i also included in this patch the earlier patches for getting the
> right apache_1.3.19 inc directories, inserting so
- Original Message -
From: "Doug MacEachern" <[EMAIL PROTECTED]>
To: "Randy Kobes" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 8:57 PM
Subject: Re: win32 and apache_1.3.19
> how about having Makefile.PL generat
how about having Makefile.PL generate a file that sets
$Apache::Server::CWD, which is then PerlRequire'd by httpd.conf?
i'd just rather avoid modifying the distribution files.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For add
- Original Message -
From: "Doug MacEachern" <[EMAIL PROTECTED]>
To: "Randy Kobes" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, April 23, 2001 11:04 PM
Subject: Re: win32 and apache_1.3.19
> On Mon, 23 Apr 2001, Randy Kobes wrote:
On Mon, 23 Apr 2001, Randy Kobes wrote:
>This patch also includes the t/TEST.win32 patch sent
> earlier to account for the fact that apache_1.3.19 on Win32
> sets the relative server root to the path to the apache binary,
> so that $Apache::Server::CWD in t/docs/startup.pl and t/docs/rl.pl
>
- Original Message -
From: "Randy Kobes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 23, 2001 1:25 AM
Subject: win32 and apache_1.3.19
> Hi,
> Apache_1.3.19 on Win32 has changed the way os.h in
> the apache source tree is include
Hi,
Apache_1.3.19 on Win32 has changed the way os.h in
the apache source tree is included, so that mod_perl no
longer finds it if built via command-line arguments. I've
attached a patch against the cvs mod_perl which builds
a mod_perl.dsp to include the relevant apache directory.
This patch