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

2001-02-18 Thread dougm
dougm 01/02/18 13:57:51 Modified:lib/ModPerl Code.pm Removed: src/modules/perl modperl_apache_xs.c modperl_apache_xs.h Log: remove modperl_apache_xs.[ch] Revision ChangesPath 1.40 +1 -1 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm

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

2001-02-18 Thread dougm
dougm 01/02/18 16:10:50 Modified:src/modules/perl modperl_callback.c Log: more s/class/package/g Revision ChangesPath 1.18 +19 -19modperl-2.0/src/modules/perl/modperl_callback.c Index: modperl_callback.c

Re: are there any missing modules?

2001-02-15 Thread Matt Sergeant
On Thu, 15 Feb 2001, Stas Bekman wrote: Quoting Matt Sergeant [EMAIL PROTECTED]: On Wed, 14 Feb 2001, Stas Bekman wrote: Well, I've finally have cracked this tedious task down. I've pretty much done with the modules chapter for the book (of course I didn't document all

Re: are there any missing modules?

2001-02-15 Thread Ask Bjoern Hansen
On Wed, 14 Feb 2001, Stas Bekman wrote: Toolkits and Framework for Content Generation and Other Phases Apache::ASP - Active Server Pages for Apache with mod_perl HTML::Embperl - Embed Perl in Your HTML Documents Apache::EmbperlChain - process embedded perl in HTML in the

Re: are there any missing modules?

2001-02-15 Thread Stas Bekman
On Thu, 15 Feb 2001, Ask Bjoern Hansen wrote: On Wed, 14 Feb 2001, Stas Bekman wrote: Toolkits and Framework for Content Generation and Other Phases Apache::ASP - Active Server Pages for Apache with mod_perl HTML::Embperl - Embed Perl in Your HTML Documents

Re: are there any missing modules?

2001-02-15 Thread Stas Bekman
On Thu, 15 Feb 2001, Matt Sergeant wrote: On Thu, 15 Feb 2001, Stas Bekman wrote: Quoting Matt Sergeant [EMAIL PROTECTED]: On Wed, 14 Feb 2001, Stas Bekman wrote: Well, I've finally have cracked this tedious task down. I've pretty much done with the modules chapter

Re: are there any missing modules?

2001-02-14 Thread Matt Sergeant
On Wed, 14 Feb 2001, Stas Bekman wrote: Well, I've finally have cracked this tedious task down. I've pretty much done with the modules chapter for the book (of course I didn't document all of them, it'll require a separate book if I did. but quite many are documented). So please take

Re: idea modules info

2001-02-14 Thread Pierre Phaneuf
Svante Srmark wrote:  ConfigDBI i Config via DBI and Perl MARKIM Oracle's new Apache-based application-server stores its config in the database. It might be good for some ideas. Any pointer to information? -- "A Perl script is correct if it gets the job done

Re: are there any missing modules?

2001-02-14 Thread Stas Bekman
Quoting Matt Sergeant [EMAIL PROTECTED]: On Wed, 14 Feb 2001, Stas Bekman wrote: Well, I've finally have cracked this tedious task down. I've pretty much done with the modules chapter for the book (of course I didn't document all of them, it'll require a separate book if I did

revising Apache::* modules list

2001-02-13 Thread Stas Bekman
Hi, While compiling the Apache::* modules chapter for the book, I've found that these modules aren't on the Apache::* list: Apache::WAP::MailPeek DBRIAN Apache::WAP::AutoIndex DBRIAN probably there are more of them... Then there are modules that cannot be found on CPAN and probably some

Re: revising Apache::* modules list

2001-02-13 Thread Gunther Birznieks
unless others require more sophisticated emulation from it. At 10:40 PM 2/13/01 +0800, Stas Bekman wrote: Hi, While compiling the Apache::* modules chapter for the book, I've found that these modules aren't on the Apache::* list: Apache::WAP::MailPeek DBRIAN Apache::WAP::AutoIndex DBRIAN

Re: idea modules info

2001-02-13 Thread Mark Imbriaco
On Tue, 13 Feb 2001, Pierre Phaneuf wrote: I *could* be willing to implement the following two modules, if the ideas happen to match what I think I would need. RoleAuthz i Role-based authorizationDOUGM ConfigDBI i Config via DBI and Perl

Re: idea modules info

2001-02-13 Thread Pierre Phaneuf
Mark Imbriaco wrote: What is the usual process for one that would like to help with a "i" module? Is there any code done, or some message/thread that I could be pointed to, discussing the idea, things like that? I developed some code to do this a VERY long time ago, but the code was

Re: idea modules info

2001-02-13 Thread Mark Imbriaco
On Tue, 13 Feb 2001, Pierre Phaneuf wrote: Mark Imbriaco wrote: What is the usual process for one that would like to help with a "i" module? Is there any code done, or some message/thread that I could be pointed to, discussing the idea, things like that? I developed some code to

Re: idea modules info

2001-02-13 Thread Pierre Phaneuf
Mark Imbriaco wrote: What is the usual process for one that would like to help with a "i" module? Is there any code done, or some message/thread that I could be pointed to, discussing the idea, things like that? I developed some code to do this a VERY long time ago, but the

are there any missing modules?

2001-02-13 Thread Stas Bekman
Well, I've finally have cracked this tedious task down. I've pretty much done with the modules chapter for the book (of course I didn't document all of them, it'll require a separate book if I did. but quite many are documented). So please take a look at this list and tell me whether I've missed

Re: Subject: mod_perl failing to interpret bytecode modules

2001-02-09 Thread Jason Leidigh
Mark, I ahve been asking this question for some time nowthough admitedly not specific to bytecode and ByteLoader but just how to "precomplie" a mod_perl mod. I went to www.experts-exchange.com and got a great walk through of how to use ByteLoader but as with you it fails in

cvs commit: modperl-2.0/src/modules/perl modperl_callback.c modperl_config.c modperl_filter.c modperl_gtop.c modperl_interp.c

2001-02-08 Thread dougm
dougm 01/02/08 11:42:31 Modified:src/modules/perl modperl_callback.c modperl_config.c modperl_filter.c modperl_gtop.c modperl_interp.c Log: adjust to recent apr name changes Revision ChangesPath 1.16 +2 -2 modperl-2.0/src/modules/perl

mod_perl failing to interpret bytecode modules

2001-02-05 Thread mtwose
Arguments about open source aside, I have been asked to convert our commercial mod_perl modules into bytecode. I have tried to do this but have encountered various problems as described below. I have also browsed the previous discussion threads on this topic with interest, but they are quite old

Re: make problem - mod_perl.h not found by Apache::modules

2001-01-31 Thread Doug MacEachern
On Sat, 27 Jan 2001, Lynn Winebarger wrote: Hi. I'm having problems getting mod_perl (1.24_01) to compile. I'm using perl 5.6.0, apache 1.3.14, RH Linux 6.2/Intel (with upgrades). This is odd since I've previously built mod_perl successfully as a DSO (and the problem appears to be in

make problem - mod_perl.h not found by Apache::modules

2001-01-27 Thread Lynn Winebarger
to be worried about run-time incompatibilies with 1.3.14). Of course, I don't have the options used in the previous mod_perl build. My .makepl_args.mod_perl reads APACHE_PREFIX=/usr/local/apache WITH_APXS=/usr/local/apache/bin/apxs USE_APXS=1 #USE_DSO=1 #turns on all standard Apache:: modules

Re: make problem - mod_perl.h not found by Apache::modules (more)

2001-01-27 Thread Lynn Winebarger
A little more on my configuration - I've got both a /usr/ install of perl (5.005) and 5.6.0 installed in /usr/local/perl (for chrooting purposes). I also have /usr/local install of apache 1.3.12 and a /usr/local/apache install of 1.3.14 (again, for chrooting). The attempt below was trying

cvs commit: modperl/src/modules/perl Makefile

2001-01-26 Thread dougm
dougm 01/01/26 08:42:50 Modified:src/modules/perl Makefile Log: fix for the Config.pm overridding mechanism (used for stripping lfs flags, etc) Revision ChangesPath 1.13 +3 -3 modperl/src/modules/perl/Makefile Index: Makefile

Re: checking available modules in test

2001-01-25 Thread Doug MacEachern
be happy to submit a patch if that is seen as a sensible thing to do. patch would be great. Apache::test has some new-ish stuff for checking what modules are enabled, etc.

cvs commit: modperl/src/modules/perl Log.xs

2001-01-24 Thread dougm
dougm 01/01/24 23:43:05 Modified:.Changes ToDo src/modules/perl Log.xs Log: Apache::Server-loglevel can now be modified Revision ChangesPath 1.572 +3 -0 modperl/Changes Index: Changes

checking available modules in test

2001-01-23 Thread Robin Berjon
Hi, I just did an install of modperl 1.24_01/apache 1.3.14 and I got a few failed tests. The tests that fail are actions, cgi, and include (in fact, I had to delete the line in the test conf that contained the Action directive in order to get the tests to run). And indeed, they should fail

test fails in modules/httpdconf and modules/psections

2001-01-21 Thread Mario Moran
Hello, I'm having trouble succesfully testing mod_perl in HP-UX 11 with Apache 1.3.14. Tried both Perl 5.6.0 and 5.005_03. In modules/httpdconf the script waits forever. That is until I hit enter twice that I get: FAILED before any test output arrived In modules/psections the same thing

Re: Classes, Methods? Error #29 in modules/src.t?

2001-01-10 Thread andrewl
debug C code, to get rid of a nasty "error #29 in modules/src.t" when attempting to compile. I was hoping not; sometimes one just wants to be a user. To be braindead and enjoy that state of blisss. The error I have been receiving, "Use of unitialized value in concatenation (.) a

Re: Classes, Methods? Error #29 in modules/src.t?

2001-01-10 Thread G.W. Haywood
learn how to debug C code, to get rid of a nasty "error #29 in modules/src.t" when attempting to compile. The nasty error is from the test scripts, not from the compilation of Apache. You've already compiled Apache at this stage. 'make test' is an optional suite of tests. src.t

Re: where can I get MIME/Head.pm modules

2001-01-06 Thread Gerd Kortemeyer
zhang-sh wrote: Re: where can I get MIME/Head.pm modules www.cpan.org begin:vcard n:Kortemeyer;Gerd tel;fax:(517) 432-2175 tel;work:(517) 432-5468 x-mozilla-html:TRUE url:http://www.lite.msu.edu/kortemeyer/ org:Michigan State University;LITE Lab adr:;;123 North Kedzie Labs;East Lansing

cvs commit: modperl/src/modules/perl Apache.xs

2000-12-29 Thread dougm
dougm 00/12/29 09:10:09 Modified:.Changes src/modules/perl Apache.xs Log: allow $r-finfo to be modified Revision ChangesPath 1.565 +2 -0 modperl/Changes Index: Changes

cvs commit: modperl/src/modules/perl mod_perl.h perl_config.c

2000-12-29 Thread dougm
dougm 00/12/29 21:09:01 Modified:.Changes lib/Apache ExtUtils.pm src/modules/perl mod_perl.h perl_config.c Log: fix directive handlers bug triggered by LoadModule foo_module Revision ChangesPath 1.566 +2 -0 modperl

cvs commit: modperl/src/modules/perl Makefile

2000-12-22 Thread dougm
dougm 00/12/22 18:23:10 Modified:.Changes Makefile.PL apacimod_perl.config.sh lib/Apache ExtUtils.pm src/modules/perl Makefile Log: if Perl is linked with -lpthread, then httpd needs to be linked with -lpthread, make sure

Re: Recognizing server config, like Aliases, from modules

2000-12-21 Thread Doug MacEachern
On Thu, 12 Oct 2000, Rodney Broom wrote: Hi all, I've got a set of new modules that do things like session handling, URI rewriting, authentication, etc. I've got a set of tests to prevent some rewrite problems that look like this: if ($uri =~ m|^/cgi-bin/|) { return

Re: Loading modules in Parent??

2000-12-20 Thread Doug MacEachern
On Thu, 28 Sep 2000, Bill Moseley wrote: Hi, I'm seeing the opposite results from pre-loading modules in the parent process than I would expect. It looks like pre-loading modules ends up using more non-shared ("private") memory. ... Here's the pre-loaded module list. When runn

cvs commit: modperl/src/modules/perl mod_perl.c

2000-12-19 Thread dougm
dougm 00/12/19 22:39:48 Modified:.Changes src/modules/perl mod_perl.c Log: stop win32 crash when bringing down service Revision ChangesPath 1.551 +3 -0 modperl/Changes Index: Changes

a reminder: Help With Modules Wanted page

2000-12-12 Thread Stas Bekman
Back in May, 2000 I've started this page: http://perl.apache.org/help_with_modules_wanted.html when Doug was looking for a new owner for Apache::PerlVINC. Now this page is empty, so this is to remind you that if you want to hand off your module to a new family or you are in need for a generic

Re: Script Debugging Modules?

2000-12-11 Thread Daniel Chetlin
On Sun, Dec 10, 2000 at 07:26:38PM -0800, Bill Moseley wrote: Just how smart is the compiler? [snip] use constant DEBUG_TEMPLATE = 1; use constant DEBUG_SESSION = 2; use constant DEBUG_REQUEST = 4; use constant DEBUG_QUERY = 8; use constant

Re: Script Debugging Modules?

2000-12-10 Thread Stas Bekman
to my inqueries :( Basically, I was thinking of having something like syslog, but for my perl modules. I'd also like to be able to limit the debugging output on a per-module basis. Anyone know of anything like this, before I build one? package Foo; use constant DEBUG = 1; ... warn "foo"

Script Debugging Modules?

2000-12-10 Thread Michael A. Nachbaur
of what was called when (doubtful). Basically, I was thinking of having something like syslog, but for my perl modules. I'd also like to be able to limit the debugging output on a per-module basis. Anyone know of anything like this, before I build one? Thanks. -man Michael A Nachbaur

Re: Script Debugging Modules?

2000-12-10 Thread Bill Moseley
At 08:04 PM 12/10/00 +0100, Stas Bekman wrote: use constant DEBUG = 0; ... warn "bar" if DEBUG; you can keep the debug statements in the code without having any overhead of doing if DEBUG, since they are stripped at compile time. Just how smart is the compiler? Maybe all these debugging

Dependent modules

2000-12-07 Thread Aaron Johnson
I saw reference in some of the advocacy thread to having some way to list what modules are dependent on others. When I use CPAN (the module not the site) to install some modules it automatically installs the other required modules, but I assume this only works with modules that are on CPAN

Re: Dependent modules

2000-12-07 Thread Stas Bekman
On Thu, 7 Dec 2000, Aaron Johnson wrote: I saw reference in some of the advocacy thread to having some way to list what modules are dependent on others. When I use CPAN (the module not the site) to install some modules it automatically installs the other required modules, but I assume

Re: Dependent modules

2000-12-07 Thread Jimi Thompson
Aaron, That would be a comment from me :) On Sparc-Solaris 2.6, getting CPAN to install the dependent modules or even tell you what they are doesn't always (read - seldom - at least in my experience) work. In the cases where it does at least tell you which one, there are several modules

Re: Dependent modules

2000-12-07 Thread Perrin Harkins
On Thu, 7 Dec 2000, Jimi Thompson wrote: That would be a comment from me :) On Sparc-Solaris 2.6, getting CPAN to install the dependent modules or even tell you what they are doesn't always (read - seldom - at least in my experience) work. If that's the case, you should speak to the authors

Perl vs Java (XML Modules)

2000-12-05 Thread Matt Sergeant
On Tue, 5 Dec 2000, Drew Taylor wrote: I know this goes a little off topic, so I apologize in advance. I changed the topic for you :-) One big sticking point with Perl I'm just starting to run into is XML. Yes, Perl has great XML modules, and many more promising ones. But where

Re: Perl vs Java (XML Modules)

2000-12-05 Thread Drew Taylor
great XML modules, and many more promising ones. But where is the _validating_ XML parser? I'm doing some XML work where a validating parser would be very nice, speed hit or not. I can work around it easily (this is perl :-), but it would save me some work. XML::Checker. Also see www.perl.com

RE: Perl vs Java (XML Modules)

2000-12-05 Thread Herrington, Jack
True. As for praise, XML::Parser does the job for me. In this specific case, I'll be looking for something like statusfailure/status in the response to an XML request I send. I'd like to pull out just the section that failed and be able to create another request from that XML chunk. It's a little

Probably [OT] Are there any Simple Generic Server modules

2000-11-20 Thread Greg Cope
Dear All This is a little OT - but bear with me. I am looking for a simple generic server (prefably OO) that I can use for my NON OO stuff. I have writen my own, but I am after ideas One project I've got involves getting HTML (template)files via LWP, and uploads them into an IPC cache

Re: Probably [OT] Are there any Simple Generic Server modules

2000-11-20 Thread Matt Sergeant
modules for it, including things like an IRC bot, and a TCP/IP listener. All in the same POE kernel. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal

Modperl conflicting with other modules

2000-11-13 Thread Yu Di
Hi, I have a problem. I have downloaded Apache 1.3.14, Mod_perl 1.24_01, PHP 4.0.3pl1, mod_fastcgi 2.2.8, and untarred all of them. I configured Apache with mod_so enabled, installed it, then installed all the three modules as DSO with apxs. Then I found that I cannot access any Mod_perl, PHP

Re: Modperl conflicting with other modules

2000-11-13 Thread Daniel Chetlin
onflicting with these two other modules, especially PHP. I have observed exactly these problems. My eventual conclusion was that mod_perl and mod_php[34] will not co-exist when either is a DSO. I currently have everything but mod_ssl compiled statically, and I would suggest that compiling mod_php as a sta

Re: Modperl conflicting with other modules

2000-11-13 Thread Yu Di
l programs and FastCGI programs can be accessed, but PHP programs will produce the same errors as above. So it seems that Mod_perl is conflicting with these two other modules, especially PHP. I have observed exactly these problems. My eventual conclusion was that mod_perl and

Re: Modperl conflicting with other modules

2000-11-13 Thread spam
On Mon, 13 Nov 2000, Yu Di wrote: Hi, the problem is, when I compile Mod_perl and PHP both as static with Apache, none of them can work. And what's worse, when they are both static, I can't access any HTML pages either, the error log is just the same as described in my former mail. What is

Re: pre-loaded modules on Solaris

2000-11-10 Thread barries
-- -- --- total Kb 24720 227203288 19432 pre-loaded modules total Kb 14592 1297630969880 not pre-loaed modules. Indeed there's a tiny bit more shared memory in the pre-loaded Apache, but the amount of "private" memory is significantly higher, too. Ten megs a child w

Re: pre-loaded modules on Solaris

2000-11-10 Thread Bill Moseley
At 06:11 AM 11/10/00 -0500, barries wrote: Address Kbytes Resident Shared Private -- -- --- total Kb 24720 227203288 19432 pre-loaded modules total Kb 14592 1297630969880 not pre-loaed modules. Stupid question, probably, but when

RE: pre-loaded modules on Solaris

2000-11-10 Thread John Hughes
At 06:11 AM 11/10/00 -0500, barries wrote: Address Kbytes Resident Shared Private -- -- --- total Kb 24720 227203288 19432 pre-loaded modules total Kb 14592 1297630969880 not pre-loaed modules. When looking at pmap it looks

Re: pre-loaded modules on Solaris

2000-11-10 Thread John Siracusa
On 11/10/00 10:15 AM, John Hughes wrote: A guess: When pmap says "shared" it means stuff that realy shared. I.E. it's not counting stuff that is marked copy-on-write, which is shared UNTIL YOU TRY TO MODIFY IT. Is there any way to measure the size of the shared copy-on-write pages on

Re: pre-loaded modules on Solaris

2000-11-09 Thread Bill Moseley
Hi Mike, I've cc'd the mod_perl list for other Solaris users to consider. At 10:49 AM 11/01/00 -0800, Michael Blakeley wrote: I saw a significant benefit from pre-loading modules. Let's take a test case where we share via startup.pl: Without preloading: # tellshared.pl web count vsz

Re: Apache Modules in General

2000-11-01 Thread Vivek Khera
"JT" == Jimi Thompson [EMAIL PROTECTED] writes: JT working??? Why is it that no one has ever posted an actual working copy JT of an httpd.conf file for mod_perl in its various incarnations? Could it JT be because one doesn't exist? You haven't looked hard enough. I've posted complete

Re: Apache Modules in General

2000-10-30 Thread Matthew Byng-Maddick
On Mon, 30 Oct 2000, Jimi Thompson wrote: It is me or has anyone noticed a definite LACK of information on how to modify the httpd.conf for the various modules in order to get them working??? Why is it that no one has ever posted an actual working copy of an httpd.conf file for mod_perl

Re: Apache Modules in General

2000-10-30 Thread Dana C. Chandler III
There is an excellent book from O'Reilly called "Writing Apache Modules with Perl and C". I refer to it often. There may be a "freer" way but it's always beneficial to have a good book to refer to when frustrated... DCCIII - Original Message - From: "Jimi T

Re: Apache Modules in General

2000-10-30 Thread Eric Strovink
You need an Apache book (www.oreilly.com), the Guide (perl.apache.org/guide), and a Valium, not necessarily in that order ;-) Jimi Thompson wrote: I think it's all a hoax

RE: Apache Modules in General

2000-10-30 Thread Kevin Huang
Title: RE: Apache Modules in General What's your problem ?! http://perl.apache.org Check the site before you say anything. Kevin Huang\\ -Original Message- From: Jimi Thompson [mailto:[EMAIL PROTECTED]] Sent: Monday, October 30, 2000 4:01 PM To: [EMAIL PROTECTED] Subject

Re: Apache Modules in General

2000-10-30 Thread G.W. Haywood
Hi there, On Tue, 31 Oct 2000, Matthew Byng-Maddick wrote: On Mon, 30 Oct 2000, Jimi Thompson wrote: It is me or has anyone noticed a definite LACK of information on how to modify the httpd.conf for the various modules in order to get them This List tries to restrict its topics to those

A chapter about Apache-modules programming in C

2000-10-17 Thread Alexander Farber (EED)
http://www.performancecomputing.com/books/book_preview2_pf.htm

Re: Patch for easy testing of Apache::* modules (resend)

2000-10-13 Thread Doug MacEachern
On Tue, 10 Oct 2000, Ken Williams wrote: [EMAIL PROTECTED] (Doug MacEachern) wrote: ken, i have a feature request too :) i would like to be able to test if mod_include is linked static with httpd, otherwise Makefile.PL will disable PERL_SSI. a hash of parsed `httpd -l`, something like:

Recognizing server config, like Aliases, from modules

2000-10-12 Thread Rodney Broom
Hi all, I've got a set of new modules that do things like session handling, URI rewriting, authentication, etc. I've got a set of tests to prevent some rewrite problems that look like this: if ($uri =~ m|^/cgi-bin/|) { return DECLINED; if ($uri =~ m|^/icons/|) { return

Re: Patch for easy testing of Apache::* modules (resend)

2000-10-10 Thread Ken Williams
ot; config lines, generated from the +# existing config file and a few must-have modules. +my ($self, $server_conf) = @_; - open SERVER_CONF, $server_conf or die "Couldn't open $server_conf: $!"; -my @lines = grep {!m/^\s*#/} SERVER_CONF; +my @lines = grep {!m/

Re: Loading modules in Parent??

2000-10-04 Thread Bill Moseley
At 12:04 AM 10/02/00 -0600, Scott Wilson wrote: I've seen a similar result on an IRIX installation I'm working on. Anyone have any ideas? So did you decide NOT to pre-load modules? Scott Bill Moseley wrote: Won't someone comment on this post? That's a chunk of memory! At 11:46 AM

Re: Patch for easy testing of Apache::* modules (resend)

2000-10-02 Thread Doug MacEachern
it. It's fully backward compatible, so no changes are necessary to existing code that calls fetch(). I also added/fixed tiny pieces in my previous work here and there. thanks ken, i applied this patch, but it broke modules/cgi 3-4,7, because it calls fetch() in an array context. i applied

Re: Patch for easy testing of Apache::* modules (resend)

2000-10-02 Thread Doug MacEachern
On Mon, 2 Oct 2000, Ken Williams wrote: ken, i have a feature request too :) i would like to be able to test if mod_include is linked static with httpd, otherwise Makefile.PL will disable PERL_SSI. a hash of parsed `httpd -l`, something like: my $static_modules =

Re: Patch for easy testing of Apache::* modules (resend)

2000-10-01 Thread Ken Williams
/test.pm 2000/10/02 05:38:43 @@ -57,7 +57,7 @@ User $args{user} Group $args{group} ServerName localhost -DocumentRoot $DIR/t/eg +DocumentRoot $DIR/t $args{modules} @@ -73,7 +73,10 @@ AddType text/html .html # Look in ./blib/lib -PerlModule ExtUtils::testlib +#PerlModule ExtUtils::testlib

Re: Loading modules in Parent??

2000-09-30 Thread Bill Moseley
15712 -- preloaded modules total Kb 11528 1015226567496 -- not preloaded It's almost all heap: 00164000 16376 15256 312 14944 read/write/exec[ heap ] 0016400075926608 1046504 read/write/exec[ heap ] Is this an issue just with Solaris

cvs commit: modperl/t/modules ssi.test

2000-09-29 Thread dougm
dougm 00/09/29 13:33:52 Modified:.ToDo Changes t/modules ssi.test Log: skip modules/ssi test if mod_include is not installed Revision ChangesPath 1.263 +2 -0 modperl/ToDo Index: ToDo

Re: Patch for easy testing of Apache::* modules (resend)

2000-09-28 Thread Doug MacEachern
On Mon, 17 Jul 2000, Ken Williams wrote: Hi all, Here's a resend of the Apache::test patch that I sent yesterday, this time sent as type text/plain from a Unix mailer. Rick Myers noted that the version I sent before was encoded with Macintosh BinHex, which is probably not the most

cvs commit: modperl/src/modules/perl Apache.xs mod_perl.h perl_config.c

2000-09-27 Thread dougm
dougm 00/09/27 16:51:35 Modified:.Changes ToDo src/modules/perl Apache.xs mod_perl.h perl_config.c Log: $r-get_basic_auth_pw will default $r-auth_type to "Basic" if not already set $r-auth_type is now writeable, e.g. $r-auth_t

cvs commit: modperl/src/modules/perl mod_perl.c

2000-09-27 Thread dougm
dougm 00/09/27 08:23:29 Modified:.Changes src/modules/perl mod_perl.c Log: disable r-proxyreq checking unless PerlTransHandler is enabled and configured Revision ChangesPath 1.526 +3 -0 modperl/Changes Index: Changes

cvs commit: modperl/src/modules/perl perl_config.c

2000-09-27 Thread dougm
dougm 00/09/27 08:37:38 Modified:src/modules/perl perl_config.c Log: typo Revision ChangesPath 1.105 +1 -1 modperl/src/modules/perl/perl_config.c Index: perl_config.c === RCS file: /home

cvs commit: modperl/t/modules request.t

2000-09-27 Thread dougm
dougm 00/09/27 13:04:01 Modified:t/modules request.t Log: binmode for win32 Revision ChangesPath 1.10 +1 -0 modperl/t/modules/request.t Index: request.t === RCS file: /home/cvs/modperl

cvs commit: modperl/src/modules/perl perl_config.c

2000-09-27 Thread dougm
dougm 00/09/27 20:53:02 Modified:src/modules/perl perl_config.c Log: fix %Apache::ReadConfig:: processing for PerlRequire'd files Revision ChangesPath 1.107 +16 -18modperl/src/modules/perl/perl_config.c Index: perl_config.c

cvs commit: modperl/src/modules/perl perl_config.c

2000-09-26 Thread dougm
dougm 00/09/26 13:07:36 Modified:src/modules/perl perl_config.c Log: fix bug in Perl{Set,Add}Var so $r-dir_config-get('key') sees the same values as $r-dir_config('key') Revision ChangesPath 1.103 +10 -8 modperl/src/modules/perl/perl_config.c Index

cvs commit: modperl/src/modules/perl perl_config.c

2000-09-26 Thread dougm
dougm 00/09/26 14:02:44 Modified:.Changes src/modules/perl perl_config.c Log: fix for Perl{Module,Require} in .htaccess Revision ChangesPath 1.524 +3 -0 modperl/Changes Index: Changes

RE: cvs commit: modperl/src/modules/perl mod_perl.h perl_config.c

2000-09-25 Thread Geoffrey Young
... --Geoff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, September 22, 2000 2:52 PM To: [EMAIL PROTECTED] Subject: cvs commit: modperl/src/modules/perl mod_perl.h perl_config.c dougm 00/09/22 11:52:04 Modified:.Changes

cvs commit: modperl/src/modules/perl mod_perl.h perl_config.c

2000-09-22 Thread dougm
dougm 00/09/22 11:52:04 Modified:.Changes src/modules/perl mod_perl.h perl_config.c Log: plug leak in DIR_MERGE rename mod_perl_cleanup_av - mod_perl_cleanup_sv Revision ChangesPath 1.517 +2 -0 modperl/Changes Index: Changes

Finding Consultants on adding Perl Modules

2000-09-21 Thread Byron Stephen Lee
Hi: Do you have a list of consultants who have experience in adding Perl Modules to Apache? We have a business need for some modules, such as Storable, and would be willing to contract for them. Is there some mechanism in general for finding Apache consultants? There are other areas we could

Re: Finding Consultants on adding Perl Modules

2000-09-21 Thread Paul Lindner
On Thu, Sep 21, 2000 at 10:19:55AM -0700, Byron Stephen Lee wrote: Hi: Do you have a list of consultants who have experience in adding Perl Modules to Apache? We have a business need for some modules, such as Storable, and would be willing to contract for them. Is there some mechanism

Static mod_perl+modules

2000-09-15 Thread Antti Linno
Hallo. As I was having problems with mod_perl as module and mysql+dbi, I was told to install mod_perl statically to apache and php as a module. I looked at install instructions and found static install or module install. But with static install how and when do I install PHP as a module. Any

Re: Static mod_perl+modules

2000-09-15 Thread Paul Lindner
On Fri, Sep 15, 2000 at 01:50:40PM +0300, Antti Linno wrote: Hallo. As I was having problems with mod_perl as module and mysql+dbi, I was told to install mod_perl statically to apache and php as a module. I looked at install instructions and found static install or module install. But with

Re: Static mod_perl+modules

2000-09-15 Thread Paul Lindner
On Fri, Sep 15, 2000 at 06:35:00AM -0700, Paul Lindner wrote: On Fri, Sep 15, 2000 at 01:50:40PM +0300, Antti Linno wrote: Hallo. As I was having problems with mod_perl as module and mysql+dbi, I was told to install mod_perl statically to apache and php as a module. I looked at install

Using plugins in modules.

2000-09-06 Thread Alexei V. Alexandrov
a list af available modules when calling a specific function. Can anyone help me to solve this problem or to point me somewhere where i can read about it. Best regards, Alexei V. Alexandrov [AA4460, AVA32-RIPN, AA1829-RIPE

RE: cvs commit: modperl/src/modules/perl mod_perl.c

2000-09-01 Thread Geoffrey Young
To: [EMAIL PROTECTED] Subject: cvs commit: modperl/src/modules/perl mod_perl.c dougm 00/08/31 22:15:42 Modified:.Changes Leak Leak.xs src/modules/perl mod_perl.c Log: fixes for ActivePerl Revision ChangesPath 1.513

cvs commit: modperl/src/modules/perl Apache.xs

2000-08-31 Thread dougm
dougm 00/08/31 13:54:23 Modified:.Changes src/modules/perl Apache.xs Log: avoid duplicate buffer copy in {read,get}_client_block by reading directly into Perl's SV buffer Revision ChangesPath 1.511 +3 -0 modperl/Changes Index

cvs commit: modperl/src/modules/perl Makefile

2000-08-31 Thread dougm
dougm 00/08/31 22:10:15 Modified:.Changes apaciMakefile.tmpl src/modules/perl Makefile Log: change apaci/Makefile.tmpl and src/modules/perl/Makefile so Perl's include path comes before /usr/local/include, e.g. to make sure Perl's

cvs commit: modperl/src/modules/perl mod_perl.c

2000-08-31 Thread dougm
dougm 00/08/31 22:23:19 Modified:src/modules/perl mod_perl.c Log: fix indentation Revision ChangesPath 1.126 +2 -2 modperl/src/modules/perl/mod_perl.c Index: mod_perl.c === RCS file

Re: Patch to t/modules/request.t

2000-08-30 Thread Doug MacEachern
this thread is pretty large, i'm sure the fix is nice and small, anybody have a patch with the final solution? thanks.

Re: Patch to t/modules/request.t

2000-08-30 Thread Doug MacEachern
On Thu, 31 Aug 2000, Ken Williams wrote: [EMAIL PROTECTED] (Doug MacEachern) wrote: this thread is pretty large, i'm sure the fix is nice and small, anybody have a patch with the final solution? thanks. Sounds so ominous... =) didn't mean it to, i'm just buried and looking for any

cvs commit: modperl/src/modules/perl Apache.xs

2000-08-30 Thread dougm
dougm 00/08/30 20:38:37 Modified:.Changes src/modules/perl Apache.xs Log: add PerlCleanupHandler to the {get,set}_handlers table Revision ChangesPath 1.507 +3 -0 modperl/Changes Index: Changes

cvs commit: modperl/src/modules/perl Apache.xs

2000-08-30 Thread dougm
dougm 00/08/30 20:39:45 Modified:.Changes src/modules/perl Apache.xs Log: fix refcnt bug in $r-get_handlers Revision ChangesPath 1.508 +3 -0 modperl/Changes Index: Changes

cvs commit: modperl/src/modules/perl Apache.xs

2000-08-30 Thread dougm
dougm 00/08/30 22:49:07 Modified:.Changes Apache Apache.pm src/modules/perl Apache.xs Log: switch usage of hard_timeout() to soft_timeout() Revision ChangesPath 1.509 +4 -0 modperl/Changes Index: Changes

<    1   2   3   4   5   6   7   8   >