Re: Problems with Apache/Mod_perl Server

2002-07-31 Thread Stas Bekman
Alfred Vahau wrote: Thanks for the leads. My concentration definitely lapsed over the make test failure. I ran make install regardless and all was well. I attempted to start the server without success. Here's the error message from the error_log [Wed Jul 31 15:03:13 2002] [alert] httpd:

Re: while - modperl 2.0/Apache 2.0

2002-07-31 Thread Stas Bekman
Alessandro Forghieri wrote: Greetings. I have observed the same behavior (on win32). Scripts that are invoked from the same browser through the same URL appear to bind to the same perl thread and are therefore serialized. Changing the URL appears to bind the request to a different

Re: perl section: Files under Directory - whats wrong here?

2002-07-31 Thread PVM
Hi Stas, Thank you for your reply! It worked like a charm! I can't believe I didn't try that: %Directory vs. $Directory --- RTFM! Peter Stas Bekman

Can you have mod_perl 1.26 with Apache 2.0.39?

2002-07-31 Thread Grant Cooper
Can you have mod_perl 1.26 with Apache 2.0.39? I was unable to to install mod_perl from ports but was able to do a pkg_install mod_perl 1.26. Seems to work now but now I have apache version 1.3.22 where I use to have 2.0.39. Is this because mod_perl 2.0 is meant for apache 2 and is not

Re: while - modperl 2.0/Apache 2.0

2002-07-31 Thread Stas Bekman
Stas Bekman wrote: Alessandro Forghieri wrote: Greetings. I have observed the same behavior (on win32). Scripts that are invoked from the same browser through the same URL appear to bind to the same perl thread and are therefore serialized. Changing the URL appears to bind the

Re: Can you have mod_perl 1.26 with Apache 2.0.39?

2002-07-31 Thread Stas Bekman
Grant Cooper wrote: Can you have mod_perl 1.26 with Apache 2.0.39? I was unable to to install mod_perl from ports but was able to do a pkg_install mod_perl 1.26. Seems to work now but now I have apache version 1.3.22 where I use to have 2.0.39. Is this because mod_perl 2.0 is meant for

Re: $r-dir_config-(un)set issue...

2002-07-31 Thread Stas Bekman
simran wrote: Does that mean that $r-dir_config is not the same as $r-server-dir_config ? not the same, $r-dir_config is a merge of the Location section setting with Server/Vhost settings, $r-server-dir_config is only for Server/Vhost settings.

how to unsubscribe

2002-07-31 Thread Hendrik Janse van Rensburg
hi could someone please tell me how tounsubscibe? cheers *** This message may contain information which is confidential and subject to legal privilege. If you are not the intended recipient, you may not peruse, use,

Re: how to unsubscribe

2002-07-31 Thread ok
Hendrik Janse van Rensburg writes: could someone please tell me how to unsubscibe? Look into the mail-headers

Re: $r-dir_config-(un)set issue...

2002-07-31 Thread Geoffrey Young
simran wrote: Does that mean that $r-dir_config is not the same as $r-server-dir_config ? A PerlUnsetVar would indeed be very handy... as would PerlUnsetEnv :-) I looked into implementing that the last time it came up but IIRC it would take redoing the merge routines - from what I

Warnings clarification

2002-07-31 Thread William McKee
Hi, I've been using Perl for several years to develop simple CGI applications for my clients. I'm now in the process of migrating to mod_perl for the performance benefit it gives. In so doing, I've been lurking on this list and reading the Guide. Presently, I'm trying to debug a problem with a

Re: while - modperl 2.0/Apache 2.0

2002-07-31 Thread Udlei Nattis
hi, this problem is stranger when i use apache 1.3/modperl 1.27 this problem don't exist i think problem is because thread in apache2 or modperl2 lynx dont have problem because is other instance if you open 2 instances of mozilla you dont have problem but if you open one mozilla and 5 tab

Re: while - modperl 2.0/Apache 2.0

2002-07-31 Thread Stas Bekman
Udlei Nattis wrote: hi, this problem is stranger when i use apache 1.3/modperl 1.27 this problem don't exist i think problem is because thread in apache2 or modperl2 That's the thing. I've had the same behavior with apache 1.3/modperl 1.27, so I don't think this has anything to do with

Re: Warnings clarification

2002-07-31 Thread Stas Bekman
William McKee wrote: Hi, I've been using Perl for several years to develop simple CGI applications for my clients. I'm now in the process of migrating to mod_perl for the performance benefit it gives. In so doing, I've been lurking on this list and reading the Guide. Presently, I'm trying

Re: Warnings clarification

2002-07-31 Thread William McKee
On 31 Jul 2002 at 20:56, Stas Bekman wrote: Have you read this? http://perl.apache.org/docs/1.0/guide/porting.html#Warnings No, I was reading this-- http://perl.apache.org/docs/1.0/guide/debug.html#The_Importance_of_Warnings The information in the link you posted is I was seeking. Perhaps a

Re: Warnings clarification

2002-07-31 Thread Stas Bekman
William McKee wrote: On 31 Jul 2002 at 20:56, Stas Bekman wrote: Have you read this? http://perl.apache.org/docs/1.0/guide/porting.html#Warnings No, I was reading this-- http://perl.apache.org/docs/1.0/guide/debug.html#The_Importance_of_Warnings The information in the link you posted

Another Great Article by Stas!

2002-07-31 Thread Kevin A. McGrail
I just wanted to give Kudos to Stas for his latest Mod Perl installment at Perl.com! http://www.perl.com/pub/a/2002/07/30/mod_perl.html Regards, KAM

Re: Mention LoadFile in the mp2 docs?

2002-07-31 Thread Randy Kobes
On Tue, 30 Jul 2002, Stas Bekman wrote: Alessandro Forghieri wrote: Greetings. From: http://perl.apache.org/docs/2.0/user/config/config.html#Enabling_mod_perl [...] Win32 users need to make sure that the path to the Perl binary (e.g., C:\Perl\bin) is in the PATH environment

unsubscibe

2002-07-31 Thread Anouk Twijnstra
hi could someone please tell me how tounsubscibe? anoukChat with friends online, try MSN Messenger: Click Here

Unsuscribed

2002-07-31 Thread Anouk Twijnstra
MSN Photos is the easiest way to share and print your photos: Click Here

ANNOUNCE: Debug::SIGSEGVTrace

2002-07-31 Thread Stas Bekman
For all those who have troubles getting a backtrace or the core file, when a mod_perl server (or a perl program) segfaults, here is a module that attempts to do all the work for you. The rest of the doc follows. Please read the TODO section, and help me with things that need to be done if you

a new doc: Preparing mod_perl modules for CPAN

2002-07-31 Thread Stas Bekman
I've just added a new doc: Preparing mod_perl modules for CPAN http://perl.apache.org/docs/general/cpan_mod_dev/cpan_mod_dev.html If you have useful input please send it to me. __ Stas BekmanJAm_pH -- Just Another

get_remote_host for mod_perl2

2002-07-31 Thread Tim Keefer
Hi All, Any ideas for retrieving the users ip address within a mod_perl2 module? mod_perl1 has $r-get_remote_host. Is their something similar in mod_perl2? I've searched all the mod_perl2 docs on perl.apache.org and couldn't find anything about this. Thanks in advance, Tim Keefer

Re: get_remote_host for mod_perl2

2002-07-31 Thread Stas Bekman
Tim Keefer wrote: Hi All, Any ideas for retrieving the users ip address within a mod_perl2 module? mod_perl1 has $r-get_remote_host. Is their something similar in mod_perl2? I've searched all the mod_perl2 docs on perl.apache.org and couldn't find anything about this. in 2.0 it's: use

[ANNOUNCE] StateMachine::Gestinanna 0.01

2002-07-31 Thread James G Smith
StateMachine::Gestinanna is a fairly simple state machine implementation that is driven by the application. It does not actually drive an application but provides hints as to what the application should do next. It is designed to be especially helpful in a Model/View/Controller web-application

Re: [ANNOUNCE] StateMachine::Gestinanna 0.01

2002-07-31 Thread James G Smith
James G Smith [EMAIL PROTECTED] wrote: The distribution is available on CPAN (soon -- has been uploaded) and at http://sourceforge.net/project/gestinanna/ Make that http://sourceforge.net/projects/gestinanna/ -- James Smith [EMAIL PROTECTED], 979-862-3725 Texas AM CIS Operating Systems Group,

silent failure still a problem in mod_perl 2.0?

2002-07-31 Thread Wilbur, Charlton
Kyle Dawkins writes: I'd betcha your problem is almost certainly caused by your use of DSOs. If you *really* want to prune your system down to see where your bug is, then build apache and mod_perl statically. There was a very well-known bug that caused DBI to segfault if it was run under a

FW: silent failure still a problem in mod_perl 2.0?

2002-07-31 Thread Wilbur, Charlton
Kyle Dawkins writes: I'd betcha your problem is almost certainly caused by your use of DSOs. If you *really* want to prune your system down to see where your bug is, then build apache and mod_perl statically. There was a very well-known bug that caused DBI to segfault if it was run under a

Re: Fwd: Re: Apache::DBI as a prerequisite

2002-07-31 Thread Stas Bekman
Simon Perrault wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On July 30, 2002 10:02 pm, Stas Bekman wrote: 2) See http://perl.apache.org/docs/2.0/devel/testing/testing.html Though you can really rely on it once Apache::Test is released, which will happen when mod_perl 2.0 is

re: solaris 2.6, mod_perl 1.27, apache 1.3.26, resulting serverfails

2002-07-31 Thread John E. Mendenhall
I have compiled mod_perl 1.27 with apache 1.3.26 under perl 5.6.1, solaris 2.6. When I run the make test, it fails with the following in the error_log: [notice] Destruction-DESTROY called for $global_object Prototype mismatch: sub Socket::INADDR_ANY vs () at

Re: Problems with Apache/Mod_perl Server

2002-07-31 Thread Alfred Vahau
My apologies. Thought I posted to the list Thanks for the help. Alfred, Alfred Vahau wrote: The server's up and running. Thanks for the /etc/hosts tip I actually had the line as 127.0.0.1 bullen localhost.localdomain localhost So I commented out that and entered it as 127.0.0.1

Mandrake defalut mod_perl dose not seem to be working.

2002-07-31 Thread Roy Souther
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Trying to get HTML::Mason going and I have been told that my problem is that mod_perl is not running. I was told to test the value of $ENV{MOD_PERL} in a cgi script and if it return true then it was working properly but it did not. I have gone

Re: [ANNOUNCE] StateMachine::Gestinanna 0.01

2002-07-31 Thread Ron Savage
On Wed, 31 Jul 2002 12:32:51 -0500, James G Smith wrote: James G Smith [EMAIL PROTECTED] wrote: The distribution is available on CPAN (soon -- has been uploaded) and at http://sourceforge.net/project/gestinanna/ Make that http://sourceforge.net/projects/gestinanna/ There are some state machine

Re: $r-dir_config-(un)set issue...

2002-07-31 Thread simran
On Wed, 2002-07-31 at 21:33, Geoffrey Young wrote: simran wrote: Does that mean that $r-dir_config is not the same as $r-server-dir_config ? A PerlUnsetVar would indeed be very handy... as would PerlUnsetEnv :-) I looked into implementing that the last time it came up but

Re: [ANNOUNCE] StateMachine::Gestinanna 0.01

2002-07-31 Thread James G Smith
Ron Savage [EMAIL PROTECTED] wrote: On Wed, 31 Jul 2002 12:32:51 -0500, James G Smith wrote: James G Smith [EMAIL PROTECTED] wrote: The distribution is available on CPAN (soon -- has been uploaded) and at http://sourceforge.net/project/gestinanna/ Make that

Re: [ANNOUNCE] StateMachine::Gestinanna 0.01

2002-07-31 Thread Barrie Slaymaker
On Wed, Jul 31, 2002 at 07:25:48PM -0500, James G Smith wrote: XML::SAX::Machines This is an XML SAX processing framework, nothing to do with state machines I'm afraid. I do have another distribution (not on CPAN, let me know if you want a copy) in the StateML:: namespace that takes an XML

Re: Mandrake defalut mod_perl dose not seem to be working.

2002-07-31 Thread Stas Bekman
Roy Souther wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 31 July 2002 08:40 pm, Stas Bekman wrote: What do you mean by doesn't work? Try: http://perl.apache.org/docs/1.0/guide/install.html#How_can_I_tell_whether_m od_perl_is_running_ The two tests they recommend

Re: [ANNOUNCE] Apache Hello World Benchmarks - Apache C API, HelloDB

2002-07-31 Thread Ged Haywood
Hi Josh, On Tue, 30 Jul 2002, Josh Chamas wrote: Thanks for the feedback still looking for more! Well for one thing you're doing a great job. :) Fo benchmarks to be more realistic, I feel that they need to include chunks of code to do lookups in serious databases, put together very complex