Re: [win32] MP_AP_PREFIX with spaces

2003-02-16 Thread Stas Bekman
Randy Kobes wrote: In building mod_perl 2 on Win32, there's problems if the specified MP_AP_PREFIX contains spaces. The following diff: Index: lib/ModPerl/BuildOptions.pm === RC

Re: [Fwd: MakeMaker Is DOOMED!]

2003-02-16 Thread Stas Bekman
Philip M. Gollucci wrote: I think I might be interested in this. Especially since I haven't seen any posts about it yet. Any pointers on where to start ? I'll get back with more info later this weekend (aka not valentines day) Perhaps I was too quick to suggest the implementation stage. There

Re: auth_type issues

2003-02-16 Thread Stas Bekman
Geoffrey Young wrote: Geoffrey Young wrote: > ok, I did some investigating and I really think that the mod_perl API is > troubled wrt auth_type. from what I tell, $r->auth_type returns the > per-dir AuthType config, leaving no way to access r->ap_auth_type. sorry for making the list listen

the modperl-modules repository ( was Re: Apache::Module installationissues)

2003-02-16 Thread Stas Bekman
Geoffrey Young wrote: dorian wrote: I don't remember what was the outcome of the patch I've posted a long time ago. I sent it after having the same problem. ah, so it's actually a problem with the mod_perl distribution then? well, maybe not. try this patch http://marc.theaimsgroup.com

Re: [win32] MP_AP_PREFIX with spaces

2003-02-16 Thread Randy Kobes
On Mon, 17 Feb 2003, Stas Bekman wrote: > Randy Kobes wrote: > > In building mod_perl 2 on Win32, there's problems if > > the specified MP_AP_PREFIX contains spaces. The following > > diff: > > > > Index: lib/ModPerl/BuildOptions.pm > >

Re: [win32] MP_AP_PREFIX with spaces

2003-02-16 Thread Stas Bekman
Randy Kobes wrote: That'd work fine ... I thought about doing that, but wasn't sure if it was desireable to use() Apache::Build just to pull in this constant. Thanks. Assuming that ModPerl::BuildOptions is normally not used at run-time, that shouldn't be a problem. In any case we can always

Re: [mp2.0] missing $ENV{REMOTE_USER} when using Apache::Reload

2003-02-16 Thread Stas Bekman
xroot wrote: 1. Problem Description: i am missing some environment variables when i enable Apache::Reload with the following commands in httpd.conf: PerlModule Apache::Reload PerlInitHandler Apache::Reload here are the differences from print %ENV: Apache::Reload enabled: HTTP_CACHE_CONTRO