mod_perl on Apache 2.0.32

2002-03-22 Thread mod
Hi everybody there! I'm being out of the list for a while so I don't have any idea about how to use mod_perl with Apache 2 for testing. Any of you can tell me if mod_perl is already supporting Apache 2? Or let me know where to go to find documentation about? Thanks Jose Albert

RE: Re: mod_perl on Apache 2.0.32

2002-03-22 Thread mod
Thanks very much for your feedback I will take a look to the mod_perl 2 project Thanks again Jose Albert [EMAIL PROTECTED] wrote: Hi everybody there! I'm being out of the list for a while so I don't have any idea about how to use mod_perl with Apache 2 for testing. Any of you can tell

[QUESTION]PerlHandler and PerlLogHandler Phase

2002-02-01 Thread Mod Perl
Hi! I am been working on modperl for some time this is the first time I am posting a question on the mailing list. Please bear with me if I miss something or give too much information. I have been working on a project that can be described as an online library. The modperl portion of it adds a

Re: [QUESTION]PerlHandler and PerlLogHandler Phase

2002-02-01 Thread Mod Perl
Thanks Thomas, Question: Here are the problems/Questions that I face: 1. Since in this case each requests for a html file has multiple files that need to be downloaded the client. Am I right to assume that the handler will act on each and every file requested file below my /en/course

RE: [QUESTION]PerlHandler and PerlLogHandler Phase

2002-02-01 Thread Mod Perl
Thanks Rob for your reply. --- Rob Bloodgood [EMAIL PROTECTED] wrote: Question: 2.If the answer to the above question is YES? The Handler will add headers,footers for everything. What do I need to do to apply the handler logic justto the requested page and return the remaining files that

RE: Re: mod_perl make test fails

2001-11-15 Thread mod
Thanks Very Much! That works Jose Albert we had this same problem. make test expects 3 pre-loaded perl modules to be present in order to execute. One of them is LWP::UserAgent (part of libwww-perl) The problem you specify only occurs if you have installed a version of libwww-perl that is

mod_perl make test fails

2001-11-14 Thread mod
Hi there! I'm trying to compile apache_1.3.22+mod_perl-1.26 on a redhat 7.1 linux box. I replace the original gcc 2.xx with gcc version 3.0.2 and perl 5.6.0 with perl 5.6.1 both compiled in the same box. Any help will be highly appreciated _ Jose Albert These are the last lines of the

Child keeps seg faulting

2001-04-25 Thread Mod-Perl List
I have the following config: Solaris 2.7, perl 5.6, php4 and mod_perl 1.25 compiled statically into Apache 1.3.19. This exact same config works flawlessly on several Suse machines and a few Red Hat machines. After building and testing the server, I get the following error when trying to

Problem building on Solaris 2.7

2001-04-24 Thread Mod-Perl List
I am trying to build mod_perl 1.25 as a DSO on Solaris 2.7 and when I execute perl Makefile.PL, it says I will probably get core dumps and to upgrade to perl 5.6. I am running Perl 5.005_03, the latest considered stable on Solaris 2.7. I cannot upgrade to 5.6 due to heavy perl code already on