On Tue, 17 Apr 2001, Dave Rolsky wrote:
> I've peeked a bit but I didn't realize it worked with 1.0 as well.
>
> I'd be happy to spend time working on that instead. Is it a single module
> or a suite?
its a bunch of little modules.
> One nice thing Apache::test is that because its a single
On Tue, 17 Apr 2001, Ken Williams wrote:
> I tried building mod_perl again with current CVS, just to make sure, and
> it was still broken. Then I tried Apache, and it was broken now too!
>
> Then I figured out what was going on.
>
> Last time I tried this, I build Apache, then tried to build
[EMAIL PROTECTED] (Doug MacEachern) wrote:
>
>to figure out what's missing, we'd need to see the link line that works
>for vanilla apache (should be similar to the above, but no perl stuff)
I tried building mod_perl again with current CVS, just to make sure, and
it was still broken. Then I tried
On Tue, 17 Apr 2001, Doug MacEachern wrote:
> On Wed, 28 Feb 2001, Jens-Uwe Mager wrote:
>
> > The symbol hvrv2table is referenced by the latest libapreq as from CVS
> > today but not exported by modperl. Is this a private symbol or just not
> > exported by accident? The following patch adds it
On Fri, 30 Mar 2001, Ken Williams wrote:
> Hi,
>
> The current CVS tree does not build on Darwin with Apache 1.3.19. The
> errors during 'make' are:
...
>cc -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED
> -g -pipe -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -fno-st
thanks, applied.
On Fri, 23 Feb 2001, Geoffrey Young wrote:
> well, this seemed to fix the problem:
>
> --- Module.xs.old Sun Jun 6 14:31:03 1999
> +++ Module.xs Fri Feb 23 13:45:36 2001
> @@ -51,7 +51,8 @@
> */
>
> /* $Id: Module.xs,v 1.2 1998/10/23 00:13:57 dougm Exp $ */
> -#in
On Tue, 17 Apr 2001, Doug MacEachern wrote:
> thanks for the patch. before i apply it though, have you had a chance to
> look at modperl-2.0/Apache-Test ? i'd rather see energy focused in one
> place, Apache-Test is designed to work with 2.x and 1.x, with or without
> modperl. since it is self
thanks for the patch. before i apply it though, have you had a chance to
look at modperl-2.0/Apache-Test ? i'd rather see energy focused in one
place, Apache-Test is designed to work with 2.x and 1.x, with or without
modperl. since it is self-contained, it can also be released on cpan
before mo
On Mon, 19 Feb 2001, Brian Aker wrote:
> Here is the problem. When PHP is installed with mod_perl, certain calls
> in mod_perl will cause the server to core (and this only happens with
> PHP, jserv, mod_roaming... the rest all work). You can simulate the
> behavior
> with Apache::Storage. For som
thanks stas, applied.
On Fri, 9 Feb 2001, Stas Bekman wrote:
> This patch attempts to improve Apache::MyConfig. It:
>
> * adds other configuration arguments for a later reuse. Please see if I've
> missed some possible arguments. I wish there was a way to ask MakeMaker to
> return all the argume
On Tue, 6 Feb 2001, Joshua Chamas wrote:
> Hey Modperl Devs,
>
> Perrin & I have both contributed patches for Apache::SizeLimit.
> Both seem like good implementations resulting in the similar
> MAX_SHARED memory configs. So who now integrates which
> into Apache::SizeLimit ??
>
> Another ques
thanks, applied.
On Mon, 12 Mar 2001, sterling wrote:
> actually - with recent changes to the apache core, that patch doesn't work
> any more. we're working on a real fix - but in the mean time this one may
> as well be removed.
>
>
> sterling
> ___
On Tue, 10 Apr 2001, Geoffrey Young wrote:
> +else {
> + ap_table_unset(r->headers_out, "Pragma");
> + ap_table_unset(r->headers_out, "Cache-control");
> +}
thanks, applied. but changed to 'else if (items > 1)', so '$r->no_cache'
without a set value does not trigger the unse
On Wed, 28 Feb 2001, Jens-Uwe Mager wrote:
> The symbol hvrv2table is referenced by the latest libapreq as from CVS
> today but not exported by modperl. Is this a private symbol or just not
> exported by accident? The following patch adds it to the export file of
> modperl so libapreq compiles ag
On Wed, 7 Mar 2001, Ask Bjoern Hansen wrote:
> On 6 Oct 2000 [EMAIL PROTECTED] wrote:
>
> > dougm 00/10/06 13:18:29
> >
> > Modified:t/internal error.t
> >src/modules/perl mod_perl.c
> > Log:
> > more for the "Apache::send_http_header was resetting r->status = 20
On Tue, 6 Mar 2001, Geoffrey Young wrote:
> Hi all...
>
> is this a mistake in make tar_Apache?
perl archlib stuff has changed a few times over the years, i see no
reason to support anything less than 5.6.0 for make tar_Apache
patch applied, thanks.
> Index: Makefile.PL
> ==
thanks gerald, applied.
On Mon, 5 Mar 2001, Gerald Richter wrote:
> Hi,
>
> here is a patch for a problem that has striked me for a long time. It occurs
> only if a request has a path_info, an handler other than a content handler
> is configured and you call subprocess_env. The subprocess_env c
17 matches
Mail list logo