request.t

2000-04-01 Thread Rick Myers
modules/perlrun.ok modules/psections...ok modules/request.Modification of a read-only value attempted at modules/reque st.t line 128. modules/request.dubious

Re: [OT] (just a bit) CPAN upgrade auto installation of 5.6

2000-04-01 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 5:21 PM -0800 3/31/00, mark warren bracher wrote: >Bernhard Graf wrote: >> [EMAIL PROTECTED] wrote: >> > Just want to gripe and warn others about the fact that if you elect to >> > upgrade CPAN.pm it also installs perl 5.6 >> > >> > Don't go a

Re: installing with apache

2000-04-01 Thread Buddy Lee Haystack
Have you had a chance to look over the excellent documentation located at [http://perl.apache.org/guide/install.html]? R Joseph Wright wrote: > > On Fri, 31 Mar 2000, Doug MacEachern wrote: > > > > After having compiled mod_perl and apache together, shouldn't mod_perl be > > > enabled in httpd

Re: installing with apache

2000-04-01 Thread R Joseph Wright
On Fri, 31 Mar 2000, Doug MacEachern wrote: > > After having compiled mod_perl and apache together, shouldn't mod_perl be > > enabled in httpd.conf? It isn't. Have I done things correctly? > > no, you need to add the mod_perl configuration to httpd.conf yourself. Then here is part II of the q

recipe for Apache/mod_{perl,ssl}/php

2000-04-01 Thread Gregory
If someone would be so kind as to share their recipe for Apache/mod_{perl,ssl}/php. I have been trying to get this configured on RedHat 6.2 with no luck. This is what i used first; #configure mod_ssl % cd mod_ssl-2.6.2-1.3.12 % ./configure --with-apache=../apache_1.3.12 #initial configure ap

Re: Help! Need correct order to build/install

2000-04-01 Thread Matt Carothers
On Fri, 31 Mar 2000, Drew Schatt wrote: > I need to run mod_ssl, mod_perl, php, and mod_rewrite. ... > The order I've been trying to use is, I go into the php folder, IIRC, last time I mixed these three I started with mod_ssl. 1) configure and make install in the ssl directory 2) configure i

Re: Help! Need correct order to build/install

2000-04-01 Thread James G Smith
Drew Schatt <[EMAIL PROTECTED]> wrote: >Hi everyone- > I recently upgraded to Solaris 8, and I am using gcc as my >compiler. I removed the perl that came with the os, and recompiled >perl_5.6.0 and installed it. I need to run mod_ssl, mod_perl, php, and >mod_rewrite. (I use Apache 1.3.12).

Re: [RFC] holding a mod_perl conference

2000-04-01 Thread Nathan Torkington
Gunther Birznieks writes: > Of course that brings us to the question as to whether OReilly Perl > conference is really giving people the depth in what seems to be an > increasingly popular reason for using Perl: mod_perl. If you want to > do a tightly focused Apache::Mod_perl conference, then, I w

Segfault on DBI->Connect

2000-04-01 Thread Valter Mazzola
i've a mod_perl script that connect to a mysql db, but sometimes it segfault on DBI->connect. i'm using Apache::Registry & Apache::DBI for persistend db connection, use strict and the script it's a package. i've read the docs but probably i'm missing something. The persistent DBI connection is

Re: [RFC] holding a mod_perl conference

2000-04-01 Thread Gunther Birznieks
[EMAIL PROTECTED] wrote: > Gunthar, > > Previous to reading your post I thought I was the least qualified to > comment on the conference . . . > :) I do think everyone is qualified on this list to say what they would like out of a conference that involves mod_perl. > > Personally, a tightly f

Re: HTTP_USER_AGENT

2000-04-01 Thread Jeff D. 'Spud (Zeppelin)' Almeida
On Fri, 31 Mar 2000, Jason Murphy wrote: > I remember that SlashCode (The ModPerl scripts that run Slashdot.org) has a > big listing of HTTP_USER_AGENT's in it. You might want to head over to > www.slashcode.com and get SlashCode and find it in there. Its a small > download. I still think that's

Help! Need correct order to build/install

2000-04-01 Thread Drew Schatt
Hi everyone- I recently upgraded to Solaris 8, and I am using gcc as my compiler. I removed the perl that came with the os, and recompiled perl_5.6.0 and installed it. I need to run mod_ssl, mod_perl, php, and mod_rewrite. (I use Apache 1.3.12). Using mod_ssl-2.6.2-1.3.12, php-3.