Perl section woe

2001-02-17 Thread Jie Gao
Hi All, P. 417 of Eagle book has this: Directive is repeated mutiple times If a directive is repeated multiple times with different arguments each time, you can represent it as an array of arrays. This example using the AddIcon directive shows how: @AddIcon = ( [

Re: mod_perl segfault

2001-02-17 Thread Christopher L. Everett
Doug MacEachern wrote: snipped ... it would probably be worth your while to try 5.6.1-trial1. Where does one download that? I have those in my logs, one more bug to kill. Someday, I'll go 24 hours without adding to my error logs, but that day won't happen too soon ... --Christopher

Re: Perl section woe

2001-02-17 Thread Erdmut Pfeifer
On Sat, Feb 17, 2001 at 08:56:40PM +1100, Jie Gao wrote: Hi All, P. 417 of Eagle book has this: Directive is repeated mutiple times If a directive is repeated multiple times with different arguments each time, you can represent it as an array of arrays. This example using

Re: mod_perl segfault

2001-02-17 Thread Stas Bekman
On Sat, 17 Feb 2001, Christopher L. Everett wrote: Doug MacEachern wrote: snipped ... it would probably be worth your while to try 5.6.1-trial1. Where does one download that? I have those in my logs, one more bug to kill. Someday, I'll go 24 hours without adding to my error logs,

Re: Perl section woe

2001-02-17 Thread Jie Gao
On Sat, 17 Feb 2001, Erdmut Pfeifer wrote: On Sat, Feb 17, 2001 at 08:56:40PM +1100, Jie Gao wrote: %LocationMatch = ( '^/(myscript|cgi-bin)/' = { 'AuthName' = 'Elephant', 'AuthType' = 'Animals', 'AuthDBMUserFile' = '/mydir/userdbm',

Error installing URI module

2001-02-17 Thread Paul H Hartzler
I am trying to install several modules using CPAN. I am having trouble with URI... I get an error on heuristic test 6 when I try to install URI or the Bundle::LWP (which installs URI). How do I correct this error? I'm new to mod_perl and would like to figure out what test is failing and why.

Re: Error installing URI module

2001-02-17 Thread Stas Bekman
I am trying to install several modules using CPAN. I am having trouble with URI... well, this is wrong forum to ask this question. Under mod_perl we usually use Apache::URI and not URI, since the former is implemented in C and therefore it's faster. However, since this question is quite

RE: General Question

2001-02-17 Thread S Muthu Ganesh
Hi, Is this the thing you want? (otherwise please describe your problem more elaborately.) print "Content-Type: text/html\n\n"; print "html message here"; print "IMG SRC='images.gif'\n"; print "html message here"; Bye Muthu S Ganesh -Original Message-From: [EMAIL

httpd takes 86 MB memory

2001-02-17 Thread Philip Mak
Recently, my machine got an upgrade from 128 MB RAM to 386 MB RAM. The modperl enabled httpd process used to take up less than 10 MB each. But now, after the memory upgrade it is suddenly taking up 86 MB. Here is an excerpt from "top" (sorted by memory usage): PID USER PRI NI SIZE RSS