publicity for modperl-friendly webring package

2001-08-31 Thread Rod Butcher
All you webmasters out there - Gunnar Hjalmarsson has upgraded his (full-featured yet free opensource) webring maintenance package Ringlink to run under mod_perl (via Apache::Registry), and I can report it runs well on Win32. You can get it at http://www.ringlink.org/ regards, Rod

Children exiting with Segmentation Fault

2001-08-31 Thread Brian Cocks
I've been getting this error... [Thu Aug 30 17:32:54 2001] [notice] child pid 24891 exit signal Segmentation Fault (11) on just about any request. Not consistently though. I ran Apache in single server mode using Apache::DB and here is what is happening...

cc=gcc

2001-08-31 Thread Jennya Dobreva
Hello all, I haven't installed the optional packages of cc in my machine. Does somebody knows how can I replace all references for cc with gcc? If I use make CC=gcc or alias of the cc that doesn't work long time. That means I have to change some files, but I am not on clear which of them.

Re: cc=gcc

2001-08-31 Thread Tom Allen
Jennya Dobreva wrote: Hello all, I haven't installed the optional packages of cc in my machine. Does somebody knows how can I replace all references for cc with gcc? If I use make CC=gcc or alias of the cc that doesn't work long time. That means I have to change some files, but I am

RE: Compile problem w/ mod_perl-1.26 apache_1.3.20

2001-08-31 Thread Rob Bloodgood
cp apaci/perl_config ../apache_1.3.20/src/modules/perl/perl_config ^^ the file is copied all right [snip] Creating Makefile Creating Configuration.apaci in src + id: mod_perl/1.26 + id: Perl/v5.6.0 (linux)

Broken Configuration module on new installation

2001-08-31 Thread Keith Anderson
Howdy all - I've been trying to install apache-1.3.20/mod_perl-1.26 along with a whole pile of custom modules I use. I have no less than eight other installations running this same configuration (although the reference platform is apache-1.3.19/mod_perl-1.25) and none of them have this

IPC::Shareable, or, it's supposed to SHARE it, not make more!

2001-08-31 Thread Rob Bloodgood
So, once upon a time, I bought the Eagle and realized I had purchased a small slice of heaven. One of the shiny golden nuggets I received from said slice was a shared memory cache. It was simple, it was elegant, it was perfect. It was also based on IPC::Shareable. GREAT idea. BAD juju. The

ErrorDocument + Apache request tracing

2001-08-31 Thread princepawn
1 - I am at a part of my code in which I am returning values from Apache::Constant: } else { warn 'auth-required'; # return NOT_FOUND; # return FORBIDDEN; return AUTH_REQUIRED; I know that this is working because in each case of returning the commented out lines,

Re: IPC::Shareable, or, it's supposed to SHARE it, not make more!

2001-08-31 Thread Perrin Harkins
One of the shiny golden nuggets I received from said slice was a shared memory cache. It was simple, it was elegant, it was perfect. It was also based on IPC::Shareable. GREAT idea. BAD juju. Just use Cache::Cache. It's faster and easier. - Perrin

Re: AxKit configuration question

2001-08-31 Thread Ed Loehr
Ed Loehr wrote: I'm attempting to install AxKit 1.4 (and 10 or so other pre-requisite modules) on my modperl/modssl server, and I'm trying to get the ultra-basic AxKit manpage example to work ('perldoc AxKit'). The first sign of trouble has arisen: httpd silently exits immediately after

a bug [?] with mod_perl Perl directive

2001-08-31 Thread clayton cottingham
hey all i was beating my hed against this i thought i should post all these modules load up and work fine if i use the old location directive way but thats tedious! i thought hey use the perl directive! fine it works great but i couldn't fiqure out why all the modules would load but not

AxKit configuration question

2001-08-31 Thread Ed Loehr
Hi All, I'm attempting to install AxKit 1.4 (and 10 or so other pre-requisite modules) on my modperl/modssl server, and I'm trying to get the ultra-basic AxKit manpage example to work ('perldoc AxKit'). The first sign of trouble has arisen: httpd silently exits immediately after startup once

Re: AxKit configuration question

2001-08-31 Thread Randy Kobes
On Fri, 31 Aug 2001, Ed Loehr wrote: More data: there is no core file created, and the mere presence of this one line in my httpd.conf ... PerlModule AxKit ...with no other AxKit directives anywhere, causes httpd to exit shortly ( 1 sec) after starting. I hacked AxKit.pm to verify

Re: AxKit configuration question

2001-08-31 Thread Ed Loehr
Randy Kobes wrote: On Fri, 31 Aug 2001, Ed Loehr wrote: More data: there is no core file created, and the mere presence of this one line in my httpd.conf ... PerlModule AxKit ...with no other AxKit directives anywhere, causes httpd to exit shortly ( 1 sec) after