Re: Is Sys::Signal still needed?

2003-02-17 Thread Stas Bekman
Bill Moseley wrote: Searching the archives I don't see much discusson of Sys::Signal. Is it still needed to restore sig handlers? with older mod_perl versions? http://perl.apache.org/docs/1.0/guide/debug.html#Debugging_Signal_Handlers___SIG_FOO__ ___

Re: mod_perl 2.0 question about $r->connection->auth_type

2003-02-17 Thread Stas Bekman
Brian P Millett wrote: Stas Bekman wrote: Brian Millett wrote: Hi, I've just about got the Apache::AuthCookieDBI to work with Apache 2.0.44 & mod_perl 1.99_09-dev, but I ran into a problem with the $r->connection object not having "auth_type" or "user" defined. The $r->auth_type work just f

Re: [Question] Prototype Mismatch for Base64 under RunPerl

2003-02-17 Thread Stas Bekman
[EMAIL PROTECTED] wrote: OS: Windows2000 Apache: 1.3.27 ModPerl: 1.27_01-dev I have a script that ran perfectly well when not run under ModPerl but have recently tried to run it under modperl using the RunPerl module. It still seems to run OK, however my error log now seems to being filled wi

Re: modperl segfault with threaded Perl 5.8

2003-02-17 Thread Stas Bekman
Pavel Hlavnicka wrote: Ok, here is a complete backtrace (after a nice couple of hours observing the compilation progress... :) Can you please share the details of what you have changed, that allowed you to get the args and line numbers/file names? Why didn't you have them in the original repor

Re: [MP2] Apache::Reload date bug

2003-02-17 Thread Stas Bekman
Ron Savage wrote: Folks I don't know if this an Apache problem, or a mod_perl problem. Apache::Reload outputs a UTC date rather than a local date, when it encounters an error. Here's an excerpt from my log. Notice how the dates go Sun, Mon, ..., Sun. [Sun Feb 16 18:31:25 2003] [error] [client

Re: problem with mod_perl1.27 & perl5.8/apa1.3.27

2003-02-17 Thread Stas Bekman
Dmitri Dmitrienko wrote: Hello, I got following problem when compiled mod_perl 1.27 for Apache 1.3.27 and perl 5.8 for Win32 platform: Constants.xs(158) : error C2065: 'errno' : undeclared identifier after few hours of jumping around compiler I realized that #include should be commented out in

ANNOUNCE: OpenInteract 1.56 released

2003-02-17 Thread Chris Winters
A new version (1.56) of OpenInteract has been released. OpenInteract is an extensible web application server built on Apache, mod_perl, the Template Toolkit and SPOPS object persistence. This is a fairly minor upgrade. There is a fix to the INI configuration reader, documentation updates to a nu

Re: problem with mod_perl1.27 & perl5.8/apa1.3.27

2003-02-17 Thread Dmitri Dmitrienko
> > Hello, > > > > I got following problem when compiled mod_perl 1.27 for Apache > > 1.3.27 and perl 5.8 for Win32 platform: > > > > Constants.xs(158) : error C2065: 'errno' : undeclared identifier > > > > after few hours of jumping around compiler I realized that > > #include should be commen

Re: problem with mod_perl1.27 & perl5.8/apa1.3.27

2003-02-17 Thread Randy Kobes
On Tue, 18 Feb 2003, Dmitri Dmitrienko wrote: > Hello, > > I got following problem when compiled mod_perl 1.27 for Apache > 1.3.27 and perl 5.8 for Win32 platform: > > Constants.xs(158) : error C2065: 'errno' : undeclared identifier > > after few hours of jumping around compiler I realized that

Re: is moderator/admin available?

2003-02-17 Thread George Valpak
At 09:21 AM 2/18/2003 +1100, Stas Bekman wrote: >George Valpak wrote: >>Hey, is there a moderator available that can get the list admin to stop the madness >of endless repeats? > >I'm not a moderator, but if you post to [EMAIL PROTECTED], you will >receive the information you are looking for. Th

Re: Semi-complicated question: modifying the content of a requestbefore passing to CGI?

2003-02-17 Thread Stas Bekman
Seldo wrote: Okay, so here's what I need to do: 1. Receive a request to a given URI, X 2. Based on that URI, change certain values with the request (e.g. change the names or values of variables posted by the user, modify the "x-www-form-urlencoded" data, whatever...) 3. Tr

Re: Apache::DBI and mod_perl 2

2003-02-17 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Any plans to make Apache::FakeRequest work well enough to make this possible? There are plans. Here is an entry from modperl-2.0/todo/api.txt: Apache::FakeRequest: since APR can be used outside of httpd, and we can alloc request_rec and similar structures, it should be

problem with mod_perl1.27 & perl5.8/apa1.3.27

2003-02-17 Thread Dmitri Dmitrienko
Hello,   I got following problem when compiled mod_perl 1.27 for Apache 1.3.27 and perl 5.8  for Win32 platform:   Constants.xs(158) : error C2065: 'errno' : undeclared identifier after few hours of jumping around compiler I realized that #include should be commented out in perl.h. Then eve

Re: is moderator/admin available?

2003-02-17 Thread Stas Bekman
George Valpak wrote: Hey, is there a moderator available that can get the list admin to stop the madness of endless repeats? I'm not a moderator, but if you post to [EMAIL PROTECTED], you will receive the information you are looking for.

Re: How to find out if mod_perl is running

2003-02-17 Thread Stas Bekman
Gazi, Nasser (London) wrote: I have a very simple question (please excuse me if it is too simple). I need to find out if of one of my Linux servers is running mod_perl, and if so, which version it is running. Any suggestions as to how I can do this? Use the guide: http://perl.apache.org/docs/1.

Fwd: mod perl && libapreq make test problem

2003-02-17 Thread Lamotte Denis
I've found i nice url: http://www.advogato.org/article/627.html with this modification in config.pm : What to do before attempting to compile ANY Perl extensions more information: man 1 dyld The first thing you should do is change line 596 of /System/Library/Perl/darwin/Config.pm to: lddlflags=

Trouble using dir_config for PerlSetVar inside Perl section

2003-02-17 Thread Larry Leszczynski
Hi all - I'm having trouble using server->dir_config in my startup.pl to read variables set by PerlSetVar inside a Perl section. I'm using Perl 5.6.1, Apache 1.3.27, and mod_perl 1.27. In startup.pl I have: my $file = Apache->server->dir_config("CFG") || ""; warn "Missing path to config fi

RE: Apache::DBI and mod_perl 2

2003-02-17 Thread wsheldah
Any plans to make Apache::FakeRequest work well enough to make this possible? "Chris Faust" <[EMAIL PROTECTED]> on 02/17/2003 07:44:09 AM To:"Stas Bekman" <[EMAIL PROTECTED]> cc:"Dr. Helmut Zeilinger" <[EMAIL PROTECTED]>, "Modperl" <[EMAIL PROTECTED]> Subject:RE: Apache::DBI

Re: How to find out if mod_perl is running

2003-02-17 Thread Serguei Trouchelle
Gazi, Nasser (London) wrote: I have a very simple question (please excuse me if it is too simple). I need to find out if of one of my Linux servers is running mod_perl, and if so, which version it is running. Any suggestions as to how I can do this? perldoc mod_perl GATEWAY_INTERFACE The

Re: How to find out if mod_perl is running

2003-02-17 Thread Pierre Smolarek
lynx -head http://www.yourdomainname.com if you have lynx that is - Original Message - From: "Gazi, Nasser (London)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 5:30 PM Subject: How to find out if mod_perl is running > I have a very simple question (pleas

How to find out if mod_perl is running

2003-02-17 Thread Gazi, Nasser (London)
I have a very simple question (please excuse me if it is too simple). I need to find out if of one of my Linux servers is running mod_perl, and if so, which version it is running. Any suggestions as to how I can do this? Thanks, NG

is moderator/admin available?

2003-02-17 Thread George Valpak
Hey, is there a moderator available that can get the list admin to stop the madness of endless repeats? GV

Re: Apache, mod_perl, mod_proxy, mod_rewrite

2003-02-17 Thread Serguei Trouchelle
Serguei Trouchelle wrote: error.log says following: [error] proxy:http://naive1.isd.dp.ua/cgi-bin/system-select-isd-request.pl not found or unable to stat But request to http://naive1.isd.dp.ua/cgi-bin/system-select-isd-request.pl was successful. What's up? I found what is up. Apache::Regi

Re: Please wait Handler

2003-02-17 Thread Martin Moss
Thanks for all your help guys, Will have a think about it, Marty - Original Message - From: "Randal L. Schwartz" <[EMAIL PROTECTED]> To: "Perrin Harkins" <[EMAIL PROTECTED]> Cc: "Andrew Ho" <[EMAIL PROTECTED]>; "Martin Moss" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, February

ANNOUNCE: Loggerithim 6.2.2

2003-02-17 Thread Cory 'G' Watson
Howdy, http://loggerithim.sourceforge.net Loggerithim 6.2.2 is available, ChangeLog follows: - 6.2.2 Fix a typo in the creation of the attributes table Add support for 'ce' interfaces in Solaris About Loggerithim: Loggerithim is a monitoring package that allows you to monitor your systems,

section run on SIG_HUP

2003-02-17 Thread Derek Watson
Here's something I'm having a tough time digging up in the docs: I've got Apache 1.3.27 with dynamically configured VirtualHosts via mod_perl-1.27. This is working fine, when I first start the server the section runs and everything is fine. I would also like this code to be run on SIG_HUP a

Re: modperl segfault with threaded Perl 5.8

2003-02-17 Thread Pavel Hlavnicka
One more info (seems be useful)> if I build NON-threaded version of Perl, all seems be ok (at least, there is no crash during the startup. Threaded version of perl crashes regardless on the compiler optimization level (just if you wanted to know) Is it possible we have found a bug in Perl? Pav

RE: Apache::DBI and mod_perl 2

2003-02-17 Thread Chris Faust
>> Also remember, that you can't test modules that require mod_perl >> to run from >> the command line. You'd have the same result with mod_perl 1.0 >> Thanks, I didn't know that at all as I test all my modules that way and have never had a problem.. Of course most are not mod_perl specific. -Ch

Re: modperl segfault with threaded Perl 5.8

2003-02-17 Thread Pavel Hlavnicka
Ok, here is a complete backtrace (after a nice couple of hours observing the compilation progress... :) #0 0x4003e32d in Perl_gv_fetchpv (my_perl=0x0, nambeg=0x80c68a7 "Apache::Server::AutoPreLoad", add=0, sv_type=4) at gv.c:646 #1 0x4003726b in Perl_get_sv (my_perl=0x0, name=0x80c6

Fwd: Re: mod perl && libapreq make test problem

2003-02-17 Thread Lamotte Denis
Remarque : message transféré en pièce jointe. = Lamotte Denis +352021268760 ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com --- Begin Message --- yes david i've followed you

mp2 heads up with Apache::Reload

2003-02-17 Thread Stas Bekman
For those who started working with mp2 and found themselves unable to use Apache::Reload for connection filters and protocol handlers, I'm happy to tell you that the cvs version now supports Apache::Reload in the PerlPreConnectionHandler phase, which happens as early as possible. The updated do

Re: Building mod-perl 2 for cygwin

2003-02-17 Thread Stas Bekman
Steve Baldwin wrote: Thanks very much for your reply Stas. Pardon my ignorance, but are you saying I need to rebuild Perl with different options. Unfortunately (at least for a time being) yes. The version of Perl I'm using is the packaged one I installed with the cygwin install utility. If

RE: Building mod-perl 2 for cygwin

2003-02-17 Thread Steve Baldwin
Thanks very much for your reply Stas. Pardon my ignorance, but are you saying I need to rebuild Perl with different options. The version of Perl I'm using is the packaged one I installed with the cygwin install utility. If this is the case, could you please a little more information as to the ar