Re: are there any missing modules?

2001-02-15 Thread Matt Sergeant
On Thu, 15 Feb 2001, Stas Bekman wrote: Quoting Matt Sergeant [EMAIL PROTECTED]: On Wed, 14 Feb 2001, Stas Bekman wrote: Well, I've finally have cracked this tedious task down. I've pretty much done with the modules chapter for the book (of course I didn't document all of

Re: cron for mod_perl?

2001-02-15 Thread Ask Bjoern Hansen
On Wed, 14 Feb 2001, Perrin Harkins wrote: On Wed, 14 Feb 2001, Pierre Phaneuf wrote: I guess two persons "simpler" aren't always the same: I find it easier laying out a table and querying it than hacking something to fiddle with my crontab safely. As far as I know, crontab -e is

Re: are there any missing modules?

2001-02-15 Thread Ask Bjoern Hansen
On Wed, 14 Feb 2001, Stas Bekman wrote: Toolkits and Framework for Content Generation and Other Phases Apache::ASP - Active Server Pages for Apache with mod_perl HTML::Embperl - Embed Perl in Your HTML Documents Apache::EmbperlChain - process embedded perl in HTML in the

Re: Segfault: apache-1.3.17+modperl-1.25

2001-02-15 Thread dima
Hmm, have you built mod_perl with PERL_USELARGEFILES=0? I've got almost the same set up (RH7) running just fine. On Wed, 14 Feb 2001, Gary Algier wrote: My children are segfaulting. I have: Solaris 2.6 (w/all latest patches installed right after the OS) Perl 5.6.0 (no

Re: cron for mod_perl?

2001-02-15 Thread Matt Sergeant
On Thu, 15 Feb 2001, Ask Bjoern Hansen wrote: On Wed, 14 Feb 2001, Perrin Harkins wrote: On Wed, 14 Feb 2001, Pierre Phaneuf wrote: I guess two persons "simpler" aren't always the same: I find it easier laying out a table and querying it than hacking something to fiddle with my

RE: Apache-read timed out

2001-02-15 Thread Geoffrey Young
-Original Message- From: Deja User [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 7:36 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Apache-read timed out Hello , I am getting "Apache-read timed out messages in my error_log,now i have been

Apache::ASP - AS PerlScript compatibility request

2001-02-15 Thread Joel W. Reed
to be more fully compliant with ActiveState's PerlScript we need the following methods on Apache::ASP::Collection object. sub Count -- # of keys in $Request-QueryString or $Request-Form sub Key { my ($self, $keynum) = @_; } attached are two test files sample output under windows. jr

Re: cron for mod_perl?

2001-02-15 Thread Pierre Phaneuf
Ask Bjoern Hansen wrote: So: What is the task at hand (more than "run something at certain intervals" (which is what cron(8) is for)). I am building a web something-something (I don't know what's the current buzzword for that, you know, the big integrated things) similar to the ArsDigita

Re: cron for mod_perl?

2001-02-15 Thread Pierre Phaneuf
Ask Bjoern Hansen wrote: I guess two persons "simpler" aren't always the same: I find it easier laying out a table and querying it than hacking something to fiddle with my crontab safely. As far as I know, crontab -e is perfectly safe. "crontab -l | foo" and "foo | crontab -" are

Re: cron for mod_perl?

2001-02-15 Thread Pierre Phaneuf
Matt Sergeant wrote: as for putting cron into Apache: I don't understand why that's wanted in the first place. When connecting to the database outside the httpd it doesn't matter if it goes a little slow. And having separate programs to do the maintenance would easily be much simpler

Re: DBI+mod_perl SegFault!

2001-02-15 Thread Eric J. Peters
Just to update this... The problem was with the detail I omitted below: PHP4. The php.net buglist indicates that PHP 4.0.4 may fix the problem, but that is the version I have - so I think it is still an open issue, even with PHP 4.0.4. I'll report this to PHP.net so they are aware. However, if

Re: are there any missing modules?

2001-02-15 Thread Stas Bekman
On Thu, 15 Feb 2001, Ask Bjoern Hansen wrote: On Wed, 14 Feb 2001, Stas Bekman wrote: Toolkits and Framework for Content Generation and Other Phases Apache::ASP - Active Server Pages for Apache with mod_perl HTML::Embperl - Embed Perl in Your HTML Documents

Re: are there any missing modules?

2001-02-15 Thread Stas Bekman
On Thu, 15 Feb 2001, Matt Sergeant wrote: On Thu, 15 Feb 2001, Stas Bekman wrote: Quoting Matt Sergeant [EMAIL PROTECTED]: On Wed, 14 Feb 2001, Stas Bekman wrote: Well, I've finally have cracked this tedious task down. I've pretty much done with the modules chapter for

Re: cron for mod_perl?

2001-02-15 Thread Stas Bekman
On Thu, 15 Feb 2001, Pierre Phaneuf wrote: Ask Bjoern Hansen wrote: I guess two persons "simpler" aren't always the same: I find it easier laying out a table and querying it than hacking something to fiddle with my crontab safely. As far as I know, crontab -e is perfectly

Re: cron for mod_perl?

2001-02-15 Thread Tim Bunce
On Thu, Feb 15, 2001 at 09:04:43AM -0500, Pierre Phaneuf wrote: Apache::Schedule let you register callbacks (per Apache child process) that will be called after a given amount of time has passed, either once or repeatedly. Callbacks will be called at the next request after the required

APXS was Re: Is *anybody* running perl 5.6, modperl_1.25, apache_1.3.17 PHP4.0.4pl1 OK ?

2001-02-15 Thread tim fulcher
Thanks to all who have responded so far. OK then. I've managed to build PHP and XML::Sablotron against Sablotron 0.5 Both PHP and Perl (in outside of modperl) work fine on the tests so far. [ FWIW , the XML::Sablotron works fine again the precompiled binary installation of Sablotron but not

Re: cron for mod_perl?

2001-02-15 Thread Pierre Phaneuf
Stas Bekman wrote: I might be barking at the wrong tree, but why cron? Why don't you use at(1). you don't need to parse crontab for that, and you can spawn processes with whatever intervals on demand. basically you can call at(1) itself at the end of at() so you can do the same as crontab.

Re: cron for mod_perl?

2001-02-15 Thread Pierre Phaneuf
Tim Bunce wrote: Apache::Schedule let you register callbacks (per Apache child process) that will be called after a given amount of time has passed, either once or repeatedly. Callbacks will be called at the next request after the required time, or at child exit time. Would it work

RE: Apache-read timed out

2001-02-15 Thread Sachin Lakhanpal
yes i have tried all those time out parameters . :( sachin --- Geoffrey Young [EMAIL PROTECTED] wrote: -Original Message- From: Deja User [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 7:36 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject:

ANNOUNCE: lingerd 0.93

2001-02-15 Thread Roger Espel Llima
Lingerd version 0.93 has been released at ftp://iagora.com/pub/software/lingerd/lingerd-0.93.tar.gz WHAT IS LINGERD? Lingerd is a daemon that greatly improves Apache's scalability by taking over the task of lingering on closing sockets. On dynamic page servers that don't serve their own

Apache::ASP, Sessions and SSL ...

2001-02-15 Thread Demetrios C. Christopher
Hello all, I am running A::A 2.03 on a Solaris 2.6 box with Stronghold 2.4.2, whatever. The truth is I doubt the rest matters ... I am running a pretty cool web app where fields are collected, validated and then appropriate action is taken, one of which is to make an HTTP call (LWP) to a

Problems make'ing mod_perl-1.25 under HPUX 11.00

2001-02-15 Thread Corey Hart
Everytime I am try to make mod-perl1.25 under HPUX 11 I always encounter the same error: === modules/perl cc -I. -I../../include -I../../include/regex -I../../include/.././os/unix -DHPUX11 -Aa -Ae -D_HPUX_SOURCE -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED -DMOD_PERL

Re: Apache::ASP - AS PerlScript compatibility request

2001-02-15 Thread Joshua Chamas
"Joel W. Reed" wrote: On Feb 15, [EMAIL PROTECTED] contorted a few electrons to say... modperl to be more fully compliant with ActiveState's PerlScript modperl we need the following methods on Apache::ASP::Collection modperl object. modperl modperl sub Count -- # of keys in

Re: Problems make'ing mod_perl-1.25 under HPUX 11.00

2001-02-15 Thread G.W. Haywood
Hi there, On Thu, 15 Feb 2001, Corey Hart wrote: Everytime I am try to make mod-perl1.25 under HPUX 11 I always encounter the same error: Search the mailing List archives for HPUX (if you haven't already:) there was some useful stuff about HPUX recently - this year I'm sure. 73, Ged.

Re: Problems make'ing mod_perl-1.25 under HPUX 11.00

2001-02-15 Thread Blue Lang
On Thu, 15 Feb 2001, Corey Hart wrote: cc: "/usr/include/dlfcn.h", line 17: error 1681: Must use +e or -Ae for long long in ANSI mode. *** Error exit code 1 try %prompt: CFLAGS='-Ae' perl Makefile.pl extra flags -- Blue Lang

Re: Apache::ASP, Sessions and SSL ...

2001-02-15 Thread Demetrios C. Christopher
Having been trained in the Microsoft Arts, I decided upgrading instead of troubleshooting the problem might be well worth it ... I upgraded to 2.09 and things are working fine now ... if things stop working again I'll be paying Joshua a visit! (just kidding, we love you JC). Still, if anyone

Re: cron for mod_perl?

2001-02-15 Thread Vivek Khera
"PP" == Pierre Phaneuf [EMAIL PROTECTED] writes: As far as I know, crontab -e is perfectly safe. "crontab -l | foo" and "foo | crontab -" are your friends. PP Ah yes. The problem with this is between the "crontab -l" and the PP "crontab -". You have to parse the crontab, find your own

Re: cron for mod_perl?

2001-02-15 Thread Perrin Harkins
On Thu, 15 Feb 2001, Stas Bekman wrote: I might be barking at the wrong tree, but why cron? Why don't you use at(1). And there's a CPAN module for it: Schedule::At. It claims to be cross-platform, and I believe NT has a version of at(1). - Perrin

Re: cron for mod_perl?

2001-02-15 Thread Pierre Phaneuf
Vivek Khera wrote: PP Ah yes. The problem with this is between the "crontab -l" and the PP "crontab -". You have to parse the crontab, find your own entry without Very limited thinking going on here. The crontab program honors the EDITOR environment variable. Now... setenv

Re: cron for mod_perl?

2001-02-15 Thread Perrin Harkins
On Thu, 15 Feb 2001, Matt Sergeant wrote: Its just a convenience thing. I've wanted to be able to do this too, for example to have emails go off at a particular interval. So yes, it can be done as cron + URI, but I'm just jealous of AOLServer's ability to do it all in one. This is especially

Re: cron for mod_perl?

2001-02-15 Thread Vivek Khera
"PP" == Pierre Phaneuf [EMAIL PROTECTED] writes: With appropriate Perl modules for the cron files, this should be trivial. But then, you probably aren't doing this from mod_perl... PP Well, yes, why? :-) You really want to have your web server writing files that execute arbitrary programs

[JOB SEEKER] Freelancer / external developer for hire

2001-02-15 Thread Riardas epas
Hello everybody, I'd like to make known my availabilty for telecommuting work. I have significant experience developing web applications/handlers/modules in mod_perl, php, DBI/MySQL on FreeBSD/Linux/Unix. I also have sysadmin experience in Apache, Apache's ssl modules, MySQL, BIND,

Re: cron for mod_perl?

2001-02-15 Thread Matt Sergeant
On Thu, 15 Feb 2001, Perrin Harkins wrote: Maybe we should add process scheduling into Apache, and a file system, and a window manager, and... :-) Okay, I'm being silly, and there are times when duplication is necessary, but cron is such a well-established way of solving this problem that

Re: cron for mod_perl?

2001-02-15 Thread Pierre Phaneuf
Perrin Harkins wrote: The original post didn't say that the goal was to modify the scheduled jobs dynamically from mod_perl, and that does add a new wrinkle. I still think a good Perl interface to cron would be more obvious and more reliable. Sorry, maybe I didn't make that quite clear.

Re: cron for mod_perl?

2001-02-15 Thread Pierre Phaneuf
Vivek Khera wrote: With appropriate Perl modules for the cron files, this should be trivial. But then, you probably aren't doing this from mod_perl... PP Well, yes, why? :-) You really want to have your web server writing files that execute arbitrary programs at arbitrary times?

Another [JOB SEEKER] Freelancer / developer for hire

2001-02-15 Thread Dan Mahoney
Greetings, all. Here's another message from a mod_perl/Mason developer looking for work. My employer is looking at having to shut his doors, so I'm looking for work. I can telecommute, or work some place a reasonable drive from Riverside, CA. Resume available at

RE: Apache-read timed out

2001-02-15 Thread Tom Mornini
On Thu, 15 Feb 2001, Geoffrey Young wrote: I am getting "Apache-read timed out messages in my error_log,now i have been looking at this problem for a while now before posting it for help, whats happening is if i test my application from within the network , because the connection

RE: Apache-read timed out

2001-02-15 Thread Sachin Lakhanpal
How do i resolve this issue because this is happening after the server has been running for a while , i have tried increasing the timeout parameter value to more than 500 and still dosen't work ? sachin --- Tom Mornini [EMAIL PROTECTED] wrote: On Thu, 15 Feb 2001, Geoffrey Young wrote: I

General Question

2001-02-15 Thread Kiran Kumar.M
hi, I would like to know what header to print to view this on the browser, if text/html is entered the image is not displayed and if image/gif is entered the image does not appear , thanks in advance Kiran ps: if this is not the right place to ask this question please tell me where i can

cvs commit: modperl-site/dist apache-modlist.html

2001-02-15 Thread sbekman
sbekman 01/02/15 01:26:58 Modified:dist apache-modlist.html Log: listing Apache::Motd upon Carlos request Revision ChangesPath 1.20 +4 -1 modperl-site/dist/apache-modlist.html Index: apache-modlist.html