How do I STOP Apache::CodeRed sending me messages

2001-08-19 Thread Robert
I configured Apache::CodeRed to send me messages with each email and so on - How do I stop it from doikn that? I changed the CodeRed.pm file, but it's being ignored? Thanks Robert

Re: How do I STOP Apache::CodeRed sending me messages

2001-08-19 Thread Remco Schaar
On Sun, 19 Aug 2001, Robert wrote: Hi, I configured Apache::CodeRed to send me messages with each email and so on - How do I stop it from doikn that? I changed the CodeRed.pm file, but it's being ignored? Have you reloaded the code ? Since it is a module it will not be reloaded until your

Using CGI.pm in handlers 2

2001-08-19 Thread Joachim Zobel
(offline mode: enter name=value pairs on standard input) I have understood that I get theses messages because it is a Fixup Handler and the enviroment is not yet initialized. But I still don't know what to do about them. Thanx, Joachim -- ... ein Geschlecht erfinderischer Zwerge, die fuer

[OT] compilers for c Appache modules

2001-08-19 Thread Rod Butcher
I know it's offtopic, please direct me to correct data source, can't find it... For the first time I need to compile a module (mod_throttle_access) for Apache on Win32. I have the free Borland 5.5 C++ command line compiler. What settings etc ? (Have the Eagle book, can't find it there). thanks.

Re: Path Issue mod_perl vs cgi-bin?

2001-08-19 Thread Gunther Birznieks
At 09:20 AM 8/17/2001 -0500, Purcell, Scott wrote: Hello, I am running Apache w/mod_perl on a NT box. Location = D:/Apache I have created some modules and put the modules in a folder D:/Apache/vb_modules I set my PATH on the NT box to look in D:/Apache/vb_modules and all is good when I use those

Re: Why do RaQ4is run mod_perl so slowly?

2001-08-19 Thread Perrin Harkins
On Saturday 18 August 2001 02:36 pm, Philip Mak wrote: I have a RaQ4i server (450MHz AMD K-6 processor). If I have 20 mod_perl httpd processes running concurrently, then the system's load average goes up over 10.0 and CPU usage is 100%. The machine has RAM to spare, so swapping is not the

[OT] Reference to a method using a scaler?

2001-08-19 Thread George Sanderson
I have a Perl scalar ($mystr) that holds a string. I want to use the scalar to form a hash reference to a method after the Perl code is compiled. For example, when I know the method name before compile time, I can say: use strict; %Hashref=( Entry1={meth1=\method1, do='something'},); and then

Re: Why do RaQ4is run mod_perl so slowly?

2001-08-19 Thread Andrew Ho
Philip, PMI have a RaQ4i server (450MHz AMD K-6 processor). If I have 20 mod_perl PMhttpd processes running concurrently, then the system's load average goes PMup over 10.0 and CPU usage is 100%. The machine has RAM to spare, so PMswapping is not the problem. If you have top installed, try top

Re: [OT] compilers for c Appache modules

2001-08-19 Thread Gunther Birznieks
I've never done it, but you may want to look for instructions on compiling mod_perl in general on win32. Likely however your mod_perl was compiled is a reasonable way to compile another C module on Apache for Win32. At 10:49 PM 8/19/2001 +1000, Rod Butcher wrote: I know it's offtopic, please

Re: [OT] Reference to a method using a scaler?

2001-08-19 Thread Andrew Ho
Hello, GSI have a Perl scalar ($mystr) that holds a string. I want to use the GSscalar to form a hash reference to a method after the Perl code is GScompiled. I'm not sure exactly what you're trying to do with this, but here's two things that can help you. Perl allows you to delay resolution

Re: How do I STOP Apache::CodeRed sending me messages

2001-08-19 Thread Tatsuhiko Miyagawa
On Sun, 19 Aug 2001 18:56:37 +1000 Robert [EMAIL PROTECTED] wrote: I configured Apache::CodeRed to send me messages with each email and so on - How do I stop it from doikn that? I changed the CodeRed.pm file, but it's being ignored? Configuration variables for Apache::CodeRed seem to be

Re: Do virtual hosts need their own servers?

2001-08-19 Thread Stas Bekman
On Thu, 16 Aug 2001, Andy Turner wrote: On Wed, Aug 15, 2001 at 12:54:58PM -0400, Philip Mak wrote: When I have multiple virtual hosts running Apache::ASP (mod_perl), do they need to run their own instance of Apache? I would think so, but that doesn't seem to be you seem to have figured

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

2001-08-19 Thread dougm
dougm 01/08/19 09:29:44 Modified:lib/Apache ParseSource.pm Log: skip ssl headers Revision ChangesPath 1.22 +2 -1 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm === RCS

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

2001-08-19 Thread dougm
dougm 01/08/19 10:22:55 Modified:src/modules/perl modperl_bucket.c mod_perl.h Log: modperl_bucket.h needs to be in mod_perl.h for source_scan.pl Revision ChangesPath 1.4 +0 -1 modperl-2.0/src/modules/perl/modperl_bucket.c Index: modperl_bucket.c

cvs commit: modperl-2.0/xs/tables/current/Apache ConstantsTable.pm

2001-08-19 Thread dougm
dougm 01/08/19 11:51:42 Modified:xs/tables/current/Apache ConstantsTable.pm Log: sync Revision ChangesPath 1.12 +28 -1 modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm Index: ConstantsTable.pm