cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl PerlRun.pm Registry.pm RegistryBB.pm

2002-08-14 Thread stas
stas2002/08/14 07:27:03 Modified:ModPerl-Registry/lib/ModPerl PerlRun.pm Registry.pm RegistryBB.pm Log: use the base pragma instead of ISA Revision ChangesPath 1.2 +1 -2 modperl-2.0/ModPerl-Registry/lib/ModPerl/PerlRun.pm

cvs commit: modperl-2.0/ModPerl-Registry/t basic.t

2002-08-14 Thread stas
stas2002/08/14 07:27:45 Modified:ModPerl-Registry/t basic.t Log: reformat the code according to the spec Revision ChangesPath 1.6 +24 -24modperl-2.0/ModPerl-Registry/t/basic.t Index: basic.t

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2002-08-14 Thread stas
stas2002/08/14 07:38:07 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: syncing with 1.0's registry: geoff's patch to set error-notes on error Revision ChangesPath 1.12 +7 -2 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm

cvs commit: modperl-2.0/xs/Apache/RequestIO Apache__RequestIO.h

2002-08-14 Thread stas
stas2002/08/14 07:54:47 Modified:src/modules/perl modperl_filter.c modperl_log.h t/response/TestAPI aplog.pm xs/Apache/Log Apache__Log.h xs/Apache/RequestIO Apache__RequestIO.h Log: eliminate the use of the deprecated APLOG_NOERRNO

cvs commit: modperl-2.0/lib/Apache Build.pm

2002-08-14 Thread stas
stas2002/08/14 19:10:32 Modified:lib/Apache Build.pm Log: make it possible to build mod_perl against the source tree, where apr.h is located in srclib/include/apr/ and not include/ Revision ChangesPath 1.104 +6 -1 modperl-2.0/lib/Apache/Build.pm

Re: NTLM module

2002-08-14 Thread Matt Sergeant
Can you guys please snip the emails down to the relevant information? Having to scroll past lots of rubbish at the end of the email gets annoying (and I'm not even a digest subscriber). Thanks.

apache mod_perl compiled with gcc 3.1 or Intel C/C++?

2002-08-14 Thread Sven Geisler
Hi, has someone experiences in gcc 3.1 or Intel C/C++ compiler for apache, perl mod_perl on a production system with P4/XEON RedHat. At this time I use gcc 2.96. I heard with gcc 2.96 the code optimization for P4/XEON is not good. Any ideas? Sven. -- Sven Geisler

Re: apache + mod_perl -- chunk mode trailer

2002-08-14 Thread darren chamberlain
* Fang Cheng [EMAIL PROTECTED] [2002-08-13 23:06]: If you do an apache code trace, set the breakpoint at apache_src/main/http_protocol.c function ap_finalize_request_protocol, you will see the r-chunked == 0 even though it was set to be 1. You can also use snoop to see that the trailers

mod_perl-1.99_04 compile failure

2002-08-14 Thread J. W. Ballantine
Hi, Hopefully this is not a repost... I have apache 2.0.40, built and working and I'm trying to add the mod_perl 2 module, but when I try to install it I'm failing on the compile of mod_perl.c. The makefile command is: perl Makefile.PL MP_AP_PREFIX=/a3/APACHE/Apache2

Re: mod_perl-1.99_04 compile failure

2002-08-14 Thread Kyoichi Ozaki
hi, try this: --- mod_perl-1.99_04/src/modules/perl/mod_perl.c.old2002-06-21 13:16:51.0 +0900 +++ mod_perl-1.99_04/src/modules/perl/mod_perl.c2002-08-13 23:56:54.0 ++0900 @@ -508,18 +508,22 @@ ap_register_output_filter(MP_FILTER_REQUEST_OUTPUT_NAME,

Re: mod_perl-1.99_04 compile failure

2002-08-14 Thread J. W. Ballantine
Thanks, that solved the problem. -- In Response to your message - Date: Wed, 14 Aug 2002 23:51:43 +0900 (JST) To: [EMAIL PROTECTED] From: Kyoichi Ozaki [EMAIL PROTECTED] Subject: Re: mod_perl-1.99_04 compile failure hi, try this: ---

Another mod_perl-1.99_04 compile failure

2002-08-14 Thread J. W. Ballantine
After applying the patch Kyoichi sent, mod_perl.c compiled fine and the make continued until: cd src/modules/perl make -f Makefile.modperl cc -c -I/a4/WWW/APACHE2/mod_perl-1.99_04/src/modules/perl -I/a4/WWW/APACHE2/mod_perl-1.99_04/xs -I/a3/APACHE/Apache2/include -I/usr/local/include

Re: -Wl,-E

2002-08-14 Thread David McCabe
Ihor Bilyy wrote: After applying that patches error message is the same. ld -V: ld: Software Generation Utilities - Solaris Link Editors: 5.8-1.275 This is OK. The Configure script for perl looks for ld: Software Generation Utilities, so it should find it. btw gcc --version 2.95.2, maybe

Re: apache + mod_perl -- chunk mode trailer

2002-08-14 Thread Fang Cheng
What is subrequests? It is HTTP POST request, and that invokes some perl CGI script. No matter what CGI script it is invoking, this problem is always there for a 200 response... Fang --- darren chamberlain [EMAIL PROTECTED] wrote: * Fang Cheng [EMAIL PROTECTED] [2002-08-13 23:06]: If you

mod_perl on Mac OSX

2002-08-14 Thread Pierre Vaudrey
Hi, I'm new to the list . I'm trying to configure mod_perl on the built-in Apache server of my Mac OSX machine. I'm working on the httpd.conf file. Can you give me simple test to check if mod_perl is running ? Pierre

Re: solaris 2.6, mod_perl 1.27, apache 1.3.26, resulting serverfails

2002-08-14 Thread John E. Mendenhall
Stas, Lupe, and modperl gurus, Sorry for taking so long to respond to your messages. I had some other tasks to take care of. What do you get from running: nm httpd | grep Apache__Log there should be boot_Apache__Log there. I get the following: [2638] |286064| 216|FUNC |GLOB |0

Perl sections and Apache-request-subprocess_env

2002-08-14 Thread Tom Mornini
I'd like to access the original Apache startup environment variables from within Perl> sections. Through experimentation and reading page 498 of the Eagle that I need to use Apache->Request->subprocess_env to access the original environment in order to do this, as %ENV is cleared at interpreter

Re: mod_perl on Mac OSX

2002-08-14 Thread ___cliff rayman___
the perl.apache.org site has all the answers. the guide is on line. your answer is here: http://perl.apache.org/docs/1.0/guide/install.html#Testing_via_a_CGI_script Pierre Vaudrey wrote: Hi, I'm new to the list . I'm trying to configure mod_perl on the built-in Apache server of my Mac OSX

RE: NTLM module

2002-08-14 Thread Kaye-Smith Adam
Hello all, I believe I have narrowed the problems down but still do not know how to fix it. when i have Authtype ntlm,basic in httpd.conf and I attempt to use a username/password that is in htpasswd file I will not be able to be authenticated I receive the following error message in

RE: can't fine ModuleConfig.c.

2002-08-14 Thread Randy Kobes
On Mon, 12 Aug 2002, Goehring, Chuck Mr., RCI - San Diego wrote: Randy, I'm using Perl 5.6.0 for this. Should I be using 5.8.0? Does that affect ModuleConfig.c? Having problems running things with the version I put out last week. It complains about the dumbest things and is overly