Re: [mp2] rflush failed test w/ Mandrake 9.2

2004-04-08 Thread Gary C. New
I upgraded from Mandrake's stock 9.2 perl rpms to the stock 10.0 perl rpms (perl-5.8.3-5mdk) and it works like a charm. The perl upgrade wasn't as painful as I thought it might be. I upgraded perl, perl-base, and perl-devel and the only dependence I had to worry about was mandrake-doc-common.

[mp2] rflush failed test w/ Mandrake 9.2

2004-04-07 Thread Gary C. New
Stas, You may have seen my post on the mod_perl list about rflush failed test with MP2. I'm using Mandrake 9.2 and I heard that you use Mandrake with your mod_perl install. Could you give me a brief synopsis of your mod_perl-2.0 setup on Mandrake? I'm trying to build MP2 against Mandrake's s

Re: [mp2] rflush.t Failed test

2004-04-06 Thread Gary C. New
that builds well against perl-5.8.1? Respectfully, Gary Geoffrey Young wrote: Gary C. New wrote: I am trying to build mp2 against apache 2.0.48 and perl 5.8.1-RC4. hi I'm not sure about the differences between RC4 and 5.8.2, but I'd suggest using an official version (5.8.2, 5.8.3

Re: [mp2] rflush.t Failed test

2004-04-06 Thread Gary C. New
interest status: Apache::Request: - CGI: 3.04 LWP: 5.69 mod_perl : - 3. This is the core dump trace: (if you get a core dump): [CORE TRACE COMES HERE] This report was generated by t/REPORT on Tue Apr 6 22:00:29 2004 GMT. ---------8<-- End Bug R

[mp2] rflush.t Failed test

2004-04-06 Thread Gary C. New
I am trying to build mp2 against apache 2.0.48 and perl 5.8.1-RC4. I am using the standard options to build: perl Makefile.PL \ MP_APXS=/usr/local/apache2/sbin/apxs \ MP_INST_APACHE2=1 Everything seems to compile fine, but when I run make test the rflush.t test fails and I cannot

Re: [OT] Shared SSL Custom Log Parsing

2004-02-26 Thread Gary C. New
c - Original Message - From: "Gary C. New" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 25, 2004 12:19 PM Subject: Shared SSL Custom Log Parsing I've got shared ssl setup with mod_rewrite and I am trying to figure out the best way to di

Re: Shared SSL Custom Log Parsing

2004-02-25 Thread Gary C. New
know where they're coming from the same way you do in mod_rewrite. Besides that, referers can be spoofed, and I some clients don't even give you a referer... Issac - Original Message ----- From: "Gary C. New" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

Shared SSL Custom Log Parsing

2004-02-25 Thread Gary C. New
I've got shared ssl setup with mod_rewrite and I am trying to figure out the best way to direct logging for each of the vhosts using the shared ssl connection and thought mod_perl might be good for this. My thinking is to setup a section in the httpd.conf file that watches the referrer environ

Re: Request Object Work Flow - is_initial_req, is_main, main

2004-02-13 Thread Gary C. New
k you again for your wonderful assistance. Respectfully, Gary Geoffrey Young wrote: Gary C. New wrote: I am very near in completing a module that allows one to dynamically re-map Apache's DocumentRoot directive based on a given URI. I've been able to get past several obstacles, but a

Request Object Work Flow - is_initial_req, is_main, main

2004-02-10 Thread Gary C. New
I am very near in completing a module that allows one to dynamically re-map Apache's DocumentRoot directive based on a given URI. I've been able to get past several obstacles, but am having a very difficult time understanding the request object work flow. My problem seems to be due to subreques

perl module to access php_value include_path objects

2004-02-07 Thread Gary C. New
I am in the middle of a project that requires me to dynamically update certain default paths within the Apache Server environment. I currently am able to update document_root on the fly and now need to be able to update php_value include_path in the same manor. Is there an existing perl module

Re: Section ENV Variables?

2004-02-07 Thread Gary C. New
n for the great pointers. Respectfully, Gary Geoffrey Young wrote: Gary C. New wrote: Definitely looks like the code I'm after. I guess what is unclear to me is how to implement it. it's a PerlTransHandler, so you'd use it from your httpd.conf like this PerlModule My::Tr

Re: Section ENV Variables?

2004-02-05 Thread Gary C. New
Definitely looks like the code I'm after. I guess what is unclear to me is how to implement it. suburbanantihero states that the sections are only configurable on load time. So I would need to bind it as a handler to the ssl virtualhost section. Is this correct? I am not sure how this would

Re: Section ENV Variables?

2004-02-05 Thread Gary C. New
sections? Thank you for your assistance. Respectfully, Gary Geoffrey Young wrote: Gary C. New wrote: mod_perl = 1.27 I am trying to setup a section in my httpd.conf file that will retrieve the web server's environment variables. I've tried several methods and all lead me back to the sa

Section ENV Variables?

2004-02-05 Thread Gary C. New
mod_perl = 1.27 I am trying to setup a section in my httpd.conf file that will retrieve the web server's environment variables. I've tried several methods and all lead me back to the same problem. I first tried using PerlPassEnv but could never get any environment variables from it. I also