cvs commit: modperl-2.0 STATUS

2002-06-20 Thread stas
stas2002/06/20 11:31:16 Modified:.STATUS Log: log the Apache::Log issues for a future resolution Revision ChangesPath 1.4 +43 -7 modperl-2.0/STATUS Index: STATUS === RCS file:

cvs commit: modperl-2.0/src/modules/perl modperl_sys.c modperl_sys.h

2002-06-20 Thread dougm
dougm 2002/06/20 17:05:17 Added: src/modules/perl modperl_sys.c modperl_sys.h Log: rolling our own modperl_sys_dlclose() to avoid apr/pool overhead/thread issues Revision ChangesPath 1.1 modperl-2.0/src/modules/perl/modperl_sys.c Index:

cvs commit: modperl-2.0/src/modules/perl mod_perl.h

2002-06-20 Thread dougm
dougm 2002/06/20 17:05:49 Modified:lib/ModPerl Code.pm src/modules/perl mod_perl.h Log: integrate modperl_sys modules Revision ChangesPath 1.83 +6 -1 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2002-06-20 Thread dougm
dougm 2002/06/20 17:07:25 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.73 +11 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/src/modules/perl mod_perl.c modperl_interp.c modperl_util.c modperl_util.h

2002-06-20 Thread dougm
dougm 2002/06/20 17:44:24 Modified:src/modules/perl mod_perl.c modperl_interp.c modperl_util.c modperl_util.h Log: use our own modperl_sys_dlclose instead of apr_dso_unload which requires us to create our own pool. Revision ChangesPath 1.127

cvs commit: modperl-2.0/src/modules/perl modperl_sys.c

2002-06-20 Thread dougm
dougm 2002/06/20 18:32:56 Modified:src/modules/perl modperl_sys.c Log: hpux fix Revision ChangesPath 1.3 +1 -0 modperl-2.0/src/modules/perl/modperl_sys.c Index: modperl_sys.c === RCS

cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

2002-06-20 Thread dougm
dougm 2002/06/20 19:06:48 Modified:xs/APR/PerlIO apr_perlio.c Log: bleedperl now has a binmode PerlIO function Revision ChangesPath 1.15 +1 -0 modperl-2.0/xs/APR/PerlIO/apr_perlio.c Index: apr_perlio.c

cvs commit: modperl-2.0/src/modules/perl modperl_interp.c modperl_interp.h modperl_tipool.c modperl_tipool.h modperl_types.h

2002-06-20 Thread dougm
dougm 2002/06/20 20:02:54 Modified:src/modules/perl modperl_interp.c modperl_interp.h modperl_tipool.c modperl_tipool.h modperl_types.h Log: stop using an apr_pool_t to allocate items for the interpreter pool: -even though we lock, the pool is read by

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2002-06-20 Thread dougm
dougm 2002/06/20 20:04:36 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.74 +4 -21 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/src/modules/perl modperl_interp.c

2002-06-20 Thread dougm
dougm 2002/06/20 20:46:46 Modified:src/modules/perl modperl_interp.c Log: cannot dereference mip-parent after it has been free-d Revision ChangesPath 1.49 +0 -2 modperl-2.0/src/modules/perl/modperl_interp.c Index: modperl_interp.c

cvs commit: modperl-2.0/src/modules/perl mod_perl.c modperl_interp.c

2002-06-20 Thread dougm
dougm 2002/06/20 21:16:51 Modified:src/modules/perl mod_perl.c modperl_interp.c Log: move modperl_pp_{set,unset}_all and modperl_init_{init,unload} to modperl_sys_{init,term} functions that only happen once per-parent process Revision ChangesPath 1.128 +16 -5

RE: XML::Write and XML::Simple incompatibility

2002-06-20 Thread Prakash Chatterjee
Thanks people. It turned out to be an Expat problem. As advised, we compiled Apache without EXPAT - and hunky dory - it works. -Original Message- From: Robin Berjon [mailto:[EMAIL PROTECTED]] Sent: 20 June 2002 16:20 To: [EMAIL PROTECTED] Subject: Re: XML::Write and XML::Simple

Re: XML::Write and XML::Simple incompatibility

2002-06-20 Thread Perrin Harkins
Prakash Chatterjee wrote: Thanks people. It turned out to be an Expat problem. As advised, we compiled Apache without EXPAT - and hunky dory - it works. Sorry about that, I steered you wrong: it was a mod_perl/apache problem. I know about the Expat issue, but I didn't think either of

[OT] RE: Question about Work Wanted ads

2002-06-20 Thread David Harris
Marc Spitzer [mailto:[EMAIL PROTECTED]] wrote: 3: you maybe able to deduct your volunteer work from your taxes( I have no idea about AU's laws though). You can not claim donated services as a tax deduction in the US. (Probably not other places too, I'd guess.) The theory is this: you'd have

Re: [OT] RE: Question about Work Wanted ads

2002-06-20 Thread wsheldah
That's true. However, you can deduct any expenses incurred in the course of volunteer work, such as milage to and from the site, and so forth. Again, this is in the US, YMMV elsewhere. David Harris [EMAIL PROTECTED] on 06/20/2002 04:04:38 PM To: 'Marc Spitzer' [EMAIL PROTECTED],

Re: Apache Web Server vulnerability

2002-06-20 Thread Lupe Christoph
On Thursday, 2002-06-20 at 18:22:10 +0400, Igor Sysoev wrote: On Thu, 20 Jun 2002, Lupe Christoph wrote: and the mod_perl module seems to prevent the crash: telnet proxy.customer.de 80 Trying 213.155.64.138... Connected to proxy.customer.de. Escape character is '^]'. POST

build problem

2002-06-20 Thread Jim Hobbs
I get the following trying a straight build of mod_perl 1.25 with apache_1.3.26 on solaris 2.6: http_config.c: In function `ap_init_virtual_host': http_config.c:1402: storage size of `limits' isn't known make[2]: *** [http_config.o] Error 1 Thanks in advance for any

Re: Illegal Instruction

2002-06-20 Thread Ged Haywood
Hi there, On Thu, 20 Jun 2002, Prakash Chatterjee wrote: I keep getting child pid 25870 exit signal Illegal Instruction (4) when trying my modperl code. Did you compile Perl and mod_perl yourself? There's very little to go on in your post, have you read the document in a file called

Apache::LightBackhand

2002-06-20 Thread Ricardo Basto
Hi list, I'd like some feedback on this module I just wrote. It's something like a reverse proxy, but intended as a gateway from the fully-functional apache/mod_perl to another webserver, probably behind a firewall in the corporate network. The configuration is very simple. The implementation

Re: Apache::LightBackhand

2002-06-20 Thread Perrin Harkins
Ricardo Basto wrote I'd like some feedback on this module I just wrote. It's something like a reverse proxy, but intended as a gateway from the fully-functional apache/mod_perl to another webserver, probably behind a firewall in the corporate network. That sounds just like mod_proxy's

Re: Apache::LightBackhand

2002-06-20 Thread Ricardo Basto
Well, the attachment disappeared, so I'd better post a link: http://www.basto.com/LightBackhand.pm Hi list, I'd like some feedback on this module I just wrote. It's something like a reverse proxy, but intended as a gateway from the fully-functional apache/mod_perl to another webserver,

RE: Apache::LightBackhand

2002-06-20 Thread Ricardo Basto
Yes, I actually did look at CPAN and the only module that did something similar was ReverseProxy, but the primary focus of that module is to act like a transparent proxy, in a way that na entire host will show up as another (remote, probably Internet) site. For example, the other modules try to

Porblems marrying Apache 1.3.26, pache-ssl 1.48 and mod_perl 1.27

2002-06-20 Thread The Doctor
It has been a long time since what I have described happened. Script started on Thu Jun 20 20:18:07 2002 doctor.nl2k.ab.ca//usr/source/mod_perl-1.27$ cat configApacheSSL /usr/bin/perl Makefile.PL APACHE_PREFIX=/var/www/SSLconf APACHE_SRC=/usr/source/apache_1.3.26/src DO_HTTPD=1 USE_APACI=1

[ANNOUNCE] Apache-AuthCookie 3.02

2002-06-20 Thread Michael J Schout
The uploaded file Apache-AuthCookie-3.02.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MS/MSCHOUT/Apache-AuthCookie-3.02.tar.gz size: 29015 bytes md5: 107408d13a43cfbe2d2eccce40adffbe Changes: --- Version: