Re: Mail bounced thru Kazakhstan -- This list only

2004-02-09 Thread Steve
Jonathan Mangin wrote: Doh. Tell me it's not me and I'll quit uglying up your inbox. --Jon - Original Message - From: "Dooley, Michael" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, February 09, 2004 5:02 PM Subject: RE: Mail bounced thru Kazakhstan -- T

RE: Embeding an executable into a script

2004-02-09 Thread Pierre Smolarek
Top was just a trivial example. We are stuck with using a commercial product so the option to XS it and/or recode it, is not one. P -Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED] Sent: 09 February 2004 19:07 To: Pierre Smolarek Cc: Modperl List Subject: Re: Embeding a

Re: Embeding an executable into a script

2004-02-09 Thread Perrin Harkins
On Mon, 2004-02-09 at 15:37, Pierre Smolarek wrote: > Take for example, top. Is it possible to embed top inside a mod_perl > script and/or keep it in resident memory so there is no forking out? The most common way to solve this problem is to find a C library that does what you want and then write

RE: Embeding an executable into a script

2004-02-09 Thread Pierre Smolarek
Is there a way to somehow attach the required executable somehow inside the httpd alongside mod_perl (in resident memory) instead of forking out the call to the system. P. -Original Message- From: Ged Haywood [mailto:[EMAIL PROTECTED] Sent: 09 February 2004 16:03 To: Pierre Smolarek Cc

@INC is not searched

2004-02-09 Thread Steffen Beyer
Hi, I have a strange problem here: -OpenBSD 3.4 -Apache/1.3.28 (Unix) AxKit/1.62 mod_perl/1.29 PHP/4.3.4 mod_gzip/1.3.26.1a mod_ssl/2.8.15 OpenSSL/0.9.7b -perl, v5.8.0 mod_perl is unable to locate any library files, though they definitely do exist and are readable for user "www": [Mon Feb 9 2

Re: Mail bounced thru Kazakhstan -- This list only

2004-02-09 Thread Jonathan Mangin
Doh. Tell me it's not me and I'll quit uglying up your inbox. --Jon - Original Message - From: "Dooley, Michael" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, February 09, 2004 5:02 PM Subject: RE: Mail bounced thru Kazakhstan -- This list only > its n

Apache:Request issues

2004-02-09 Thread Joseph Lemm
Strange problem with Apache::Request I have it installed and working on one Linux box. On another similar Linux box it doesn't work: "Can't locate object method "new" via package "Apache::Request" at /usr/lib/perl5/site_perl/5.8.0/Script.pm line 39." (this is the $q = Apache::Request->new($r) l

RE: Mail bounced thru Kazakhstan -- This list only

2004-02-09 Thread Dooley, Michael
its not a problem with the list. it's a problem w/ one of the users on the list. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, February 09, 2004 3:45 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Mail bounced thru Kazakhstan -- This list only

Mail bounced thru Kazakhstan -- This list only

2004-02-09 Thread jon . mangin
Hello, Sending mail to this list is not working properly. This is a test through Comcast's web interface instead of OE. 'Course if you have a clue, regarding this problem, I'd like to hear from you. (Al's address below is unreachable. Comcast support has proven useless.) When I try to post to a

Re: Embeding an executable into a script

2004-02-09 Thread Ged Haywood
Hi there, On Mon, 9 Feb 2004, Pierre Smolarek wrote: > To help improve script speed with mod perl, we need to somehow embed an > executable inside a mod_perl script. Forgive me for being cynical, but your explanation is unconvincing. > Take for example, top. Is it possible to embed top inside a

Re: Apache::AuthenNTLM 2.05 ntlm+basic

2004-02-09 Thread Shannon Eric Peevey
Dooley, Michael wrote: On the inTRAnet side of this it works fine, and authenticates agenst a PDC/BDC. on the inTERnet side of this it fails. prompts for user/pass/domain. What I am trying to do is if the user is on the network use NTLM. if he is on the internet use basic and have them sign in via

Embeding an executable into a script

2004-02-09 Thread Pierre Smolarek
To help improve script speed with mod perl, we need to somehow embed an executable inside a mod_perl script.   Take for example, top. Is it possible to embed top inside a mod_perl script and/or keep it in resident memory so there is no forking out?   Any advice would be greatly receive

Apache::AuthenNTLM 2.05 ntlm+basic

2004-02-09 Thread Dooley, Michael
On the inTRAnet side of this it works fine, and authenticates agenst a PDC/BDC. on the inTERnet side of this it fails. prompts for user/pass/domain. What I am trying to do is if the user is on the network use NTLM. if he is on the internet use basic and have them sign in via user/passwd created w/

Re: [mp2] Regex memory leak introduced in 5.8.1 causes havoc in mp2

2004-02-09 Thread Ged Haywood
Hello again, On Mon, 9 Feb 2004, Richard F. Rebel wrote: > upgrading/downgrading distro provided base perl installations is > often more of a nightmare than it's worth. It can sometimes cause a little frustration, so I prefer to avoid the versions provided by the distributions in the first place

Re: [mp2] Regex memory leak introduced in 5.8.1 causes havoc in mp2

2004-02-09 Thread Richard F. Rebel
Yeah, well, upgrading/downgrading distro provided base perl installations is often more of a nightmare than it's worth. If no one else offers a work around, I guess it'll be the good ole: ./configure --prefix=/opt/ For perl, apache, mp2, and all supporting modules... :( On Mon, 2004-02-09 at

Re: [mp2] Regex memory leak introduced in 5.8.1 causes havoc in mp2

2004-02-09 Thread Ged Haywood
Hi there, On Mon, 9 Feb 2004, Richard F. Rebel wrote: > After upgrading to perl 5.8.1 from 5.8.0 during a distribution upgrade, > I noticed a steady memory leak that eventually leads to the server > failing. :( > My question is, for a persistent mp2 app, is there a potential way to > workaround

[mp2] Regex memory leak introduced in 5.8.1 causes havoc in mp2

2004-02-09 Thread Richard F. Rebel
Hello, I am writing this here because when I googled about this problem, Stas had found this bug as well and highlighted it's particularly bad side effects in persistent mp apps. I realize that it's a really a perl problem. I operate an application that serves about 15mil mp2 generated pages pe

RE: [mp2] Can I link mp2 statically?

2004-02-09 Thread Larry Leszczynski
On Mon, 9 Feb 2004, semuel wrote: > Why should you? > It was said, that mason needs MP statically linked into apache, and won't > work with the shared-object method. (haven't checked that myself) > Is this correct? Why? Also, Solaris (2.6 and earlier, don't know if it is still true) used to have

RE: [mp2] Can I link mp2 statically?

2004-02-09 Thread semuel
Hello There. Why should you? It was said, that mason needs MP statically linked into apache, and won't work with the shared-object method. (haven't checked that myself) Is this correct? Why? Semuel. -Original Message- From: Beau E. Cox [mailto:[EMAIL PROTECTED] Sent: Monday, February 09

AW: AW: Post Request - content-length = 0 with IE

2004-02-09 Thread Bippes, Arne
-Ursprüngliche Nachricht- Von: Shannon Eric Peevey [mailto:[EMAIL PROTECTED] Gesendet: Montag, 9. Februar 2004 11:21 An: Bippes, Arne Cc: '[EMAIL PROTECTED]' Betreff: Re: AW: Post Request - content-length = 0 with IE >More detailled explanation: I'm having dramatic performance Problem

Re: Registry not loaded...script still works

2004-02-09 Thread Jonathan Mangin
> It can work as a CGI script without Apache::Registry. If you want to > be sure what's going on, put some debugging statements in the code so > that they will tell you what is being ewxecuted (and, by a process of > deduction, what isn't). > Well, silly me. :) I expect (and prefer) directive

Re: Registry not loaded...script still works

2004-02-09 Thread Ged Haywood
Hi there, On Mon, 9 Feb 2004, Jonathan Mangin wrote: > I have a static installation of mod_perl-1.29 with apache-1.3.29. Makes no diffference in this case. > Apache::Registry lines are commented in httpd.conf and startup.pl. Well some of them seem to be... :) > Apache::Status shows that ::Reg

Registry not loaded...script still works

2004-02-09 Thread Jonathan Mangin
I have a static installation of mod_perl-1.29 with apache-1.3.29. Apache::Registry lines are commented in httpd.conf and startup.pl. Apache::Status shows that ::Registry is not loaded. Why does my script still work?? PerlRequire /usr/local/apache/perl/lib/startup.pl # PerlFreshRestart On PerlTain

Re: AW: Post Request - content-length = 0 with IE

2004-02-09 Thread Shannon Eric Peevey
More detailled explanation: I'm having dramatic performance Problems using AuthenNTLM (many Seconds to answear a request), Have you checked out the number of connections to the smb server? This seems to be a problem across the board for auth modules. The answer would be to check out: http://s

AW: Post Request - content-length = 0 with IE

2004-02-09 Thread Bippes, Arne
-Ursprüngliche Nachricht- Von: Shannon Eric Peevey [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 8. Februar 2004 16:23 An: Bippes, Arne Cc: '[EMAIL PROTECTED]' Betreff: Re: Post Request - content-length = 0 with IE Bippes, Arne wrote: >> I'm trying to override AuthenNTML (PerlAuthenHandl

Re: [mp2] Can I link mp2 statically?

2004-02-09 Thread Ged Haywood
Hi there, On Sun, 8 Feb 2004, Beau E. Cox wrote: > Can I link mp2 statically? Don't think so, not yet. 73, Ged. -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html