Re: [ANNOUNCE] Apache::Session 1.50 has been released - Oracle

2000-05-27 Thread James Olsen
On 11:48 AM 5/26/00 -0700, Jeffrey W. Baker said: >On Fri, 26 May 2000, William Deegan wrote: > > > Does this new release mean I connot use Oracle as the backing store? > >Were you using it before? If so, it was purely accidental that it >worked. I am working on an Oracle backing store right now

Configuring Apache with sections - how to do custom access log?

2000-05-03 Thread James Olsen
Hello everyone, I have quite a few virtual hosts on my Apache server. I'm trying to implement their configuration in PERL sections instead of the current method bunch of directives. I use the "combined" transfer log, previously defined like this: TransferLog /path/to/logcombi

mod_perl httpd binary suddenly stops working

2000-05-01 Thread James Olsen
Hello, I have a mod_perl/apache binary and configuration file that I've been using successfully since October of last year. Last week I ran out of disk space (and might possibly have had the server flake out over the CPU overheating). Everything appears to be running smoothly now with a large

IGNORE: modules/ssi...FAILED before any test output arrived

2000-04-28 Thread James Olsen
Hello, Sorry, I missed the line in the output stating DSO and PERLSSI don't play nice together. I should have paid more attention. My apologies. --James

HELP: modules/ssi...FAILED before any test output arrived

2000-04-28 Thread James Olsen
Hello, I'm trying to compile Apache 1.3.12 and mod_perl 1.23 against perl 5.005_02 I'm using this to build mod_perl/Apache: perl Makefile.PL USE_APACI=1 \ EVERYTHING=1 \ APACHE_PREFIX=$PREFIX \ APACHE_SRC=$APACHE/src \ DO_HTTPD