cvs commit: modperl-2.0/xs/maps modperl_functions.map

2003-02-17 Thread stas
stas2003/02/17 01:03:17 Modified:.Changes lib/Apache compat.pm src/modules/perl modperl_callback.c modperl_callback.h modperl_handler.c t/htdocs .cvsignore t/modperl .cvsignore

cvs commit: modperl-2.0/xs/maps apache_functions.map

2003-02-17 Thread stas
stas2003/02/17 01:49:05 Modified:xs/maps apache_functions.map Log: by removing previous section (with functions that have moved elsewhere), the 'guess' functionality went broken. Correct by adding an explicit MODULE declaration. Revision ChangesPath 1.62 +1

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

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

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

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 ---BeginMessage--- yes david i've followed your

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,

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. -Chris

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?

Perl 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 Perl section runs and everything is fine. I would also like this code to be run on

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

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

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 (please

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,

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.

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 file in

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:

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:

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.

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

2003-02-17 Thread Dmitri Dmitrienko
Hello, I gotfollowing 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 errno.h should be commented out in perl.h. Then

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. Thanks

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

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.

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: 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 errno.h 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

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 errno.h should be

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

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

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: 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 16, 2003 7:43 AM