Re: [announce] mod_perl-1.99_01

2002-04-10 Thread Ed Grimm
On Mon, 8 Apr 2002, Stas Bekman wrote: Ged Haywood wrote: Compilations should be SILENT unless something goes wrong. The build process takes time, if you don't give an indication of what's going on users will try to do funky things. Since the build process is comprised of many small

how to configure perl with apache server

2002-04-10 Thread rajesh
Hi, We are facing problems in configuring perl with apache. Could you please mail me how to configure it. We are getting errors like "Invalid command PerlSetVar" in httpsd.conf file. while starting https server. Please help me. Regards, Rajesh

Re: how to configure perl with apache server

2002-04-10 Thread simran
Hi Rajesh, Can you please include more information on how you are tring to configure it. * Did you compile apache yourself? * What version of apache are you trying to use? * What is the relevant section in the httpd.conf file At a glimpse, it looks like you might not have compiled mod_perl

Re: Unsubscribe me please [KILL THIS THREAD]

2002-04-10 Thread Martin Haase-Thomas
:) giggle... Perrin Harkins wrote: Please kill this thread. Some people are not good at dealing with mailing lists. At least this guy was polite. - Perrin -- http://www.meome.de --- Martin Haase-Thomas |

Re: Ordering in %INC for PerlRestart

2002-04-10 Thread Sreeji K Das
Hi Perrin/Ged, Thanx for the reply (I hardly get replies for subjects with restart :-( I guess I'm the only one using PerlFreshRestart (sic !). My requirement is to do a neat kill of children and then do a complete restart. I don't want any existing connections to be terminated abruptly. Also I

Re: how to configure perl with apache server

2002-04-10 Thread Ged Haywood
Hi there, On Wed, 10 Apr 2002, rajesh wrote: We are facing problems in configuring perl with apache. Please see the mod_perl Guide at http://perl.apache.org/guide, the mod_perl cookbook (see http://modperlcookbook.org for details) and the book we know here as the Eagle book which is in

alarms

2002-04-10 Thread mire
I wish to know 2 things about mod_perl 1) what happens when you set an alarm for lets say 30 seconds and the request finishes in 20 ? Since apache child is very likely still alive is mod_perl too ? 2) does apache child die when you issue die; from perl code (mod_perl ofcourse) ? -- Best

OPEN3

2002-04-10 Thread Vuillemot, Ward W
I resolved some of my other open3 related errors by undef stdin, etc per the docs. How stdin or stdout have tow references is beyond me, though. For the time being it works, though. Nonetheless, I have getting the following two (related, I assume) errors. I cannot find any docs on these.

Re: Ordering in %INC for PerlRestart

2002-04-10 Thread Perrin Harkins
Sreeji K Das wrote: Thanx for the reply (I hardly get replies for subjects with restart :-( I guess I'm the only one using PerlFreshRestart (sic !). Hopefully you are the only one! My requirement is to do a neat kill of children and then do a complete restart. I don't want any existing

Re: alarms

2002-04-10 Thread Perrin Harkins
mire wrote: 1) what happens when you set an alarm for lets say 30 seconds and the request finishes in 20 ? You are supposed to unset the alarm if the event you were timing finishes before it goes off. 2) does apache child die when you issue die; from perl code (mod_perl ofcourse) ? No,

RE: Content management systems

2002-04-10 Thread OCNS Consulting
Looks good - if you're in San Diego. RB -Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 12:23 PM To: Matthew Watson Cc: [EMAIL PROTECTED] Subject: Re: Content management systems Matthew Watson wrote: I was wondering if there are any

Re: alarms

2002-04-10 Thread Stas Bekman
mire wrote: I wish to know 2 things about mod_perl 1) what happens when you set an alarm for lets say 30 seconds and the request finishes in 20 ? Since apache child is very likely still alive is mod_perl too ? You don't set alarm around the request, do you? You set the alarm for a certain

OT: Status Page

2002-04-10 Thread Rasoul Hajikhani
Folks, please excuse this off topic thread, but I thought since a lot of you work in creating a informative user experience, some of you may be able to help me. I am trying to create a status page, the kind that shows a horizental status bar that looks to work in real time and changes as events

Re: Ordering in %INC for PerlRestart

2002-04-10 Thread Fran Fabrizio
Thanx for the reply (I hardly get replies for subjects with restart :-( I guess I'm the only one using PerlFreshRestart (sic !). Hopefully you are the only one! Pardon my newbie-ness, but can someone explain the perils of PerlFreshRestart in a bit more depth? I hadn't heard of it

Re: OT: Status Page

2002-04-10 Thread Nigel Hamilton
Hi Rasoul, We display a status bar while processing credit card transactions at Turbo10 (http://turbo10.com). The Bank takes 1-5 seconds to respond so in the meantime we show an animated status bar GIF in a pop-up box - when the page is 'onunLoaded' (Javascript event) the

Re: OT: Status Page

2002-04-10 Thread Issac Goldstand
I sometimes use pages with a text INPUT field and javascript to upate it to display status. I'm also planning on releasing a more complex version of that that uses a seperate thread under Apache 2, based on the IPC methods I use for Apache::UploadMeter... Issac Rasoul Hajikhani wrote:

Re: Ordering in %INC for PerlRestart

2002-04-10 Thread Geoffrey Young
Fran Fabrizio wrote: Thanx for the reply (I hardly get replies for subjects with restart :-( I guess I'm the only one using PerlFreshRestart (sic !). Hopefully you are the only one! Pardon my newbie-ness, but can someone explain the perils of PerlFreshRestart in a bit more

Apache::File

2002-04-10 Thread Rasoul Hajikhani
Folks, The Apache::File man pages indicate that ($name,$fh) = Apache::File-tmpfile; returns a fh ready to write to. So far so good. In case of wanting to read from it, here is what I do: # Is this necessary? $fh-close() or die Could not close $name: $!\n; $opfh-open($name); local $/

Apache::File correction

2002-04-10 Thread Rasoul Hajikhani
Folks, The Apache::File man pages indicate that ($name,$fh) = Apache::File-tmpfile; returns a fh ready to write to. So far so good. In case of wanting to read from it, here is what I do: # Is this necessary? $fh-close() or die Could not close $name: $!\n; $fh-open($name); local $/=

Re: Zero response, proxy error

2002-04-10 Thread ___cliff rayman___
BTW We wanted to use same apache for testing beta site along with the live one. The perl modules used have the same name but are for different virt. hosts, have different locations and different content and the errors (getting content from beta modules when asking for live site) are probably

Apache::Session suggested mod

2002-04-10 Thread Vuillemot, Ward W
Has anyone ever thought to have the table name modifiable? E.g. instead of 'sessions', you could set it to something like 'preferences' for a given instance. I wanted to maintain session information, but also preferences that are attached to a given username. I could just put the two within

Re: Apache::Session suggested mod

2002-04-10 Thread James G Smith
Vuillemot, Ward W [EMAIL PROTECTED] wrote: Has anyone ever thought to have the table name modifiable? E.g. instead of 'sessions', you could set it to something like 'preferences' for a given instance. I wanted to maintain session information, but also preferences that are attached to a given

Re: Apache::File correction

2002-04-10 Thread Robert Landrum
At 1:44 PM -0700 4/10/02, Rasoul Hajikhani wrote: Folks, The Apache::File man pages indicate that ($name,$fh) = Apache::File-tmpfile; returns a fh ready to write to. So far so good. In case of wanting to read from it, here is what I do: # Is this necessary? $fh-close() or die Could not close

Re: Apache::File correction

2002-04-10 Thread Rasoul Hajikhani
Robert Landrum wrote: At 1:44 PM -0700 4/10/02, Rasoul Hajikhani wrote: Folks, The Apache::File man pages indicate that ($name,$fh) = Apache::File-tmpfile; returns a fh ready to write to. So far so good. In case of wanting to read from it, here is what I do: # Is this necessary?

Re: Apache::Session suggested mod

2002-04-10 Thread siberian
I once did a one-off mod of Apache::Session to do just this but eventually gave up and just changed my table names. It was to hard to keep in sync with new releases of Apache::Session and I don't have enough faith in my ability to send a real patch :) So I think its a natural path. When you

Re: Content management systems

2002-04-10 Thread Colin Kuskie
On Tue, Apr 09, 2002 at 04:42:31PM +0200, Maarten Stolte wrote: Anybody know of something in mod_perl with this out of the box functionality in addition to content management? Metadot bills itself as a portal product. I've even installed it briefly in the past, and it seemed

mod_perl 1.99 (for Apache 2.0.35) building on W2K

2002-04-10 Thread Chuck Goehring
To all, I'm attempting to build newest versions of Apache/perl/mod_perl for WIN/2000. All went well until building mod_perl. There is lots of detail furtur down. To summarize, at the end of the make (using nmake) there are 21 of these apr_bucket errors and then it dies with fatal errors

RE: Content management systems

2002-04-10 Thread Wim Kerkhoff
I hear you... I wish there were more conferences in Vancouver BC, or even Seattle. Unless I just don't here about them... On 10-Apr-2002 OCNS Consulting wrote: Looks good - if you're in San Diego. RB -Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED]] It looks

Apache-server in modperl2

2002-04-10 Thread pascal barbedor
Hi I have installed apache 2.0.35 and modperl2 ppd from theoryx5 repository I am under win2k I am trying to move my modules under modperl2 I am running into a first problem I used to use Apache-server-dir_config('some') but this does not work anymore does anyone know the replacement ?

Re: Apache-server in modperl2

2002-04-10 Thread Stas Bekman
pascal barbedor wrote: Hi I have installed apache 2.0.35 and modperl2 ppd from theoryx5 repository I am under win2k I am trying to move my modules under modperl2 I am running into a first problem I used to use Apache-server-dir_config('some') but this does not

Re: alarms

2002-04-10 Thread Damyan Ivanov
On Thu, Apr 11, 2002 at 12:30:53AM +0800 Stas Bekman wrote: mire wrote: I wish to know 2 things about mod_perl 1) what happens when you set an alarm for lets say 30 seconds and the request finishes in 20 ? Since apache child is very likely still alive is mod_perl too ? You don't set