looking for practical examples to enrich mp2 docs/tutorial

2005-02-25 Thread Stas Bekman
As I'm about to start working on the mp2 tutorials material, the mp2 online docs are going to be affected as well, since I usually sync the two. I'd like to start including more practical examples of various mod_perl handlers (HTTP handlers, but especially protocol and filters ones). The ideal

[mp2] DirectoryIndex issues

2005-02-25 Thread Matthew Lineen
I've been trying to track down why the DirectoryIndex under Apache2+MP2 isn't working with the following configuration. From Google and listserv searching, the only suggestion I found was to add a "RedirectMatch permanent (.*)/$ $1/index.html" to my config, but this doesn't seem like a good so

Re: [mp1] Apache::Cookie(?) Seg Fault

2005-02-25 Thread Carl Johnstone
OK; I'm just guessing at this point, so you may need to track this bug down yourself. I'll do what I can - long time since I wrote any C though. #2 0xfe1d5a40 in ApacheCookie_new (r=0x1380960) at apache_cookie.c:79 #3 0xfe1d3550 in XS_Apache__Cookie_parse (cv=0xe7cce4) at Cookie.xs:208 #4 0x001

Re: [mp1] Apache::Cookie(?) Seg Fault

2005-02-25 Thread Carl Johnstone
Out of curiosity, what does `perl -V` say? Summary of my perl5 (revision 5.0 version 8 subversion 3) configuration: Platform: osname=solaris, osvers=2.8, archname=sun4-solaris uname='sunos g-web1 5.8 generic_108528-19 sun4u sparc sunw,ultra-4 solaris ' config_args='-ds -e -DDEBUGGING -D

Re: [mp1] Apache::Cookie(?) Seg Fault

2005-02-25 Thread Joe Schaefer
"Carl Johnstone" <[EMAIL PROTECTED]> writes: >> I'm using gcc 3.3.2. Will leave a build of gcc 3.4.3 running overnight and >> try rebuilding apache with that sometime tomorrow. > > Actually realised this morning that one of our others servers is doing the > same. Same versions of apache etc, this

Re: [mp1] Apache::Cookie(?) Seg Fault

2005-02-25 Thread Carl Johnstone
I'm using gcc 3.3.2. Will leave a build of gcc 3.4.3 running overnight and try rebuilding apache with that sometime tomorrow. Actually realised this morning that one of our others servers is doing the same. Same versions of apache etc, this time on Solaris 9 built with gcc 2.95.3. That isolates