Re: Apache-Test and Cwd

2004-01-28 Thread Geoffrey Young
Stas Bekman wrote: David Wheeler wrote: On Jan 23, 2004, at 12:21 PM, Stas Bekman wrote: If you really want to, we could install Apache::Test::AUTOLOAD which will map $AUTOLOAD to Apache::Test::config()-{vars}-{$AUTOLOAD}, so you could say: Apache::Test::serverroot Or, I imagine,

Re: Apache-Test and Cwd

2004-01-28 Thread David Wheeler
On Jan 28, 2004, at 2:21 PM, Stas Bekman wrote: Then for now I'll just use: my $serverroot = Apache::Test::config()-{vars}{serverroot}; Surely you mean my $serverroot = Apache::Test::config()-{vars}-{serverroot}; although this should work, too: my $serverroot =

Re: Apache-Test and Cwd

2004-01-28 Thread Stas Bekman
David Wheeler wrote: On Jan 28, 2004, at 2:21 PM, Stas Bekman wrote: Then for now I'll just use: my $serverroot = Apache::Test::config()-{vars}{serverroot}; Surely you mean my $serverroot = Apache::Test::config()-{vars}-{serverroot}; although this should work, too: my $serverroot =

Re: [PATCH] raise MAX_SERVER_LIMIT

2004-01-28 Thread Colm MacCarthaigh
On Tue, Jan 27, 2004 at 02:24:46PM -0500, Jeff Trawick wrote: I'm testing with this patch currently (so far so good): Same here, I've applied the patch, and right now have 1 hours uptime, which is 12 times more than I've ever had with worker before. Looks like that was it. Where do I send the

Re: [PATCH] raise MAX_SERVER_LIMIT

2004-01-28 Thread Colm MacCarthaigh
On Wed, Jan 28, 2004 at 10:40:54AM +, Colm MacCarthaigh wrote: On Tue, Jan 27, 2004 at 02:24:46PM -0500, Jeff Trawick wrote: I'm testing with this patch currently (so far so good): Same here, I've applied the patch, and right now have 1 hours uptime, which is 12 times more than I've

Need help building module mod_expires

2004-01-28 Thread Bob MacMunn
Hello, I am building Apache server 2.0.47 using this configure command ./configure --prefix=/export/home/apache2 --enable-mod-shared=mod_expires When I build I do not see the module getting built. Am I doing something wrong ? Thanks in advance Bob

Re: Need help building module mod_expires

2004-01-28 Thread Aryeh Katz
Bob MacMunn wrote: Hello, I am building Apache server 2.0.47 using this configure command ./configure --prefix=/export/home/apache2 --enable-mod-shared=mod_expires try --enable-mods-shared ^ -- Aryeh Katz SecureD Services http://www.secured-services.com/ 410 653 0700 x 2

RE: Need help building module mod_expires

2004-01-28 Thread Bob MacMunn
Sorry, mistyped, I had enable-mods-shared. I should see a .so file for the module once it is built correct ? -Original Message- From: Aryeh Katz [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 1:44 PM To: [EMAIL PROTECTED] Subject: Re: Need help building module mod_expires

Re: Need help building module mod_expires

2004-01-28 Thread Andr Malo
* Bob MacMunn [EMAIL PROTECTED] wrote: Hello, I am building Apache server 2.0.47 using this configure command ./configure --prefix=/export/home/apache2 --enable-mod-shared=mod_expires When I build I do not see the module getting built. Am I doing something wrong ? two typos. it

RE: Need help building module mod_expires

2004-01-28 Thread Bob MacMunn
Thanks, So it should be ./configure --prefix=/export/home/apache2 --enable-mods-shared Bob -Original Message- From: André Malo [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 1:44 PM To: [EMAIL PROTECTED] Subject: Re: Need help building module mod_expires * Bob MacMunn

Re: [PATCH] raise MAX_SERVER_LIMIT

2004-01-28 Thread Jeff Trawick
Colm MacCarthaigh wrote: On Tue, Jan 27, 2004 at 02:24:46PM -0500, Jeff Trawick wrote: I'm testing with this patch currently (so far so good): Same here, I've applied the patch, and right now have 1 hours uptime, which is 12 times more than I've ever had with worker before. Looks like that was

Re: [1.3 PATCH] a different take on forensics

2004-01-28 Thread Jeff Trawick
Mads Toftum wrote: On Sat, Jan 24, 2004 at 12:58:40PM -0500, Jeff Trawick wrote: groan :( the problem was in the proof-of-concept modules; they neglected to add a null entry at the end of the command table, as shown below: Much better now. Once I remembered EnableExceptionHook it was smooth

Capabilities to provide UDP services with Apache

2004-01-28 Thread Matthew Gress
I have already posted to the users list and was referred here. Apache can communicate with several TCP protocols but I have a module project which needs UDP communications as well. I have searched the documentation, archives, and 2.0.48 HTTPD server source for this and all I find are references

Re: Capabilities to provide UDP services with Apache

2004-01-28 Thread Jeff Trawick
Matthew Gress wrote: Another question I have is, can we create a module that services UDP connections without hitting the cental apache server code. what has to happen when a datagram is received? something totally in the scope of the module, or should Apache's HTTP processing be performed on

fixing ITERATE/ITERATE2 wrt DECLINE_CMD

2004-01-28 Thread Geoffrey Young
does anyone have any objections to applying this in 2.1? http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22299 --Geoff

[STATUS] (apache-1.3) Wed Jan 28 23:45:07 EST 2004

2004-01-28 Thread Rodent of Unusual Size
APACHE 1.3 STATUS: -*-text-*- Last modified at [$Date: 2004/01/28 21:22:20 $] Release: 1.3.30-dev: In development 1.3.29: Tagged October 24, 2003. Announced Oct 29, 2003. 1.3.28: Tagged July 16, 2003. Announced ?? 1.3.27: Tagged

[STATUS] (httpd-2.0) Wed Jan 28 23:45:11 EST 2004

2004-01-28 Thread Rodent of Unusual Size
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2004/01/29 03:20:14 $] Release: 2.0.49 : in development 2.0.48 : released October 29, 2003 as GA. 2.0.47 : released July 09, 2003 as GA. 2.0.46 : released May 28, 2003 as GA.

[STATUS] (httpd-2.1) Wed Jan 28 23:45:14 EST 2004

2004-01-28 Thread Rodent of Unusual Size
APACHE 2.1 STATUS: -*-text-*- Last modified at [$Date: 2004/01/04 15:08:00 $] Release [NOTE that only Alpha/Beta releases occur in 2.1 development]: 2.1.0 : in development Please consult the following STATUS files for information on related

Help in Writing Apache Modules in C

2004-01-28 Thread Benedict DSilva
Hi All, I have just joined the group. Please could anyone help me on a tutorial with Writing Apache Modules in C. Awaiting for a Helping Hand. Thanks Warm Regards --BENNY

Re: Help in Writing Apache Modules in C

2004-01-28 Thread Will Lowe
If you're looking for Apache 1.x (not 2.x) and you're already fairly proficient in C, check out the excellent book Writing Apache Modules in Perl and C. It's written mostly with a slant towards Perl but the concepts all apply and the last few chapters give an excellent in-depth view of the C

Re: Capabilities to provide UDP services with Apache

2004-01-28 Thread Nick Kew
On Wed, 28 Jan 2004, Matthew Gress wrote: In any case, I have not found a reference to how to configure apache to do this and need to know where I should start to create or adapt for this functionality. I think you just have to write it. The nearest thing Apache has to a utility library is

Re: Help in Writing Apache Modules in C

2004-01-28 Thread Nick Kew
On Wed, 28 Jan 2004, Will Lowe wrote: If you're looking for Apache 1.x (not 2.x) Given that he's writing C, and that 2.x is a vastly richer development environment than 1.3, why should he even consider that? In 1.3 days, application developers had to resort to all kinds of add-ons, none of

Re: 2.0.48 worker mpm on RH3 NPTL results

2004-01-28 Thread Scott Lamb
On Jan 12, 2004, at 10:45 AM, [EMAIL PROTECTED] wrote: What did you use for ThreadsPerChild? The default? It's 25. The reason I ask is I did some scalability measurements maybe a year ago and saw a lot of CPU usage in linuxthreads with a high number (maybe 1000) for ThreadsPerChild. It was

RE: Help in Writing Apache Modules in C

2004-01-28 Thread Benedict DSilva
Thanks for the reply!! But, I am looking out for an online tutorial which could help me with it. If you have any, then please do guide me with it. Awaiting, Thanks --BENNY -Original Message- From: Will Lowe [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 11:14 AM To: