Re: HELP??? Installation on MAC OS X

2001-04-28 Thread Charlie Garrison
G'day, I am trying to install mod perl on the Apple OS X Server platform. I can compile the code OK, both as static and as a DSO but when I try to restart the apache server, I get all sorts of errors. I found that it was already compiled, but the needed lines in httpd.conf were missing. Add

Re: an unusual [job request] + taking mod_perl to the commercialworld

2001-04-28 Thread adi
On Fri, 27 Apr 2001, Jeffrey W. Baker wrote: On Sat, 28 Apr 2001, Gunther Birznieks wrote: Well, you know how I feel. :) But the others don't so... I believe the most crucial and missing approach is to put resources into making ready-made applications that work on mod_perl rather

Re: an unusual [job request] + taking mod_perl to the commercialworld

2001-04-28 Thread Matt Sergeant
On Sat, 28 Apr 2001, Gunther Birznieks wrote: As I think I mentioned, it's great that the people like you on this list have a passion for delivering cool software. I may have missed the intent of these two posts (micropayment and messaging engines), but unfortunately, I don't really

Re: an unusual [job request] + taking mod_perl to the commercial world

2001-04-28 Thread barries
On Sat, Apr 28, 2001 at 12:16:18PM +0800, Gunther Birznieks wrote: If the person being sponsored by grants is a foreigner to the US, but wishes to be in the US Agreed, but I don't think that's a roadblock, just a situation to be dealt with. mod_perl infrastructure seems to be the kind of

Re: Environment variables in startup.pl

2001-04-28 Thread G.W. Haywood
Hi there, On Fri, 27 Apr 2001, Philip Mak wrote: On Fri, 27 Apr 2001, Scott Alexander wrote: Should this work in a startup.pl file my $hostname = $ENV{HOSTNAME} ; from the prompt I can write echo $HOSTNAME and get the correct hostname of the server. But from within startup.pl I

Re: Child keeps seg faulting

2001-04-28 Thread G.W. Haywood
Hi there, On Fri, 27 Apr 2001, Chuck Carson wrote: I have no problems on Linux, my exact same build procedure gives me this error on Solaris 2.7. What is the recommended combo for Solaris 2.7? I am currently using this: apache 1.3.19 mod_perl 1.25 php 4.04pl1 perl 5.6 Er - which

Re: an unusual [job request] + taking mod_perl to the commercial world

2001-04-28 Thread Drew Taylor
At 10:41 PM 4/27/01 -0400, barries wrote: On Fri, Apr 27, 2001 at 11:44:49PM +0800, Stas Bekman wrote: Since mod_perl is an open source, it's a tough quest. Basically what I want is get some company that will benefit from me working on open source project full time and pay me a salary. Of

Re: an unusual [job request] + taking mod_perl to the commercial world

2001-04-28 Thread Bakki Kudva
On Sat, 28 Apr 2001 09:14:10 +0100 (BST) Matt Sergeant [EMAIL PROTECTED] wrote: Amen to that and there is Enhydra on the Java side. To get the functionality of these two frameworks I'd have to integrate many many CPAN modules, keep track of various versions, make sure each is active etc etc. A

Re: an unusual [job request] + taking mod_perl to the commercial world

2001-04-28 Thread Robin Berjon
At 14:04 28/04/2001 -0400, Drew Taylor wrote: I remember seeing some proofs done by Robin Berjon (I'm sure I'm not spelling it right!) long ago that I really liked. But they were never used AFAIK. I also registered modperlnews.(org|com) a while back with the intention of doing something useful

cookies work for some browsers, not for others... ?

2001-04-28 Thread will trillich
i've been tinkering with the modperl book examples for Apache::Ticket*.pm (as described p305-322)... it works for linux/konqueror linux/netscape win/explorer it doesn't work for linux/lynx mac/netscape the ones that do work get to the login page with two

Re: an unusual [job request] + taking mod_perl to the commercial world

2001-04-28 Thread Richard L. Goerwitz III
barries wrote: Anyway, this seems promising. Where I know we wouldn't pay money to fund an entire year of Stas developing mod_perl solely, I certainly know that there are probably features I would seriously consider sponsoring. Any others out there that might be interested, let's hear

Re: cookies work for some browsers, not for others... ?

2001-04-28 Thread Jim Winstead
in general, your problem with some browsers that otherwise support cookies may be with issuing redirects and cookies on the same request, which has been known to trip up some browsers. the easy workaround is to use a meta refresh to do the redirection. fmt: w70: No such file or directory On Sat,

Re: an unusual [job request] + taking mod_perl to the commercialworld

2001-04-28 Thread Matt Sergeant
On Sat, 28 Apr 2001, Bakki Kudva wrote: On Sat, 28 Apr 2001 09:14:10 +0100 (BST) Matt Sergeant [EMAIL PROTECTED] wrote: Amen to that and there is Enhydra on the Java side. To get the functionality of these two frameworks I'd have to integrate many many CPAN modules, keep track of various

brochureware perl.apache.org?!

2001-04-28 Thread Philip Mak
On Sat, 28 Apr 2001, Drew Taylor wrote: I agree 100%. If I might throw my $.02 in, IMHO a part of this marketing should be a more brochureware perl.apache.org. If you guys do redesign perl.apache.org, please, PLEASE take usability into account. http://www.useit.com/ is a great resource about

Re: brochureware perl.apache.org?!

2001-04-28 Thread Drew Taylor
At 04:41 PM 4/28/01 -0400, Philip Mak wrote: On Sat, 28 Apr 2001, Drew Taylor wrote: I agree 100%. If I might throw my $.02 in, IMHO a part of this marketing should be a more brochureware perl.apache.org. If you guys do redesign perl.apache.org, please, PLEASE take usability into account.

Help -- Internal Server Error after mod_perl and new apache install on HP-UX 10.20.

2001-04-28 Thread MCALLISTER,RONAN (HP-FtCollins,ex1)
Greetings. I've spent 3 days now (please don't laugh too hard) trying to get ANY web pages to work on my HP-UX 10.20 box, after installing the latest mod_perl and apache server and compiling from source. Below are the typical error messages in error_log, the output from httpd -l, and my

Re: cookies work for some browsers, not for others... ?

2001-04-28 Thread will trillich
On Sat, Apr 28, 2001 at 12:54:17PM -0700, Jim Winstead wrote: in general, your problem with some browsers that otherwise support cookies may be with issuing redirects and cookies on the same request, which has been known to trip up some browsers. the easy workaround is to use a meta refresh

Re: cookies work for some browsers, not for others... ?

2001-04-28 Thread Robin Berjon
At 17:17 28/04/2001 -0500, will trillich wrote: so i guess what you're saying is, some browsers look for a redirect: header and then charge off to the new location without handling any set-cookie: headers in the meantime? Precisely. And some also don't report the cookie before the second page

Re: $dbh-disconnect with Apache::DBI? (was Re: Failed requests inbenchmark)

2001-04-28 Thread Joshua Chamas
Philip Mak wrote: I noticed something weird in my database logs, though: 010427 22:36:41 Aborted connection 2544 to db: 'animelyrics' user: 'animel' host: `localhost' (Got an error reading communication packets) 010427 22:37:14 Aborted connection 2546 to db: 'animelyrics' user:

Re: cookies work for some browsers, not for others... ?

2001-04-28 Thread will trillich
On Sun, Apr 29, 2001 at 12:21:33AM +0200, Robin Berjon wrote: At 17:17 28/04/2001 -0500, will trillich wrote: so i guess what you're saying is, some browsers look for a redirect: header and then charge off to the new location without handling any set-cookie: headers in the meantime?

Re: an unusual [job request] + taking mod_perl to the commercial world

2001-04-28 Thread Gunther Birznieks
At 09:06 AM 4/28/01 -0400, barries wrote: But then this gets into the Collabnet SourceXChange model which Collabnet just shut down due to lack of capability of making money (I guess). So I am not sure if this would bode well for this type of model on mod_perl. Not sure either, except

Re: an unusual [job request] + taking mod_perl to the commercial world

2001-04-28 Thread Gunther Birznieks
At 09:14 AM 4/28/01 +0100, Matt Sergeant wrote: On Sat, 28 Apr 2001, Gunther Birznieks wrote: As I think I mentioned, it's great that the people like you on this list have a passion for delivering cool software. [snipped] People rarely look at toolkits like payment gateways and

Re: an unusual [job request] + taking mod_perl to the commercial world

2001-04-28 Thread Gunther Birznieks
I would like to restate that while I think these engines are cool and useful, that they are not the things that bring the masses to your platform. This was the point I was making. I am not naysaying projects like Enhydra, but just stated that they are not as directly useful for bringing the

Using mod-perl

2001-04-28 Thread Kent, Mr. John
Greetings, Delivering satellite weather products via a mod-perl enabled server. See http://kauai.nrlmry.navy.mil/tc-bin/tc_home and http://kauai.nrlmry.navy.mil/sat_products.html Typically average around 5,000 unique IP's a day. During US hurricanes have successfully handled 700,000

cvs commit: modperl-2.0/t/api - New directory

2001-04-28 Thread dougm
dougm 01/04/28 12:05:09 modperl-2.0/t/api - New directory

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-28 Thread dougm
dougm 01/04/28 12:10:46 Modified:xs/Apache/RequestIO Apache__RequestIO.h xs/maps modperl_functions.map xs/tables/current/ModPerl FunctionTable.pm Added: t/apisendfile.t t/response/TestAPI sendfile.pm Log: add $r-sendfile

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

2001-04-28 Thread dougm
dougm 01/04/28 12:29:45 Modified:lib/Apache compat.pm xs/maps apache_functions.map Added: t/apisend_fd.t t/response/TestAPI send_fd.pm Log: add send_fd compat method and tests Revision ChangesPath 1.3 +34 -0

cvs commit: modperl-2.0/xs/Apache/URI - New directory

2001-04-28 Thread dougm
dougm 01/04/28 15:28:12 modperl-2.0/xs/Apache/URI - New directory

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-28 Thread dougm
dougm 01/04/28 15:34:20 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.10 +75 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

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

2001-04-28 Thread dougm
dougm 01/04/28 15:35:23 Modified:lib/ModPerl TypeMap.pm WrapXS.pm src/modules/perl modperl_util.c modperl_util.h xs modperl_xs_util.h xs/maps apache_functions.map Added: t/response/TestAPI uri.pm xs/Apache/URI

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-28 Thread dougm
dougm 01/04/28 15:42:56 Modified:xs/Apache/RequestUtil Apache__RequestUtil.h xs/maps modperl_functions.map xs/tables/current/ModPerl FunctionTable.pm Log: allow optional APR::Pool parameter to allocate Apache::RequestRec-new Revision Changes

cvs commit: modperl-2.0/xs typemap

2001-04-28 Thread dougm
dougm 01/04/28 16:03:08 Modified:lib/ModPerl WrapXS.pm src/modules/perl modperl_types.h xs typemap Log: since input typemap for char* already calls SvPV(), make use of the length parameter for strings that are copied using the given pool