Apache2/Modperl2 fails to preload Win32::OLE at server startup

2004-11-24 Thread Thierry Valentin
Hello, I'm currently using the following configuration: - Perl 5.8.4.810 from Activestate - Apache 2.0.52 installed from the MSI package - mod_perl 1.99_17 installed with ppm from http://theoryx5.uwinnipeg.ca All these 3 packages are frehsly installed and I did no other additions. After configuring

Re: modperl2, fork, and signals

2004-11-24 Thread Stas Bekman
SUCH SANMARTÍN wrote: Hello, i'm working with a kind-of-daemon for my mp2 modules. I will u se on Linux but i'm doing the "testing" on a windows machine, and i am having troubles with fork processes and signal caching: Procedure A is auto-forked and live in an infinite-loop. Procedure B is a funct

Re: Apache2/Modperl2 fails to preload Win32::OLE at server startup

2004-11-24 Thread Stas Bekman
Thierry Valentin wrote: Hello, I'm currently using the following configuration: - Perl 5.8.4.810 from Activestate - Apache 2.0.52 installed from the MSI package - mod_perl 1.99_17 installed with ppm from http://theoryx5.uwinnipeg.ca All these 3 packages are frehsly installed and I did no other addi

Re: AIM/mp2 Apache::compat bug?

2004-11-24 Thread Tom Schindl
Stas Bekman wrote: That's really a question to httpd developers, mod_perl just provides the perl API for the Apache C API. Granted we could do that behind the scenes, but it's not always the desired behavior so I'm not sure we should. May be an option argument could be passed to do the work?

Re: Apache2/Modperl2 fails to preload Win32::OLE at server startup

2004-11-24 Thread Aaron Ross
- preload Win32::OLE with a 'use Win32::OLE' in the mod_perl startup script: => Apache2 refuses to start. "refuses to start" is pretty vague. Can you send us a specific error message from the error log? or the error output of the server process when it tries to start? Aaron -- Report problems:

Re: perl 5.8 safe signals and broken pipes in apache

2004-11-24 Thread Stas Bekman
Stas Bekman wrote: Stas Bekman wrote: Eric Frazier wrote: Jim, Eric, so can you please put this thread together into one doc piece that can be added to the docs? so any chance someone can put together the solutions from Eric and Jim, and the other suggestions I gave in the reply to the Jim's ori

Re: mod_perl, SVN::Core-related segfault condition

2004-11-24 Thread Dorian Taylor
On Tue, Nov 23, 2004 at 10:08:49PM +, Dorian Taylor wrote: > > But I don't see the problem that you describe. > > hm, i guess that makes the problem either a mac thing, an apr thing > or an apache thing. apparently it's httpd-2.1. damnit. that means now i have to backport mod_dav_lock. oh we

Re: mod_perl, SVN::Core-related segfault condition

2004-11-24 Thread Stas Bekman
Dorian Taylor wrote: On Tue, Nov 23, 2004 at 10:08:49PM +, Dorian Taylor wrote: But I don't see the problem that you describe. hm, i guess that makes the problem either a mac thing, an apr thing or an apache thing. apparently it's httpd-2.1. damnit. that means now i have to backport mod_dav_lo

mod_perlservice? what the heck?

2004-11-24 Thread Perrin Harkins
Did everyone see this on perl.com today? http://www.perl.com/pub/a/2004/11/18/mod_perlservice.html I just skimmed it quickly, but I can't understand why this is not just a simple mod_perl module, or even what it solves that XML-RPC didn't. On the face of it, writing a new embedded-Perl module fo

Re: mod_perlservice? what the heck?

2004-11-24 Thread Sam Tregar
On Wed, 24 Nov 2004, Perrin Harkins wrote: > Did everyone see this on perl.com today? > > http://www.perl.com/pub/a/2004/11/18/mod_perlservice.html > > I just skimmed it quickly, but I can't understand why this is not just a > simple mod_perl module, or even what it solves that XML-RPC didn't.

Re: mod_perlservice? what the heck?

2004-11-24 Thread Frank Wiles
On Wed, 24 Nov 2004 13:09:05 -0500 (EST) Sam Tregar <[EMAIL PROTECTED]> wrote: > On Wed, 24 Nov 2004, Perrin Harkins wrote: > > > Did everyone see this on perl.com today? > > > > http://www.perl.com/pub/a/2004/11/18/mod_perlservice.html > > > > I just skimmed it quickly, but I can't understand

Re: mod_perlservice? what the heck?

2004-11-24 Thread Frank Wiles
On Wed, 24 Nov 2004 12:40:44 -0600 Frank Wiles <[EMAIL PROTECTED]> wrote: > Another interesting thing is that it isn't specfically licensed > under any Open Source license. It just has a copyright for the > author, all rights reserved. Oops I stopped a GPL right after I sent that. Inst

Re: mod_perlservice? what the heck?

2004-11-24 Thread Frank Wiles
On Wed, 24 Nov 2004 12:43:06 -0600 Frank Wiles <[EMAIL PROTECTED]> wrote: > On Wed, 24 Nov 2004 12:40:44 -0600 > Frank Wiles <[EMAIL PROTECTED]> wrote: > > > Another interesting thing is that it isn't specfically licensed > > under any Open Source license. It just has a copyright for the > >

Re: AIM/mp2 Apache::compat bug?

2004-11-24 Thread Geoffrey Young
>> > I'd like the option argument, because I'm sure people will run into this > many times. well, as we're starting to discuss over on dev@, I'm not really in favor of an optional argument. if you know that you need to pass the additional argument, then you know enough to make the APR::Finfo::sta

pnotes

2004-11-24 Thread Arshavir Grigorian
Hello list, I have module called Application which handles all the requests to the site (except for images, etc) and then dispatches the request to a different module based on the $r->path_info(). I am thinking about creating a Template Toolkit object and a DBI handle in Application::handler()

Re: pnotes

2004-11-24 Thread Stas Bekman
Arshavir Grigorian wrote: Hello list, I have module called Application which handles all the requests to the site (except for images, etc) and then dispatches the request to a different module based on the $r->path_info(). I am thinking about creating a Template Toolkit object and a DBI handle

Re: AIM/mp2 Apache::compat bug?

2004-11-24 Thread Stas Bekman
Geoffrey Young wrote: I'd like the option argument, because I'm sure people will run into this many times. well, as we're starting to discuss over on dev@, since you commented here, let's just finish it here rather than speading it all over. I'm not really in favor of an optional argument. if y

Re: mod_perlservice? what the heck?

2004-11-24 Thread Jonathan Vanasco
It makes a lot of sense to me Having spent time building lots of webapps with flash, and knowing many people who still do so and come from art school backgrounds, their system seems simple enough and tailored exactly for someone who doesn't know programming It seems to be an easily configurable

Re: [mp2] a content filter was added without a request: includes

2004-11-24 Thread Stas Bekman
Torsten FÃrtsch wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 21 October 2004 05:28, Stas Bekman wrote: Please try the attached fix (I'm afraid you'd get lines wrapped, so I didn't inline it). I'll commit it when 1.99_17 is released. Yes, it works. It's now committed. Thanks Tor

Re: mod_perlservice? what the heck?

2004-11-24 Thread Dan Brian
Having spent time building lots of webapps with flash, and knowing many people who still do so and come from art school backgrounds, their system seems simple enough and tailored exactly for someone who doesn't know programming. You need to know programming to use it. Perl, specifically. It seem

Re: pnotes

2004-11-24 Thread Arshavir Grigorian
Stas Bekman wrote: Arshavir Grigorian wrote: Hello list, I have module called Application which handles all the requests to the site (except for images, etc) and then dispatches the request to a different module based on the $r->path_info(). I am thinking about creating a Template Toolkit object

Re: How can I tell whether mod_perl is running?

2004-11-24 Thread Stas Bekman
Stas Bekman wrote: Greg Matheson wrote: On Sat, 02 Oct 2004, Stas Bekman wrote: This is different than the public signature of httpd installed in /usr/local/httpd. Is this signature with the mod_perl information only for private testing? Right, this is due to to test of the $s->add_version_compo

Re: Callback called exit.

2004-11-24 Thread Stas Bekman
Brian Hirt wrote: I've typed up my suggestions to the troubleshooting doc, and incorporated glen's suggestions too. Stas wants me to post to the list to see if there are any comments / corrections. I wasn't sure if I should put a comment in about __DIE__ handlers and their use with evals, it

Re: Apache2/Modperl2 fails to preload Win32::OLE at server startup

2004-11-24 Thread Thierry Valentin
Hello, Sorry about the imprecision... The reason why I forgot to send the error log is that there's absolutely nothing in the error log - not a single line even with a LogLevel set to debug. The only feedback I get is the standard Microsoft error dialog that says: "Apache HTTP server has encounte

Re: why AuthenNTLM prompt for password/user when user in domain

2004-11-24 Thread Shannon Eric Peevey
william lai wrote: *Hi speeves, i'm trying Apache::AuthenNTLM 2.07 modules with a NT PDC, mod_perl-1.19_12, Apache/2.0.51., After Hi! Just a note, the newest version of mod_perl is 1.99_17, and Apache 2.0.51 had a security hole that is fixed in 2.0.52. (Though I have been seeing a mention of a

Re: why AuthenNTLM prompt for password/user when user in domain

2004-11-24 Thread william lai
Hi, Thanks for your reply. then user/password will promt user/password for the first time accessing the page even though user logined, am i right? Do i need a samba server in apache which use the AuthenNTLM. And how do i know the the user/usernthash is right between the apache and PDC? Since my