Errors in my scripts cause apache getting strange...

2003-09-12 Thread Anton Permyakov
Hi all, I use Apache 1.3.26, mod_perl 1 I use Apache directive ErrorDocument 500 /error500.html So, if any errors occure, my web-site inform it in nice form (showing page /error500.html). But suddenly i change something in my scripts and now, when error happens, Apache do not give me /error500

Re: Errors trying to port (old) mod_perl software

2003-08-22 Thread Stas Bekman
Harold Martin wrote: Hello, I'm trying to get some old mod_perl software (namely ProMP3 http://promp3.sourceforge.net/) to work under mod_perl2. It uses Apache::Constants, but it couldn't find that module (duh), so I too a stab in the dark and changed it to Apache::Const. When I try to run that I g

Errors trying to port (old) mod_perl software

2003-08-22 Thread Harold Martin
Hello, I'm trying to get some old mod_perl software (namely ProMP3 http://promp3.sourceforge.net/) to work under mod_perl2. It uses Apache::Constants, but it couldn't find that module (duh), so I too a stab in the dark and changed it to Apache::Const. When I try to run that I get the error: Can't l

Re: errors installing libapreq [RESOLVED]

2003-07-14 Thread Stas Bekman
Chris Devers wrote: Well, I rebuilt Apache/mod_perl, and it seemed to work. For those that hit the same error, the fix -- which I've saved as a script for future reference :) -- is as follows: * Install Apache/mod_perl: #!/bin/sh # chd.build.apachemodperl.sh perl=/sw/bin/perl modpe

Re: errors installing libapreq [RESOLVED]

2003-06-26 Thread Chris Devers
Well, I rebuilt Apache/mod_perl, and it seemed to work. For those that hit the same error, the fix -- which I've saved as a script for future reference :) -- is as follows: * Install Apache/mod_perl: #!/bin/sh # chd.build.apachemodperl.sh perl=/sw/bin/perl modperldir=/usr/src/mod

errors installing libapreq

2003-06-25 Thread Chris Devers
Apologies for the cross-posting, but I feel like I'm pulling the loose thread out of a sweater here, and it's getting annoying to see just far things can unravel. To avoid unnecessary cross-posting, feel free to reply to me directly &/or delete one or more of the lists I've cc'ed this to if you thi

Re: [mp2] make test errors

2003-04-03 Thread Stas Bekman
Paul Simon wrote: Is this something to be worried about? Or can I continue with make install? Please help. Probably not unless you use APR::PerlIO and APR::ThreadMutex, so you can go with 'make install'. However let's solve the problems nevertheless. Could you first install the latest cvs, so we

[mp2] make test errors

2003-04-03 Thread Paul Simon
Is this something to be worried about? Or can I continue with make install? Please help. System: FreeBSD 4.8-RELEASE Server version: Apache/2.0.45 I received the following summary from make test: Failed Test Stat Wstat Total Fail Failed List of Failed

Re: make errors with mod_perl-1.99_08 on aix 4.3.3 & 5.1

2003-03-26 Thread Stas Bekman
ied with Apache 2.0.43, got the above messages, so I got the most recent CVS version and still have the problem. Too bad, I guess my solution of using -berok to ignore the linking errors at ld time and resolving everything at run-time doesn't work everywhere, so I probably have to go back to the d

RE: make errors with mod_perl-1.99_08 on aix 4.3.3 & 5.1

2003-03-26 Thread Priest, Darryl - BALTO
Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 2:50 AM To: Justin Derrick Cc: Priest, Darryl - BALTO; '[EMAIL PROTECTED]' Subject: Re: make errors with mod_perl-1.99_08 on aix 4.3.3 & 5.1 I've applied some fixes for mod_perl to bui

Re: make errors with mod_perl-1.99_08 on aix 4.3.3 & 5.1

2003-03-23 Thread Stas Bekman
I've applied some fixes for mod_perl to build on aix. I could only test with aix 5.1 on powerpc. Please test that things work on other configurations. __ Stas BekmanJAm_pH --> Just Another mod_perl Hacker http://staso

Re: MP2 - New Install - Make Test Errors - Resolved

2003-03-23 Thread Stas Bekman
Chris Faust wrote: Thanks for the fixes Stas, I appear to be up and running now.. Just a FYI for reference, I updated the source via CVS and tried it again. That time around I didn't get the TestConfig error but I got pretty much all the same errors that I got on the first (non-cvs) build

RE: MP2 - New Install - Make Test Errors - Resolved

2003-03-23 Thread Chris Faust
Thanks for the fixes Stas, I appear to be up and running now.. Just a FYI for reference, I updated the source via CVS and tried it again. That time around I didn't get the TestConfig error but I got pretty much all the same errors that I got on the first (non-cvs) build where it couldn&#

Re: MP2 - New Install - Make Test Errors

2003-03-22 Thread Stas Bekman
Chris Faust wrote: Thanks Stas, I tried getting it via CVS and all those other problems went away but I have a new one.. "Can't locate Apache/TestConfig.pm" This happens right at the end of the "make" and the module is within @INC. Thanks Chris, this is now fixed in cvs. Please run 'cvs up' and tr

RE: MP2 - New Install - Make Test Errors

2003-03-22 Thread Chris Faust
rl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at /home/chris/cvs/modperl-2.0/lib/ModPerl/Code.pm line 9. I assume the rest of these errors are the result of "TestConfig" not being found. BEGIN failed--compilation aborted at /home/chris/cvs/modperl-2.0/lib/ModPerl/Code.pm line 9. Comp

MP2 - New Install - Make Test Errors

2003-03-22 Thread Chris Faust
I'm installing mod_perl for the 3rd time using pretty much the same config (machine, OS etc) as before but this time around I'm getting a lot of strange errors when I run "make test". Here is a bug report: http://tagteam.prevare.com/mp2bug.txt Here is the Error Log http:/

Re: MP2 - New Install - Make Test Errors

2003-03-21 Thread Stas Bekman
I'm installing mod_perl for the 3rd time using pretty much the same config (machine, OS etc) as before but this time around I'm getting a lot of strange errors when I run "make test". Can you please give it try with the latest cvs? Lost of problems were fixed since 99.08. ht

MP2 - New Install - Make Test Errors

2003-03-21 Thread Chris Faust
(sorry if this hits the list twice, I didn't use my registered email on the first note and I don't think it made it) I'm installing mod_perl for the 3rd time using pretty much the same config (machine, OS etc) as before but this time around I'm getting a lot of strange err

Re: cvs version make test errors

2003-03-20 Thread Stas Bekman
Jie Gao wrote: I got a version from cvs today and make test fails with: special_blocks.ok 5/12unable to find interp de76d477-58b9-0310-b94d-dd991812e62e Thanks Jie. Your bug report missing the mod_perl and apache information. You should have run t/REPORT to get this as explained here: http:/

Re: cvs version make test errors

2003-03-20 Thread Jie Gao
On Fri, 21 Mar 2003, Stas Bekman wrote: > Date: Fri, 21 Mar 2003 14:09:11 +1100 > From: Stas Bekman <[EMAIL PROTECTED]> > To: Jie Gao <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: cvs version make test errors > > Jie Gao wrote: > > Hi All, >

Re: cvs version make test errors

2003-03-20 Thread Stas Bekman
Jie Gao wrote: Hi All, I got a version from cvs today and make test fails with: special_blocks.ok 5/12unable to find interp de76d477-58b9-0310-b94d-dd991812e62e Thanks Jie. Your bug report missing the mod_perl and apache information. You should have run t/REPORT to get this as explained her

cvs version make test errors

2003-03-20 Thread Jie Gao
Hi All, I got a version from cvs today and make test fails with: protocol/echo_filter...ok protocol/eliza.skipped all skipped: cannot find module 'Chatbot::Eliza' All tests successful, 3 tests skipped. Files=115, Tests=610, 230 wallclock secs (115.33 cusr + 30.32 c

Re: DECLINE, ERRORs in the middle of hanlers stack

2003-03-08 Thread Stas Bekman
Ruslan U. Zakirov wrote: On Sat, 8 Mar 2003, Stas Bekman wrote: Ruslan U. Zakirov wrote: Hello All! "Stacked handlers" is a very useful technology, but as I think incomplete. I need some suggestions. My project split content handler in the few parts. And each handler send part of the reque

Re: DECLINE, ERRORs in the middle of hanlers stack

2003-03-07 Thread Stas Bekman
Ruslan U. Zakirov wrote: Hello All! "Stacked handlers" is a very useful technology, but as I think incomplete. I need some suggestions. My project split content handler in the few parts. And each handler send part of the requested page to user, but sometimes I must stop proccessing and retu

DECLINE, ERRORs in the middle of hanlers stack

2003-03-07 Thread Ruslan U. Zakirov
Hello All! "Stacked handlers" is a very useful technology, but as I think incomplete. I need some suggestions. My project split content handler in the few parts. And each handler send part of the requested page to user, but sometimes I must stop proccessing and return DECLINE, redirect user

Re: make errors with mod_perl-1.99_08 on aix 4.3.3

2003-03-06 Thread ODELL, TODD E (SWBT)
Hello, I've been following the thread on AIX4.3.3 and mod_perl1.99_08 from Darryl Priest. I've been trying to install the mod_perl and by following the thread I was able to get to the point below by touching ./src/modules/perl/mod_perl.exp. I wasn't able to find any mod_perl.exp that was generated

RE: make errors with mod_perl-1.99_08 on aix 4.3.3 & 5.1

2003-03-04 Thread Justin Derrick
I've been following this thread for a few days now, and I just thought that I'd mention that this compile problem appears to be the same on AIX 5.1 ML02 with C for AIX 6.0. I may be able to offer access to this system for one individual to assist in the process of debugging this, since it's be

RE: make errors with mod_perl-1.99_08 on aix 4.3.3

2003-03-03 Thread Priest, Darryl - BALTO
#> I got the new CVS version applied the patch and I got a bit further # #good, I've committed that patch. # #>, but #> it's still dying with: #> #> cd "src/modules/perl" && make -f Makefile.modperl #> rm -f mod_perl.so #> ld -bhalt:4 -bM:SRE #> -bI:/usr/local/perl5.8.0/li

Re: make errors with mod_perl-1.99_08 on aix 4.3.3

2003-02-28 Thread Stas Bekman
Priest, Darryl - BALTO wrote: I got the new CVS version applied the patch and I got a bit further good, I've committed that patch. , but it's still dying with: cd "src/modules/perl" && make -f Makefile.modperl rm -f mod_perl.so ld -bhalt:4 -bM:SRE -bI:/usr/local/perl5.8.0/l

RE: make errors with mod_perl-1.99_08 on aix 4.3.3

2003-02-28 Thread Priest, Darryl - BALTO
since they were missing. BASEEXT = mod_perl PERL_INC = /usr/local/perl5.8.0/lib/5.8.0/aix/CORE -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 7:24 PM Cc: Priest, Darryl - BALTO; '[EMAIL PROTECTED]' Subject: Re: make errors with mod

Re: make errors with mod_perl-1.99_08 on aix 4.3.3

2003-02-27 Thread Stas Bekman
Stas Bekman wrote: Priest, Darryl - BALTO wrote: Thanks for the quick response, additional information as requested is below. Cool, please let me know whether this patch solves the problem (you need to apply the patch: cd modperl-2.0 patch -p0 < patch_itself rebuild mod_perl from scratch oops

Re: make errors with mod_perl-1.99_08 on aix 4.3.3

2003-02-27 Thread Stas Bekman
Priest, Darryl - BALTO wrote: Thanks for the quick response, additional information as requested is below. Cool, please let me know whether this patch solves the problem (you need to apply the patch: cd modperl-2.0 patch -p0 < patch_itself rebuild mod_perl from scratch Index: lib/ModPerl/Code.pm

RE: make errors with mod_perl-1.99_08 on aix 4.3.3

2003-02-27 Thread Priest, Darryl - BALTO
Thanks for the quick response, additional information as requested is below. Priest, Darryl - BALTO wrote: > I'm getting the error below for every cc in the make: > > > "/usr/local/perl5.8.0/lib/5.8.0/aix/CORE/config.h", line 41.9: 1506-236 (W) > Macro name __attribute__ has been redefined. > "

Re: make errors with mod_perl-1.99_08 on aix 4.3.3

2003-02-26 Thread Stas Bekman
Priest, Darryl - BALTO wrote: I'm getting the error below for every cc in the make: "/usr/local/perl5.8.0/lib/5.8.0/aix/CORE/config.h", line 41.9: 1506-236 (W) Macro name __attribute__ has been redefined. "/usr/local/perl5.8.0/lib/5.8.0/aix/CORE/config.h", line 41.9: 1506-358 (I) "__attribute__" i

make errors with mod_perl-1.99_08 on aix 4.3.3

2003-02-26 Thread Priest, Darryl - BALTO
I'm getting the error below for every cc in the make: "/usr/local/perl5.8.0/lib/5.8.0/aix/CORE/config.h", line 41.9: 1506-236 (W) Macro name __attribute__ has been redefined. "/usr/local/perl5.8.0/lib/5.8.0/aix/CORE/config.h", line 41.9: 1506-358 (I) "__attribute__" is defined on line 28 of /usr/

[mp2] make test errors w/. threadmutex, push_handlers

2003-01-18 Thread Nick Tonkin
odperl-2.0. ## ## bug report -8<-- Start Bug Report 8<-- 1. Problem Description: make test errors 2. Used Components and their Configuration: *** using lib/Apache/BuildConfig.pm *** Makefile.PL options: MP_AP_PREFIX

Re: Errors after converting /cgi-bin to PerlRun

2002-11-10 Thread Stas Bekman
Frank Naude (FJ) wrote: Hi, I'm trying to convert my /cgi-bin directory to PerlRun as it only contain Perl scripts. However, after doing so, I get numerous errors like this: [Wed Nov 6 11:34:21 2002] [error] Can't locate object method "uri" via package "Apache::Per

Errors after converting /cgi-bin to PerlRun

2002-11-07 Thread Frank Naude (FJ)
Hi, I'm trying to convert my /cgi-bin directory to PerlRun as it only contain Perl scripts. However, after doing so, I get numerous errors like this: [Wed Nov 6 11:34:21 2002] [error] Can't locate object method "uri" via package "Apache::PerlRun" at /usr/

Re: "document contains no data" errors (with mod_ssl)

2002-10-01 Thread Ged Haywood
Hi there, On Mon, 30 Sep 2002, Anthony E. wrote: > > am receiving "document contains no data" error > > messages quite frequently. [snip] > incidentally, i noticed i am getting a lot of these > errors in the error_log: > > Out of memory! > Callback called

Re: "document contains no data" errors (with mod_ssl)

2002-09-30 Thread Anthony E.
incidentally, i noticed i am getting a lot of these errors in the error_log: Out of memory! Callback called exit. --- "Anthony E." <[EMAIL PROTECTED]> wrote: > i have a working version of apache 1.3.26 with > mod_perl 1.27, no problems.. > > i installed anot

"document contains no data" errors (with mod_ssl)

2002-09-30 Thread Anthony E.
installed apache without mod_ssl enabled, but I still get the errors. I have fine tuned apache exactly how my original version was tuned, and am still having these problems. Any suggestions? __ Do you Yahoo!? New DSL Internet Access from SBC &am

Re: [mp1.2x] Intermittent code execution errors

2002-08-21 Thread Colin Kuskie
On Wed, Aug 21, 2002 at 10:55:35AM -0700, Colin Kuskie wrote: > [This is an update from my earlier posting which was entitled > "mod_perl has Alzheimers?". Since then I've read through the > mod_perl guide, searched the mailing list archives, and done a > more thorough job of analyzing the debug

[mp1.2x] Intermittent code execution errors

2002-08-21 Thread Colin Kuskie
, and installed RH7.2 on it and shipped it off to the colo. Since then, I've been getting lots of 404 server errors, so I added debugging code to the stacked content handler (a modified version of Apache::NavBar). Here's the debug output from a "good" process. There are snip

Re: Propogating Errors / E-Toys

2002-07-10 Thread Dave Rolsky
On Wed, 10 Jul 2002, Matt Sergeant wrote: > Ah, in that case I'm recommending Dave's stuff. It's more flexible and > doesn't use that irritating -param stuff. Though I have to do a little > more research to be certain some things are possible (like turning on > stack traces globally). Actually,

Re: Propogating Errors / E-Toys

2002-07-10 Thread Matt Sergeant
On Wed, 10 Jul 2002, Perrin Harkins wrote: > Matt Sergeant wrote: > > On Wed, 10 Jul 2002, Fran Fabrizio wrote: > >>Just to confirm, the end result of Matt's slide presentation was that > >>Error.pm was good, and you should use it, but you should not use the > >>try/catch syntax, or at the bare m

Re: Propogating Errors / E-Toys

2002-07-10 Thread Perrin Harkins
Matt Sergeant wrote: > On Wed, 10 Jul 2002, Fran Fabrizio wrote: >>Just to confirm, the end result of Matt's slide presentation was that >>Error.pm was good, and you should use it, but you should not use the >>try/catch syntax, or at the bare minimum only catch in your outermost >>handler. Is tha

Re: Propogating Errors / E-Toys

2002-07-10 Thread Matt Sergeant
On Wed, 10 Jul 2002, Fran Fabrizio wrote: > > Just to confirm, the end result of Matt's slide presentation was that > Error.pm was good, and you should use it, but you should not use the > try/catch syntax, or at the bare minimum only catch in your outermost > handler. Is that correct? We were

Re: Propogating Errors / E-Toys

2002-07-10 Thread Fran Fabrizio
Just to confirm, the end result of Matt's slide presentation was that Error.pm was good, and you should use it, but you should not use the try/catch syntax, or at the bare minimum only catch in your outermost handler. Is that correct? We were debating this just yesterday in our office. -Fr

Re: Propogating Errors / E-Toys

2002-07-09 Thread Matt Sergeant
On Wed, 10 Jul 2002, Michael Schout wrote: > Perrin Harkins wrote: > > > > We've actually discussed this on the list. It has to do with closures. > > Matt gave a presentation about exception handling which covers it and > > shows a workaround. You can see it here: > > > > http://axkit.org/docs

Re: Propogating Errors / E-Toys

2002-07-09 Thread Perrin Harkins
Michael Schout wrote: > in other words, if I understand the eToys article correctly, the leaks > only happen if I nest a try block inside another try block. I have > experimented some, and it appears to me that this is in fact the case > ($count doesnt get cleaned up if there is a nested try)

Re: Propogating Errors / E-Toys

2002-07-09 Thread Michael Schout
Perrin Harkins wrote: > > We've actually discussed this on the list. It has to do with closures. > Matt gave a presentation about exception handling which covers it and > shows a workaround. You can see it here: > > http://axkit.org/docs/presentations/tpc2001/ Sorry to chime in a little la

Re: Propogating Errors / E-Toys

2002-06-30 Thread Perrin Harkins
F. Xavier Noria wrote: > I remember the article has a comment regarding a gotcha of the Error > module that causes memory leaks, but you didn't go into details there. We've actually discussed this on the list. It has to do with closures. Matt gave a presentation about exception handling which

Re: Propogating Errors / E-Toys

2002-06-30 Thread F . Xavier Noria
On Sun, 30 Jun 2002 12:58:08 -0400 Perrin Harkins <[EMAIL PROTECTED]> wrote: : Well, naturally the answer is "it depends." Most database errors can't : be gracefully recovered from, so we would let them propagate up. If it : was possible for a database error to be caus

Re: Propogating Errors / E-Toys

2002-06-30 Thread Perrin Harkins
"execute()" block put in an eval procedure and then > a generic error page produced; Or were either per procedure evals or > Exception objects used to propogate specific errors up to the control object > so that it could display errors in the current page/view? Well, natural

Propogating Errors / E-Toys

2002-06-30 Thread Richard Clarke
what actions were taken if for some reason the connection to the database failed or if an SQL error happened? Was the whole "execute()" block put in an eval procedure and then a generic error page produced; Or were either per procedure evals or Exception objects used to propogate specific e

Re: errors installing libapreq

2002-06-26 Thread Dave Rolsky
On Tue, 25 Jun 2002, Tim Bolin wrote: > ok, im at the end of my proverbial rope on this one and dont know how to > proceed... i am trying to install libapreq for Apache::Request, and when i > try to run "make" the thing just pukes up a huge long string of errors like: Yo

Re: errors installing libapreq

2002-06-26 Thread Joe Schaefer
[cross-posted to apreq-dev] Tim Bolin <[EMAIL PROTECTED]> writes: > ok, im at the end of my proverbial rope on this one and dont know how > to proceed... i am trying to install libapreq for Apache::Request, and > when i try to run "make" the thing just pukes up a hug

Re: errors installing libapreq

2002-06-26 Thread [EMAIL PROTECTED]
Try an older version. --- Tim Bolin <[EMAIL PROTECTED]> wrote: > ok, im at the end of my proverbial rope on this one > and dont know how to > proceed... i am trying to install libapreq for > Apache::Request, and when i > try to run "make" the thing just pukes up

Re: .htaccess errors

2002-06-12 Thread Brian Reichert
On Thu, Jun 13, 2002 at 10:39:28AM +1000, Darren Ward wrote: > This has got me stumped as I never put a .htaccess file in there but for the > sake of trying to fix it I did place one there but it's still complaining > that one doesn't exist even though it's set readable etc etc > > Any help or th

.htaccess errors

2002-06-12 Thread Darren Ward
Hi All I'm having trouble with an Apache+modssl+mod_perl installation. Mod_perl itself is working great as I can access the /perl-status location and read of the modules/memory use etc but after setting up a subdirectory to use Apache::AuthenDBI I successfully received the login window on the su

Re: compile time errors

2002-05-22 Thread Stas Bekman
m31 wrote: > Jie Gao wrote: > >> On Tue, 21 May 2002, m31 wrote: >> >>> I'm sorry (i wass in a rush), the errors come up when I run make test, >>> the `perl Makefile.pl` works fine. (on OSX 10.1.4 (Darwin 5.4), >>> Perl/5.6.0, mod_perl/1.25, a

Re: compile time errors

2002-05-22 Thread m31
Jie Gao wrote: >On Tue, 21 May 2002, m31 wrote: > >>I'm sorry (i wass in a rush), the errors come up when I run make test, >>the `perl Makefile.pl` works fine. (on OSX 10.1.4 (Darwin 5.4), >>Perl/5.6.0, mod_perl/1.25, apache/1.3.23) >> >>$ make test >&

Re: compile time errors

2002-05-21 Thread Jie Gao
On Tue, 21 May 2002, m31 wrote: > I'm sorry (i wass in a rush), the errors come up when I run make test, > the `perl Makefile.pl` works fine. (on OSX 10.1.4 (Darwin 5.4), > Perl/5.6.0, mod_perl/1.25, apache/1.3.23) > > $ make test > ...some more stuff > ...

compile time errors

2002-05-21 Thread m31
I'm sorry (i wass in a rush), the errors come up when I run make test, the `perl Makefile.pl` works fine. (on OSX 10.1.4 (Darwin 5.4), Perl/5.6.0, mod_perl/1.25, apache/1.3.23) $ make test ...some more stuff /usr/bin/perl t/TEST 0 Can't locate object method "new&qu

compile errors

2002-05-21 Thread m31
Hi, I'm trying to upgrade to and compile mod_perl1.26 and seem to be getting errors. I am working on OSX 10.1.4 (Darwin 5.4), Perl/5.6.0, mod_perl/1.25, apache/1.3.23. I run `perl Makefile.pl NO_HTTPD=1` and get the following errors: /usr/bin/perl t/TEST 0 Can't locate object method

Re: MLDBM Tie Errors

2002-05-14 Thread Mike Martinet
It *seemed* to me that the physical MLDBM repository was not physically created >>until I actually wrote something into it, eventhough it was reported as >>correctly open RW. >> >> > > This is correct. This is a performance enhancement, with the side effect >

Re: MLDBM Tie Errors

2002-05-14 Thread Joshua Chamas
wrote something into it, eventhough it was reported as > correctly open RW. > This is correct. This is a performance enhancement, with the side effect that write errors will occur at runtime. > So, any ends of my application trying to fetch value during this > transcient stage got th

Re: MLDBM Tie Errors

2002-05-14 Thread Franck PORCHER
Greetings, > > With this setup: > > Linux kernel 2.4.7-10 > Apache 1.3.24 > mod_perl-1.26 > Apache::ASP 2.33 > MLDBM 0.25 > > I keep getting the following errors: > > First this - > > [Mon May 13 08:57:26 2002] [notice] Apache/1.3.24 (Unix) mod_perl/1.26 >

Re: MLDBM Tie Errors

2002-05-13 Thread Joshua Chamas
Mike Martinet wrote: > > Greetings, > > With this setup: > > Linux kernel 2.4.7-10 > Apache 1.3.24 > mod_perl-1.26 > Apache::ASP 2.33 > MLDBM 0.25 > Please submit a trace of the error_log for the request, with PerlSetVar Debug -1 set, and a description of the problem as well as what file

MLDBM Tie Errors

2002-05-13 Thread Mike Martinet
Greetings, With this setup: Linux kernel 2.4.7-10 Apache 1.3.24 mod_perl-1.26 Apache::ASP 2.33 MLDBM 0.25 I keep getting the following errors: First this - [Mon May 13 08:57:26 2002] [notice] Apache/1.3.24 (Unix) mod_perl/1.26 mod_ssl/2.8.8 OpenSSL/0.9.6b configured -- resuming normal

Re: Logging Perl errors to browser

2002-05-07 Thread Geoffrey Young
Jeff wrote: > Folks, > > How do I get to log my mod_perl handler Perl errors to the browser > instead of into the Apache logs? see recipes 4.5 and (the more interestingly but less robust) 16.6 in the cookbook the code for each is here http://www.modperlcookbook.org/code/c

Logging Perl errors to browser

2002-05-07 Thread Jeff
Folks, How do I get to log my mod_perl handler Perl errors to the browser instead of into the Apache logs? TIA Jeff

[MASON] RE: Errors on Mason

2002-04-11 Thread Nicolai Schlenzig (DXD)
ace. Best regards // Nicolai -Original Message- From: Mrajesh [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 3:21 PM To: [EMAIL PROTECTED] Subject: Errors on Mason Hi, We have installed modperl-enabled ssl-enabled apache server. And we are able to start the https server successful

Errors on Mason

2002-04-11 Thread Mrajesh
Hi, We have installed modperl-enabled ssl-enabled  apache server. And we are able to start the https server successfully.( by running    ./httpsdctl start ). . But, when we are sending a https request to the server, it is displaying as "Internal Server Error" on Browser. As we observed the apach

Re: module errors

2002-02-07 Thread Brett W. McCoy
On Thu, 7 Feb 2002, GsuLinuX wrote: > we wroted a perl code to fetch some information we want from a web site. The code is >as below: > > #!/usr/bin/perl > use LWP::Simple; > use HTML::Parse; > We have the debug error: > > Can't locate HTML/Parse.pm in @INC(@INC contains: > /usr/lib/perl5/5.6

module errors

2002-02-07 Thread GsuLinuX
we wroted a perl code to fetch some information we want from a web site. The code is as below:   #!/usr/bin/perluse LWP::Simple;use HTML::Parse;use HTML::FormatText;use CGI;$query = new CGI;my ($html, $ascii);$html = get("http://www.tcmb.gov.tr/kurlar/today.html");defined $html or die "Sayfa

Re: Strange "Can't locate" errors

2001-12-05 Thread Robert Landrum
At 4:41 PM -0700 12/5/01, Tim Tompkins wrote: >I've seen this happen on some NFS volumes on Solaris. In this case the >problem was supported by 'ls' reporting different contents on the same >directory between two different shells. Unfortunately, I'm not an NFS wiz >and I don't recall what the re

Re: Strange "Can't locate" errors

2001-12-05 Thread Tim Tompkins
; To: <[EMAIL PROTECTED]> Sent: Wednesday, December 05, 2001 4:24 PM Subject: Strange "Can't locate" errors Can't locate CapWiz/Home/App.pm in @INC (@INC contains: /data/ap/perl- 5.6.1/lib/5.6.1/sun4-solaris /data/ap/perl-5.6.1/lib/5.6.1 /data/ap/perl-5.6.1/l ib/site_perl/

Strange "Can't locate" errors

2001-12-05 Thread Robert Landrum
pp.pm The file exists! So it's there, and so are all it used modules. Infact, I had this working just a few hours ago with user rlandrum (on port 8083), but once it fired up under root (on port 80), I started getting these errors. And I am definitly using the same httpd binary. This i

Re: Random perl errors

2001-11-21 Thread Stas Bekman
Michael Nelson wrote: > I have two web servers carrying a light load that are encountering errors > like the following. They occur randomly but often enough to be a serious > problem. Example #2 in particular seems to repeat itself continuously > until I restart Apache. > >

Random perl errors

2001-11-21 Thread Michael Nelson
I have two web servers carrying a light load that are encountering errors like the following. They occur randomly but often enough to be a serious problem. Example #2 in particular seems to repeat itself continuously until I restart Apache. I have perused the mod_perl archives and some other

Database connection errors in modperl

2001-09-10 Thread Chris Pizzo
Hi everyone, I'm a bit of a novice here and I'm having a strange problem. I'm using apache 1.3.20 with modperl 1.26 and embperl 1.3.3 and postgres 7.02. Every once in a while I get: Internal Server Error [11274]ERR: 32: Line 165: Warning in Perl code: DBD::Pg::db selectrow_array failed: no st

mod_perl compile errors in perl_util.c

2001-08-24 Thread Alex Gottschalk
Hi, I'm trying to compile mod_perl, and am getting the following error. System details follow the error message: /usr/gnu/bin/gcc -I. -I../../include -I../../include/regex -I../../include/.././os/unix -DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED -DMOD_PERL -I`/usr/gnu/bin/perl

Re: Errors when trying to use AuthAny.pm

2001-08-01 Thread Doug MacEachern
> > The error log message is: > > [Wed Jul 11 09:04:59 2001] [error] (2)No such file or directory: > > access to /tools/ failed for nr2-216-196-142-76.fuse.net, reason: > > User not known to the underlying authentication module question is where does this error message come from? its not from a

Re: Santitizing errors with mod_perl

2001-07-28 Thread Ged Haywood
Hi there, On Sat, 28 Jul 2001, John Buwa wrote: > Thanks all for the terrific answers and help. It is actually working now!? > What did i do you ask? Not a thing, [snip] > ... I usually make a sighup to the test server after a change in the > scripts maby this was not enough to recompiile my cha

Re: Santitizing errors with mod_perl

2001-07-28 Thread John Buwa
Hello Everyone, Thanks all for the terrific answers and help. It is actually working now!? What did i do you ask? Not a thing, hmmm strange. My modperl apache server is not in production, i set it to run on port at the same time as my normal apache server, and i am taking my code changing th

Re: Santitizing errors with mod_perl

2001-07-28 Thread Joachim Zobel
At 03:37 27.07.01 -0500, you wrote: >I sanitize all my input in my scripts to only allow chars i want allowed. My >working lines before using modperl and for some reason kick out error with >mod perl are as follows: > >$user =~ s/[^$OK_CHARS]//go; >$pass =~ s/[^$OK_CHARS]//go; > >When an account i

Re: Santitizing errors with mod_perl

2001-07-27 Thread John Buwa
here is the value $OK_CHARS='-a-zA-Z0-9_.@ '; John > perhaps the escaping is not getting done > properly. is there a '[' in $OK_CHARS? can we > see what the definition of $OK_CHARS looks like?

Re: Santitizing errors with mod_perl

2001-07-27 Thread ___cliff rayman___
perhaps the escaping is not getting done properly. is there a '[' in $OK_CHARS? can we see what the definition of $OK_CHARS looks like? also, for debugging - print the value of $OK_CHARS on the line directly above the first substitution. this will tell us if it is getting stepped on somewhere b

Re: Santitizing errors with mod_perl

2001-07-27 Thread John Buwa
> Hi there, > > On Fri, 27 Jul 2001, John Buwa wrote: > > > $user =~ s/[^$OK_CHARS]//go; > > $pass =~ s/[^$OK_CHARS]//go; > [snip] > > [error] Unmatched [ before HERE mark in regex m/[ << HERE ^]/ at > > libwelcome.pl line 169. > > Hmmm. Your code says s/// not m//. Is this anywhere near line

Re: Santitizing errors with mod_perl

2001-07-27 Thread Ged Haywood
Hi there, On Fri, 27 Jul 2001, John Buwa wrote: > $user =~ s/[^$OK_CHARS]//go; > $pass =~ s/[^$OK_CHARS]//go; [snip] > [error] Unmatched [ before HERE mark in regex m/[ << HERE ^]/ at > libwelcome.pl line 169. Hmmm. Your code says s/// not m//. Is this anywhere near line 169? Is it in the fil

Santitizing errors with mod_perl

2001-07-27 Thread John Buwa
Hi there, Sorry about all these questions, i am really new to modperl and just trying to get it to work :( I sanitize all my input in my scripts to only allow chars i want allowed. My working lines before using modperl and for some reason kick out error with mod perl are as follows: $user =~

Using PerlLogHandler to write errors to database

2001-07-16 Thread Jay Buffington
Hi, I want to write a PerlLogHandler to write all errors to a database. The database table will probably look like this: CREATE TABLE error_log ( when DATETIME not null, remotehost VARCHAR (255) not null, virtualhost VARCHAR (255), severity ENUM ('emerg', 

Re: Errors when trying to use AuthAny.pm

2001-07-13 Thread Ken Y. Clark
On Wed, 11 Jul 2001, Justin Rains wrote: > Date: Wed, 11 Jul 2001 07:04:43 -0700 (PDT) > From: Justin Rains <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Errors when trying to use AuthAny.pm > > Hi all. I am relatively new

Errors when trying to use AuthAny.pm

2001-07-11 Thread Justin Rains
Hi all. I am relatively new to mod_perl so try to bear with me. I am trying to use the AuthAny.pm module to provide some basic authentication. First off.. Do I put it in the same directory as Registry.pm? That is where I have it now. In my httpd.conf file I put the following in:

Re: Apache::Session install errors

2001-07-02 Thread Jeffrey W. Baker
On Mon, 2 Jul 2001, Bakki Kudva wrote: > this may be slightly OT but when try to install Apache::Session I am > getting... I suggest "force install Apache::Session" -jwb

Apache::Session install errors

2001-07-02 Thread Bakki Kudva
this may be slightly OT but when try to install Apache::Session I am getting... t/99mysql...DBI->connect(sessions) failed: Access denied for user: '@localhost' to database 'sessions' at blib/lib/Apache/Session/Lock/MySQL.pm line 36 (in cleanup) DBI->connect(sessions) failed: Acces

Re: errors installing Apache 1.3.19/mod_perl 1.25 on RedHat 6.1

2001-06-14 Thread Doug MacEachern
On Tue, 10 Apr 2001, Jonathan Swartz wrote: > % ./configure --activate-module=src/modules/perl/libperl.a ... > "%Config" is not exported by the Apache::ExtUtils module at -e line 0 this is a bug. newer mod_perl's override %Config::Config using Apache::ExtUtils, which when you build inside the m

RE: Insecure dependency errors

2001-05-04 Thread Barry Veinotte
> -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 03, 2001 11:56 PM > To: Cees Hek > Cc: Barry Veinotte; [EMAIL PROTECTED] > Subject: Re: Insecure dependency errors > > > On Fri, 4 May 2001, Cees Hek wrote: >

Re: Insecure dependency errors

2001-05-03 Thread Stas Bekman
On Fri, 4 May 2001, Cees Hek wrote: > On Thu, 3 May 2001, Barry Veinotte wrote: > > > [Thu May 3 15:06:57 2001] [error] Insecure dependency in open while > > running with -T switch at >/usr/local/www/vhosts/ad-eagle.com/cgi-bin/ad-eagle/lib/AdEagle.pm line 472. > > The scripts using the .pm ar

  1   2   >