Re: Confused

2002-09-23 Thread Josef
On Sun, Sep 22, 2002 at 10:33:36AM -0400, Rich DeSimone wrote: Hi I am just messing around with Perl DBI/Apache and I can't seem to understand this problem. Right now I am just trying to write a simple CGI perl script that just displays a mysql query. I am using this code...

Re: Confused

2002-09-23 Thread John Simpson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 22 September 2002 10:33, Rich DeSimone wrote: [Sat Sep 21 18:21:08 2002] [error] [client 10.0.0.2] Can't locate loadable object for module DBI in @INC (@INC contains: /usr/local/lib/perl5/5.8.0/i686-linux /usr/local/lib/perl5/5.8.0

Re: Confused

2002-09-23 Thread Rich DeSimone
, September 22, 2002 11:38 PM Subject: Re: Confused -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 22 September 2002 10:33, Rich DeSimone wrote: [Sat Sep 21 18:21:08 2002] [error] [client 10.0.0.2] Can't locate loadable object for module DBI in @INC (@INC contains: /usr/local/lib/perl5/5.8.0

Confused

2002-09-22 Thread Rich DeSimone
Hi I am just messing around with Perl DBI/Apache and I can't seem to understand this problem. Right now I am just trying to write a simple CGI perl script that just displays a mysql query. I am using this code... #!/usr/bin/perl -w use DBI;use CGI qw(fatalsToBrowser); print

Re: $r-path_info() getting confused

2002-09-07 Thread giorgos zervas
hi there, someone asked a similar question a while ago and here the answer that i gave them... i think it answers your question too. START apache uses a simple technique for determining the path_info. it starts at your document root and looks for the directory you specified in your

$r-path_info() getting confused

2002-08-21 Thread Fran Fabrizio
In my conf file, I have the following directives: Location /rms AuthType Apache::AuthCookieRMSDBI AuthName RMS PerlAuthenHandler Apache::AuthCookieRMSDBI-authenticate PerlAuthzHandler Apache::AuthCookieRMSDBI-authorize require valid-user /Location Location /rms/module

Re: $r-path_info() getting confused

2002-08-21 Thread Geoffrey Young
Fran Fabrizio wrote: In my conf file, I have the following directives: Location /rms AuthType Apache::AuthCookieRMSDBI AuthName RMS PerlAuthenHandler Apache::AuthCookieRMSDBI-authenticate PerlAuthzHandler Apache::AuthCookieRMSDBI-authorize require valid-user

Re: $r-path_info() getting confused

2002-08-21 Thread darren chamberlain
* Fran Fabrizio [EMAIL PROTECTED] [2002-08-21 11:03]: Location /rms /Location Location /rms/module /Location When I call the URL /rms/module/foo, and in RMS::Control::Module-handler I examine $r-path_info, I get as a value '/module/foo' rather than the expected '/foo'. If apache

[BUG] mod_perl confused about method calls when using internal_redirect

2002-01-29 Thread Philippe Troin
I've found that mod_perl can get confused when dealing with method calls during a redirect_internal phase: 1. page /1 uses method calls, and works when accessed as /1 2. an other page /R uses internal_redirect to go to /1, and mod_perl fails with an undefined subroutine error. This has

confused and need help

2002-01-12 Thread John Michael
Hi I wanted to update my apache and mod-perl install. I stated to do it and found that I needed the LWP module which requires some other modules first. I got allof them on untill I needed the libnet module. ALl of the other modules I installed by hand and having no problems until I needed

Re: confused and need help

2002-01-12 Thread Ged Haywood
Hi there, On Sat, 12 Jan 2002, John Michael wrote: I wanted to update my apache and mod-perl install. H. I take it you had a good reason for doing this? I stated to do it and [snip] usr/local/lib/perl5/5.6.1 I already have a version in usr/lib/perl5/5.6.0 Did it automatically

requre,use, modules, namespace...I'm confused...

2001-07-01 Thread swade
Hi, I've read the docs on traps in using require and use, etc in mod_perl...I'm confused heres what I'm trying to figure out... lets say I have 3 sites on 1 box. so I have /home/httpd/site1 /home/httpd/site2 /home/httpd/site3 each of them host the same scripts. so if my script

RE: requre,use, modules, namespace...I'm confused...

2001-07-01 Thread Wang Xingyu []
]] Sent: 2001Äê7ÔÂ2ÈÕ 13:18 To: [EMAIL PROTECTED] Subject: requre,use, modules, namespace...I'm confused... Hi, I've read the docs on traps in using require and use, etc in mod_perl...I'm confused heres what I'm trying to figure out... lets say I have 3 sites on 1 box. so I have /home/httpd