seg faults/bus errors

2001-01-05 Thread stujin
Hi, I work on a high-traffic site that uses apache/mod_perl, and we're seeing some occaisional segmentation faults and bus errors in our apache error logs. These errors sometimes result in the entire apache process group going down, though it seems to me that the problems originate

PerlRun bug

2001-01-05 Thread Alexander Solovey
Hi all, There is a bug in PerlRun.pm that causes internal server error if PerlRun handler is called for inexistent file. I think that problem was introduced by this change =item 1.24_01 - October 10, 2000 . change Apache::PerlRun's Apache class relationship from is-a to has-a

mod_perl-1.24 / apache-1.3.14 problem

2001-01-05 Thread Mike Hanafey
The httpd.h file in apache-1.3.14 has apparently changed. I hacked the following changes to mod_perl-1.24 to fix things (it's the same change in two files). Without the change Makefile.PL was picking up the wrong apache source (even though I have it the source explicitly), and the "src.t" test

Re: seg faults/bus errors

2001-01-05 Thread G.W. Haywood
Hi there, I've seen this post twice now with no response so I thought I'd throw in my 0.02 although I'm not sure it's worth even that much. On Wed, 3 Jan 2001, stujin wrote: I work on a high-traffic site that uses apache/mod_perl, and we're seeing some occaisional segmentation faults and

Re: seg faults/bus errors

2001-01-05 Thread Mark Hughes
On Wed, 3 Jan 2001, stujin wrote: I work on a high-traffic site that uses apache/mod_perl, and we're seeing some occaisional segmentation faults and bus errors in our apache error logs. We had similar problems, caused by calls to $r-finfo in HTML::Mason, once we removed these the

Re: Fwd: [speedycgi] Speedycgi scales better than mod_perl withscripts that contain un-shared memory

2001-01-05 Thread Sam Horrocks
Are the speedycgi+Apache processes smaller than the mod_perl processes? If not, the maximum number of concurrent requests you can handle on a given box is going to be the same. The size of the httpds running mod_speedycgi, plus the size of speedycgi perl processes is

Re: Javascript - just say no(t required)

2001-01-05 Thread Randal L. Schwartz
"Gunther" == Gunther Birznieks [EMAIL PROTECTED] writes: Gunther There's a lot of similar FUD about using cookies (not accepted on Gunther PDAs, people scared of them, etc). Personally, I don't like to program Gunther using cookies and I have my browser explicitly warn me of the cookie Gunther

Re: Javascript - just say no(t required)

2001-01-05 Thread dreamwvr
hi, Seems to me the only reasonable usage for cookies that does not seem to be abuse.org is as a temporary ticket granting system.. so the next time you want to get a byte you need a ticket to goto the smorg.. Best Regards - [EMAIL PROTECTED]

Re: the edge of chaos

2001-01-05 Thread Vivek Khera
"J" == Justin [EMAIL PROTECTED] writes: J I received a helpful recommendation to look into "lingerd" ... J that would seem one approach to solve this issue.. but a J lingerd setup is quite different from popular recommendations. I think that's mostly because lingerd is so new. I'm sure as

Re: mod_perl-1.24 / apache-1.3.14 problem

2001-01-05 Thread ___cliff rayman___
u need mod_perl-1.24_01 for apache-1.3.14 u might have saved yourself some patching :-) Mike Hanafey wrote: The httpd.h file in apache-1.3.14 has apparently changed. I hacked the following changes to mod_perl-1.24 to fix things (it's the same change in two files). Without the change

Re: [OT] Rewrite arguments?

2001-01-05 Thread G.W. Haywood
Hi there, Didn't see a reply to this yet... On Thu, 4 Jan 2001, Les Mikesell wrote: This may or may not be a mod_perl question: Probably not :) I want to change the way an existing request is handled and it can be done by making a proxy request to a different host but the argument list

Newbie cookie question

2001-01-05 Thread James Hall
Hello, I recently installed mod_perl 1.24_01 and everything is fine except cookies. Specifically, my perl scripts before mod_perl would pass a cookie back and forth with the users name and password - so that each script, when called, would check for the cookie to see if the user is logged

RE: Newbie cookie question

2001-01-05 Thread Geoffrey Young
-Original Message- From: James Hall [mailto:[EMAIL PROTECTED]] Sent: Friday, January 05, 2001 3:23 PM To: [EMAIL PROTECTED] Subject: Newbie cookie question Now that I have mod_perl installed I cannot pass any cookies like I used to. I have not changed any scripts [yet] and all

perl calendar application

2001-01-05 Thread chicks
I've looked around the web for perl-based calendar applications for several hours. There are a significant number out there -- I've personally checked out a dozen, but they are generally pretty pathetic. Even most of the ones you can pay for are ugly and have very limited functionality.

Re: Installing mod_perl-1.24_01 w/o super user and with global perl

2001-01-05 Thread John D Groenveld
No, I know how to use the modules in my home dir well enough. I don't see where you set PREFIX=/home/eedalf/lib/perl per perlfaq8. Are you sure you read it? I've successfully installed modperl into my own module dir on a NTT/Verio/Iserver FreeBSD box using the system's Perl for quota reasons.

RE: Newbie cookie question

2001-01-05 Thread James Hall
a code snippet of how you set your cookies would be most helpful... My apologies : ) [snip] $user=$query-param('login'); $password=$query-param('pass'); $dbname="rspde"; $dbh=DBI-connect("dbi:Pg:dbname=$dbname",$user,$password) || sendto_main(); $page="main";

of ports and protocols and redirection...

2001-01-05 Thread Paul
Alright, I realize this is possibly a silly question, and apologize in advance, *but*. Our company issues it's own digicerts, and our site allows free access to anyone with one of those. We allow free access to anybody in a core "public" area, regardless. Currently I'm using an external

DBI

2001-01-05 Thread Joe Grastara
I have a question concerning database access under mod_perl. Can the stardard DBI.pm module be use with mod_perl or does the Apache::DBI module have to be used instead? Thanks in advance for any help. Joe Grastara Project Assistant Digital Media Center The Skirball Institute Of Biomolecular

RE: Newbie cookie question

2001-01-05 Thread Stephen Beitzel
On Fri, 5 Jan 2001, James Hall wrote: [snip] $user=$query-param('login'); $password=$query-param('pass'); Okay, there's your problem. You may want to try it this way: use CGI::Cookie; ... my %cookies = CGI::Cookie-parse($r-header_in('Cookie')): my $user = $cookies{'login'};

Re: the edge of chaos (URL correction)

2001-01-05 Thread Justin
My bad. it is www.dslreports.com/front/example.gif Sorry for those curious enough to check the URL out. On Thu, Jan 04, 2001 at 06:10:09PM -0500, Rick Myers wrote: On Jan 04, 2001 at 17:55:54 -0500, Justin twiddled the keys to say: If you want to see what happens to actual output when

Strange log entry, Apache child messed up afterwards

2001-01-05 Thread Gerd Kortemeyer
Hi, Did anybody ever see a message like this in the error log after an "internal server error"? [error] Undefined subroutine Apache::lonhomework::handler called at /dev/null line 65535. No further entries. lonhomework is the mod_perl handler attached to a URL, and is called directly. This

Re: Javascript - just say no(t required)

2001-01-05 Thread Les Mikesell
- Original Message - From: "dreamwvr" [EMAIL PROTECTED] To: "Randal L. Schwartz" [EMAIL PROTECTED] Cc: "Gunther Birznieks" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, January 05, 2001 12:00 PM Subject: Re: Javascript - just say no(t required) hi, Seems to me the only

Re: [OT] Rewrite arguments?

2001-01-05 Thread Les Mikesell
- Original Message - From: "G.W. Haywood" [EMAIL PROTECTED] To: "Les Mikesell" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, January 05, 2001 1:44 PM Subject: Re: [OT] Rewrite arguments? On Thu, 4 Jan 2001, Les Mikesell wrote: This may or may not be a mod_perl question:

Re: [OT] Rewrite arguments?

2001-01-05 Thread Dave Kaufman
"Les Mikesell" [EMAIL PROTECTED] wrote: I have a feeling it is going to end up being possible only with LWP... I don't exactly understand your problem, but from what I can see you should be able to do what you want with mod_rewrite if you just use a regexp which contains a question

Re: [OT] Rewrite arguments?

2001-01-05 Thread Christopher Taranto
Would something like RewriteMap work? http://httpd.apache.org/docs/mod/mod_rewrite.html#RewriteMap At 09:43 PM 1/5/01 -0600, Les Mikesell wrote: - Original Message - From: "G.W. Haywood" [EMAIL PROTECTED] To: "Les Mikesell" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, January

Re: [OT] Rewrite arguments?

2001-01-05 Thread Les Mikesell
- Original Message - From: "Dave Kaufman" [EMAIL PROTECTED] To: "Les Mikesell" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, January 05, 2001 11:09 PM Subject: Re: [OT] Rewrite arguments? One of us is missing something. I hope it is me, but when I turn on rewrite logging,

Re: Javascript - just say no(t required)

2001-01-05 Thread Randal L. Schwartz
"Les" == Les Mikesell [EMAIL PROTECTED] writes: Les I think it is also very reasonable to store user-selected preferences Les in cookies, especially for things likes sizes, colors, fonts for Les certain pages. Why should the server side have to store millions Les of things like that? Even if