Re: problem connecting to oracle with DBD-Oracle-1.06/DBI-1.14 with Perl version v5.6.0 for Apache/1.3.12 (Unix) mod_perl/1.24 mod_ssl/2.6.6 OpenSSL/0.9.5a

2000-10-26 Thread HotMail: Bill
Yup that solved... that error message.. now I get  ORA-06401 (DBD ERROR: OCIServerAttach)   -Bill - Original Message - From: Kailashnath V Rampure To: HotMail: Bill ; HotMail: Bill ; [EMAIL PROTECTED] Sent: Friday, October 27, 2000 3:52 AM Subject: Re: problem

Re: sending Apache::ASP output to a variable?

2000-10-26 Thread Les Mikesell
- Original Message - From: "Jeff Ng" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 26, 2000 12:07 PM Subject: sending Apache::ASP output to a variable? > I would like to Apache::ASP to parse pages in an existing mod_perl > environment. Ideally, I could set headers

Re: Apache::ASP + Apache::Filter - how fast? (was:sending Apache::ASPoutput to a variable?)

2000-10-26 Thread Joshua Chamas
Jeff Ng wrote: > > Thanks Ged. I started down that path, but found that Apache::Filter > combined with Apache::ASP basically does the job I need. There are a few > limitations, but it should be good enough. The only remaining concern is > speed. > > Does anyone have experience with this setup

Re: Replacing Authen & Authz handlers

2000-10-26 Thread Tim Tompkins
Did you set an AuthUserFile for apache? Thanks, Tim Tompkins -- Programmer / Staff Engineer http://www.arttoday.com/ -- - Original Message - From: "Bill Moseley" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

here is the best one

2000-10-26 Thread Dave Reinhardt
http://stream1.iims.intelonline.com/ViewWeb/PremiereRadio/File/102400bush2.asx

Replacing Authen & Authz handlers

2000-10-26 Thread Bill Moseley
I've got Authen and Authz protecting an entire site: PerlAuthenHandler My::Authen PerlAuthzHandler My::Authz AuthType Basic AuthName Test require valid-user I'd like to have one directory that uses Apache's built-in Basic Authentication, but I'm having

check this out...

2000-10-26 Thread Dave Reinhardt
http://stream1.iims.intelonline.com/ViewWeb/PremiereRadio/File/102400bush1.asx Dave

Apache::ASP + Apache::Filter - how fast? (was:sending Apache::ASP output to a variable?)

2000-10-26 Thread Jeff Ng
Thanks Ged. I started down that path, but found that Apache::Filter combined with Apache::ASP basically does the job I need. There are a few limitations, but it should be good enough. The only remaining concern is speed. Does anyone have experience with this setup? Thanks. Jeff. > > it app

server errors upon script editing?

2000-10-26 Thread E.S.
Hi all... I've got a bunch of scripts which all rely on some shared library code which I've written, and the whole thing is running under Apache::Registry... Sometimes, when I make a change to one of the scripts and then hit reload in order to test it, the server comes back with an internal serve

Removing entries from @INC?

2000-10-26 Thread Eamon Daly
We've just started using StatINC on our staging server, and it's slowed things down quite a bit, true to the docs. I've been trying to pare down @INC with little success. My startup.pl script begins: BEGIN: { use Apache (); no lib qw(:ALL '/web/home/apache/'

RE: Authenticated Sessions, Performance

2000-10-26 Thread Wilt, Paul
That pathname should be www.modperl.com not www.modperl.org! Paul E Wilt Principal Software Engineer XanEdu, Inc. ( a division of Bell+Howell Information&Learning) http://www.XanEdu.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 300 Nor

Re: Rapid prototyping and mirroring

2000-10-26 Thread T.J. Mather
> Also - I am sure I have read posts about text-search > capabilities. However when I visited the apache/modperl modules page, I > was unable to find any modules to assist in text-searches. DBIx::FullTextSearch http://search.cpan.org/search?dist=DBIx-FullTextSearch Perl module uses MySQL datab

Re: Sticking Environment with Apache::ASP

2000-10-26 Thread Joshua Chamas
Brian Wheeler wrote: > > I'm having trouble with using $Request->ServerVariables() in Apache::ASP. > After 6 requests (always), the last requested page gets returned, regardless > of what is actually being passed. I'm using PATH_INFO to pass information. > Coincedentally (or is it?) there are 6

Apache::Filter problem? [was: Re: Sticking Environment with Apache::ASP] SOLVED!

2000-10-26 Thread Brian Wheeler
> > > > > Hi there, > > > > On Thu, 26 Oct 2000, Brian Wheeler wrote: > > > > > I'm having trouble with using $Request->ServerVariables() in Apache::ASP. > > > After 6 requests (always), the last requested page gets returned, regardless > > > of what is actually being passed. I'm using PATH_I

Re: sending Apache::ASP output to a variable?

2000-10-26 Thread Joshua Chamas
Jeff Ng wrote: > > I would like to Apache::ASP to parse pages in an existing mod_perl > environment. Ideally, I could set headers with mod_perl, then use > Apache::ASP to parse templates which I can arbitrarily combine. It seems > that using Apache::ASP forces me to do most of my coding in the

Re: [ RFC ] New Module Apache::SessionManager

2000-10-26 Thread Matt Sergeant
On Wed, 25 Oct 2000, Gerald Richter wrote: > I have three anonations: > > 1.) > > $r->header_out(Location => $r->uri()); > > Also this code works with most browsers it doesn't conform to the HTTP > specs. A location header must include a host part. Shouldn't be to hard add > something like >

Re: Connection Pooling / TP Monitor

2000-10-26 Thread Matt Sergeant
On Tue, 24 Oct 2000, Jeff Horn wrote: > However, I am also aware of a _major_ ISP that implements their email > system using a _major_ RDBMS that has had problems that are best > solved via connection pooling. Essentially, the time it takes them to > search through all the cached connections is

Re: Rapid prototyping and mirroring

2000-10-26 Thread Dave Rolsky
On Thu, 26 Oct 2000, John Marquart wrote: > the possibility of multiple mirror sites around the world. Is there a > apache/mod_perl module that enables this? (i.e. an end-user add content > at one sight, and upon committing it, it propogates to the other mirror > sites?) Or am I just ficticiou

Rapid prototyping and mirroring

2000-10-26 Thread John Marquart
Hello, At various points in time I have seen ppl mention combinations of moudles that they use for content delivery. I have often seen combinations of AxKit and Mason being praised. Both of these seem to revolve around rapid prototyping and content delivery in a consistent (and hopefulyl

Re: problem connecting to oracle with DBD-Oracle-1.06/DBI-1.14 with Perl version v5.6.0 for Apache/1.3.12 (Unix) mod_perl/1.24 mod_ssl/2.6.6 OpenSSL/0.9.5a

2000-10-26 Thread Kailashnath V Rampure
I had a problem connectingto DB using CGI scripts, but it was working fine manual connections. So we had to add line “$ORACLE_HOME/lib “ in the file /etc/ld.so.conf and run command "ldconfig" Here Please replace $ORACLE_HOME with absolute path. Hope this solves the problem. Regards Kailas The l

Re: sending Apache::ASP output to a variable?

2000-10-26 Thread G.W. Haywood
Hi there, On Thu, 26 Oct 2000, Jeff Ng wrote: > it appears that the output of Apache::ASP goes directly to > stdout. Is there a way to use Apache::ASP as part of a normal mod_perl > module, then capture the output to a variable? Have a look at sub PRINT and sub PRINTF in ASP.pm, I'm sure you c

Re: Authenticated Sessions, Performance

2000-10-26 Thread Joe Schaefer
"Marinos J. Yannikos" <[EMAIL PROTECTED]> writes: > Hi! > > I need to implement user authentication / session management for a > relatively busy web site and I have observed the following: > > 1) one database query per visited page is out of the question, at this time > we can't afford the hard

Re: ApacheCon 2000

2000-10-26 Thread Stas Bekman
> As a relative newbie to the whole Apache/mod_perl world (just 7 months !) I > wasn't sure what to expect from the conference. > > I have to report that it was fantastic. The enthusiasm of everyone > involved and their openness was just amazing to someone used to > closed-sourc

sending Apache::ASP output to a variable?

2000-10-26 Thread Jeff Ng
I would like to Apache::ASP to parse pages in an existing mod_perl environment. Ideally, I could set headers with mod_perl, then use Apache::ASP to parse templates which I can arbitrarily combine. It seems that using Apache::ASP forces me to do most of my coding in the perlscript whereas I would

Re: Resurrection of startup SIGSEGV with latest CVS snapshot?

2000-10-26 Thread Bruce W. Hoylman
> "Doug" == Doug MacEachern <[EMAIL PROTECTED]> writes: Doug> On Tue, 3 Oct 2000, Bruce W. Hoylman wrote: >> >> Hello, Doug -- >> >> Thanks for the reply. >> >> I have already applied this patch. The backtrace I provided was >> producted by an httpd executable

Re: Wild Proposal :)

2000-10-26 Thread Marinos J. Yannikos
> OBJECTIVE [...] Interesting idea, I'm sure that many others have at least thought once or twice about the benefits of such a system. I would find it very useful. > - Perlet::Java::Servlet : Mechanism to communicate with Java Servlets There is an Apache::Servlet module, which apparently hasn't

ApacheCon 2000

2000-10-26 Thread Simon_Wilcox
As a relative newbie to the whole Apache/mod_perl world (just 7 months !) I wasn't sure what to expect from the conference. I have to report that it was fantastic. The enthusiasm of everyone involved and their openness was just amazing to someone used to closed-source software.

Apache::Filter problem? [was: Re: Sticking Environment with Apache::ASP]

2000-10-26 Thread Brian Wheeler
> > Hi there, > > On Thu, 26 Oct 2000, Brian Wheeler wrote: > > > I'm having trouble with using $Request->ServerVariables() in Apache::ASP. > > After 6 requests (always), the last requested page gets returned, regardless > > of what is actually being passed. I'm using PATH_INFO to pass informa

Re: problem connecting to oracle with DBD-Oracle-1.06/DBI-1.14 with Perl version v5.6.0 for Apache/1.3.12 (Unix) mod_perl/1.24 mod_ssl/2.6.6 OpenSSL/0.9.5a

2000-10-26 Thread HotMail: Bill
redhat linux 6.2 - Original Message - From: "Richard Routh/Tampa/IBM" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 27, 2000 12:47 AM Subject: Re: problem connecting to oracle with DBD-Oracle-1.06/DBI-1.14 with Perl version v5.6.0 for Apache/1.3.12 (Unix) mod_perl/1.24

Re: problem connecting to oracle with DBD-Oracle-1.06/DBI-1.14 with Perl version v5.6.0 for Apache/1.3.12 (Unix) mod_perl/1.24 mod_ssl/2.6.6 OpenSSL/0.9.5a

2000-10-26 Thread HotMail: Bill
Oops correction to below: should read ORA-12154 ORA-12154 (DBD ERROR: OCIServerAttach) - Original Message - From: "HotMail: Bill" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 27, 2000 12:28 AM Subject: problem connecting to oracle with DBD-Oracle-1.06/DBI-1.14 with P

Re: Sticking Environment with Apache::ASP

2000-10-26 Thread G.W. Haywood
Hi there, On Thu, 26 Oct 2000, Brian Wheeler wrote: > I'm having trouble with using $Request->ServerVariables() in Apache::ASP. > After 6 requests (always), the last requested page gets returned, regardless > of what is actually being passed. I'm using PATH_INFO to pass information. > Coinceden

Re: problem connecting to oracle with DBD-Oracle-1.06/DBI-1.14 with Perlversion v5.6.0 for Apache/1.3.12 (Unix) mod_perl/1.24 mod_ssl/2.6.6OpenSSL/0.9.5a

2000-10-26 Thread Richard Routh/Tampa/IBM
What version/variety of UNIX? If I can clarify this for anyone please respond and I will gladly review this. Mit Freundlichen Grüssen/Kind Regards/Met Vreundlijke Groet, Richard Routh ABS - Network Capacity, Performance and Tuning Vox: 863-965-7773 Fax: 209-882-9276 Email: [EMAIL PROTECTED]

RE: problem connecting to oracle with DBD-Oracle-1.06/DBI-1.14 with Perl version v5.6.0 for Apache/1.3.12 (Unix) mod_perl/1.24 mod_ssl/2.6.6 OpenSSL/0.9.5a

2000-10-26 Thread David Harris
HotMail: Bill [mailto:[EMAIL PROTECTED]] wrote: > I've got a system running the following: > > Perl version v5.6.0 for Apache/1.3.12 (Unix) mod_perl/1.24 mod_ssl/2.6.6 > OpenSSL/0.9.5a > > If I run the cgi scripts from command line they connect to the oracle > database just fine. > > If I run the

Re: problem connecting to oracle with DBD-Oracle-1.06/DBI-1.14 with Perl version v5.6.0 for Apache/1.3.12 (Unix) mod_perl/1.24 mod_ssl/2.6.6 OpenSSL/0.9.5a

2000-10-26 Thread Alexander Farber (EED)
HotMail: Bill wrote: > If I run the cgi scripts from command line they connect to the oracle > database just fine. > > If I run them under the webserver (apache::registry), the cannot connect to > the database. > ORA-12054 error. > > Has anyone seen this before or have an idea on how to track do

problem connecting to oracle with DBD-Oracle-1.06/DBI-1.14 with Perl version v5.6.0 for Apache/1.3.12 (Unix) mod_perl/1.24 mod_ssl/2.6.6 OpenSSL/0.9.5a

2000-10-26 Thread HotMail: Bill
I've got a system running the following: Perl version v5.6.0 for Apache/1.3.12 (Unix) mod_perl/1.24 mod_ssl/2.6.6 OpenSSL/0.9.5a If I run the cgi scripts from command line they connect to the oracle database just fine. If I run them under the webserver (apache::registry), the cannot connect to

Sticking Environment with Apache::ASP

2000-10-26 Thread Brian Wheeler
I'm having trouble with using $Request->ServerVariables() in Apache::ASP. After 6 requests (always), the last requested page gets returned, regardless of what is actually being passed. I'm using PATH_INFO to pass information. Coincedentally (or is it?) there are 6 httpd processes running. If I m

RE: Authorization handler & shared database handle

2000-10-26 Thread Geoffrey Young
> -Original Message- > From: John Russell [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 24, 2000 8:08 PM > To: [EMAIL PROTECTED] > Subject: Authorization handler & shared database handle > > > I'm using Apache::DBI, DBI and DBD::Oracle > > The database connection is made with on

Re: ApacheCon Sunday Pub Meet

2000-10-26 Thread Matthew Byng-Maddick
On Thu, 26 Oct 2000, Stas Bekman wrote: > On Fri, 20 Oct 2000, Doug MacEachern wrote: > > On Thu, 19 Oct 2000, Matt Sergeant wrote: > > > How about Harvey Floorbangers, from 7 till late. (erm, I think late might > > > still be 11pm for england *sigh*)... Except.. > Sorry folks I've missed th

Re: ApacheCon Sunday Pub Meet

2000-10-26 Thread Stas Bekman
On Fri, 20 Oct 2000, Doug MacEachern wrote: > On Thu, 19 Oct 2000, Matt Sergeant wrote: > > > How about Harvey Floorbangers, from 7 till late. (erm, I think late might > > still be 11pm for england *sigh*)... > > > > "With a name like Harvey Floorbangers you'd expect this to be a cheesy > > the

Re: imagemagick

2000-10-26 Thread Alexander Farber (EED)
[EMAIL PROTECTED] wrote: > open(FH, "> $filename"); Maybe: open(FH, "> $filename") or die "Can not write to $filename: $!"; > Error message: > [Wed Oct 25 16:36:17 2000] null: Warning 315: Bogus DQT index 9 > (/home/images/velvet/m6.jpg) at /www/lib/perl/Velvet/VelvetAdmin.p