wheris @INC defined ?

2001-03-06 Thread Henri Delebecque
hello, I'm a mod_perl newbie, trying to install it on an apache server on a Digital-Unix platform. I have succeded, with problems, to make a mod_perl lib. Unfortunately, when I launch the apache server, it fails with an error message telling that it can't locate Apache.pm in @INC. More strangely

mod_perl, Apache:DB and emacs

2001-03-06 Thread Joe Brenner
I was just playing around a bit with running the perl debugger with mod_perl, as described in the guide: http://perl.apache.org/guide/debug.html#Interactive_mod_perl_Debugging And while I see that there's a tweak described to use ptkdb.pm, I don't see any information on how to get it to use

Re: Apache processes not dying

2001-03-06 Thread Chris Allen
On Tue, Mar 06, 2001 at 10:43:03AM +0800, Stas Bekman wrote: > > Problem is, that Apache seems to ignore these processes and start new ones > > without killing them - so I end up with *hundreds* of http processes with > > the machine swapping like crazy. > > http://perl.apache.org/guide/debug.htm

Re: mod_perl startup sequence?

2001-03-06 Thread Paul Cotter
Title: mod_perl startup sequence? From: Drew Wilson To: [EMAIL PROTECTED] Sent: Monday, 05 March, 2001 08:24 PM Subject: mod_perl startup sequence? I'm confused about when mod_perl loads Perl Modules. It appears my perl module gets loaded twice: once when the log writes to st

RE: Make test hangs on httpdconf

2001-03-06 Thread John Walker
> -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 05, 2001 11:28 PM > To: John Walker > Cc: '[EMAIL PROTECTED]' > Subject: Re: Make test hangs on httpdconf > > > On Mon, 5 Mar 2001, John Walker wrote: > > > Apache 1.3.19 / Mod_perl-1.25 on Linux 2

DBD-oracle works but not from Mod-perl

2001-03-06 Thread Jay Strauss
Hi mod_perl, I have a problem, I've installed DBI & DBD-Oracle. I have read and searched all over for an answer and have only found one message with the same problem (but no reply). It all works fine from a regular perl script (i.e. I can connect and query fine). But when I try to do if from Mo

RE: DBD-oracle works but not from Mod-perl

2001-03-06 Thread Geoffrey Young
> -Original Message- > From: Jay Strauss [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 06, 2001 9:03 AM > To: [EMAIL PROTECTED] > Subject: DBD-oracle works but not from Mod-perl > > > Hi mod_perl, > > I have a problem, I've installed DBI & DBD-Oracle. I have > read and searched

RE: Make test hangs on httpdconf

2001-03-06 Thread Stas Bekman
> Actually, it seems I've screwed things up worse than that. I hadn't tried > this previously, but the test still hangs at this point. I have left it > going for 20 minutes before killing, just to be on the safe side. The above > suggestion produces the same results. I have included some listings

Re: DBD-oracle works but not from Mod-perl

2001-03-06 Thread Jay Strauss
Not finding libclntsh.so.1.0 isn't my problem. Editing the Makefile.PL and setting LD_RUN_PATH=(oracle_home)/lib took care of that. I don't have the ORA_OCI.al file anywhere on my system Thanks Jay - Original Message - From: "Geoffrey Young" <[EMAIL PROTECTED]> To: "'Jay Strauss'" <[EMA

RE: DBD-oracle works but not from Mod-perl

2001-03-06 Thread Geoffrey Young
> -Original Message- > From: Jay Strauss [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 06, 2001 10:07 AM > To: Geoffrey Young; [EMAIL PROTECTED] > Subject: Re: DBD-oracle works but not from Mod-perl > > > Not finding libclntsh.so.1.0 isn't my problem. Editing the > Makefile.PL an

Forbidden access

2001-03-06 Thread Wang, Pin-Chieh
Hi, I build Apache_1.3.14 with mod_perl-1.25 on RedHat Linux 7.0 with DSO. Initially both server-status and server-info works fine, but some how both of these pages denied my display request.(403 Forbidden ) I have checked httpd.conf where I have SetHandler server-status Order deny,allow Deny f

Re: Forbidden access

2001-03-06 Thread ___cliff rayman___
"Wang, Pin-Chieh" wrote: > Hi, > > I build Apache_1.3.14 with mod_perl-1.25 on RedHat Linux 7.0 with DSO. > Initially both server-status and server-info works fine, but some how both > of these pages denied my display request.(403 Forbidden ) > > I have checked httpd.conf where I have > > SetHan

Re: Forbidden access

2001-03-06 Thread Sean C. Brady
Hi. Looks like maybe a syntax error look below: "Wang, Pin-Chieh" wrote: > Hi, > > I build Apache_1.3.14 with mod_perl-1.25 on RedHat Linux 7.0 with DSO. > Initially both server-status and server-info works fine, but some how both > of these pages denied my display request.(403 Forbidden )

Re: wheris @INC defined ?

2001-03-06 Thread ___cliff rayman___
i believe it is originally defined at compile time. do a: perl -V and it will show you the compiled in perl lib locations.. you can place this at the top of your code b4 the other use directives: use lib "/u/richm/QXZ-OSF/nsPerl5.005_03/lib/alpha-dec-osf.../webmaster/apache_1.3.19"; and it will

RE: Dynamic loading of development libraries

2001-03-06 Thread Rob Bloodgood
> I'm currently a developer for an on-line publication using Apache / > mod_perl / Mason. We currently have about six developers working on the > project and I have been running into problems with concurrent work on the > Perl libraries that power our site. Just a few days ago, somebody suggeste

Re: wheris @INC defined ?

2001-03-06 Thread Karl M. Hegbloom
> "Henri" == Henri Delebecque <[EMAIL PROTECTED]> writes: Henri> I'm a mod_perl newbie, trying to install it on an apache server Henri> on a Digital-Unix platform. Henri> I have succeded, with problems, to make a mod_perl lib. Henri> Unfortunately, when I launch the apache se

RE: Forbidden access

2001-03-06 Thread Wang, Pin-Chieh
Sorry about my typo in the mail, the actual command in http.conf is "Allow from .mydomain.com" PC "Wang, Pin-Chieh" wrote: > Hi, > > I build Apache_1.3.14 with mod_perl-1.25 on RedHat Linux 7.0 with DSO. > Initially both server-status and server-info works fine, but some how both > of these pa

Accessin g the value of AuthGroupFile?

2001-03-06 Thread O'Shea. Shawn
I'm working on making some mods to an Apache::Authen* module, and I'd like to e able to look at the value the user has set AuthGroupFile to, but being pretty new to the whole mod_perl thing am unsure where I can get that from. Any help is appreciated. Thanks, -Shawn ---

Apache::SpeedLimit

2001-03-06 Thread Daniel
Hi, I'm having a bit of trouble using Apache::Speedlimit Slightly modified to use Cookie for the $id: my $id = "$ip:$agent:$usertrack"; After running for about 5 minutes the handler dies with the following in the logfile: [Tue Mar 6 17:32:07 2001] [error] [Tue Mar 6 17:32:07 2001] null:

Re: Forbidden access

2001-03-06 Thread Stas Bekman
On Tue, 6 Mar 2001, Wang, Pin-Chieh wrote: > Hi, > > I build Apache_1.3.14 with mod_perl-1.25 on RedHat Linux 7.0 with DSO. > Initially both server-status and server-info works fine, but some how both > of these pages denied my display request.(403 Forbidden ) > > I have checked httpd.conf where

Re: Forbidden access

2001-03-06 Thread Daniel
Also there's a typo: >> Allow frpm .mydomain.com Should be: >> Allow from .mydomain.com Stas Bekman wrote: > On Tue, 6 Mar 2001, Wang, Pin-Chieh wrote: > > >> Hi, >> >> I build Apache_1.3.14 with mod_perl-1.25 on RedHat Linux 7.0 with DSO. >> Initially both server-status and server-inf

Re: Forbidden access

2001-03-06 Thread Stas Bekman
On Tue, 6 Mar 2001, Daniel wrote: > Also there's a typo: > > >> Allow frpm .mydomain.com > > Should be: > > >> Allow from .mydomain.com It has been confirmed by the original author that the typo was only in the email sample. ___