Re: httpd takes 86 MB memory

2001-02-18 Thread Nigel Hamilton
Hi Philip, That seems like too much memory per httpd. Does the memory usage grow overtime, or is it static? If it's static, then the BIG data structure(s) you're storing in RAM may need to go to disk. If it grows over time, maybe a data structure is

Help with configuration - Linux/Mandrake 7.2

2001-02-18 Thread Rich Feather
I'm trying to get my Apache Web Server to read *.pl files using mod_perl (standard Linux-Mandrake 7.2). Under perl, it works fine and, indeed, in httpd-perl.conf, it shows Alias perl /var/www/perl Directory /var/www/perl SetHandler perl-script

Re: Help with configuration - Linux/Mandrake 7.2

2001-02-18 Thread Jeff Beard
Maybe: Files ~ "\.pl$" ... /Files I think there's some documentation on this issue as well. --Jeff On Sun, 18 Feb 2001, Rich Feather wrote: I'm trying to get my Apache Web Server to read *.pl files using mod_perl (standard Linux-Mandrake 7.2). Under perl, it works fine and, indeed, in

Re: Help with configuration - Linux/Mandrake 7.2

2001-02-18 Thread Rich Feather
Yes. I've tried this, as well... No luck, though. On Sunday 18 February 2001 10:08, Jeff Beard wrote: Maybe: Files ~ "\.pl$" ... /Files I think there's some documentation on this issue as well. --Jeff On Sun, 18 Feb 2001, Rich Feather wrote: I'm trying to get my Apache Web Server

Re: Help with configuration - Linux/Mandrake 7.2

2001-02-18 Thread Ken Williams
If it doesn't use mod_perl, what *does* it do? Display the source? Give a 404? Perhpas you need to do "Alias /perl /var/www/perl" , with a slash. Officially, I loathe Apache configuration, so I often try to stay ignorant of its intricacies. =) [EMAIL PROTECTED] (Rich Feather) wrote: I'm

Apache::Language STORE needs a language

2001-02-18 Thread George Sanderson
Problem solved: I am using the latest version of Apache::Language I noticed that the Apache::Language.pod says that the PlainFile format is: phrase-id:lang-type While the PlainFile.pod says: lang-tag:phrase-id The first one seems to work. It works like Apache::Language::PlainFile describes:

(beginner) Win32 installation / Writing Apache Modules in Perl C

2001-02-18 Thread Garry Heaton
Ref: using Win 98 / Apache 1.3.14 on c:\program files\apache group\apache / Perl 5.6 on c:\perl I'm trying to get a working Win32 installation of mod_perl using "Writing Apache Modules with Perl and C" but, as with most O'Reilly Perl books, it's written for a Unix audience. Apache site doesn't

Re: (beginner) Win32 installation / Writing Apache Modules in Perl C

2001-02-18 Thread Randy Kobes
On Mon, 19 Feb 2001, Garry Heaton wrote: Ref: using Win 98 / Apache 1.3.14 on c:\program files\apache group\apache / Perl 5.6 on c:\perl I'm trying to get a working Win32 installation of mod_perl using "Writing Apache Modules with Perl and C" but, as with most O'Reilly Perl books, it's

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

2001-02-18 Thread dougm
dougm 01/02/18 13:52:51 Modified:lib/Apache ParseSource.pm Log: a few changes for subclass-able-ness Revision ChangesPath 1.6 +22 -7 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm

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

2001-02-18 Thread dougm
dougm 01/02/18 13:55:08 Modified:src/modules/perl modperl_callback.c modperl_callback.h Log: avoid c++ keywords (class) Revision ChangesPath 1.17 +1 -1 modperl-2.0/src/modules/perl/modperl_callback.c Index: modperl_callback.c

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