Re: AddModule mod_perl.c

2002-03-24 Thread Ged Haywood
Hi there, On Sat, 23 Mar 2002, John Kolvereid wrote: Which Guide? Please advise. http://perl.apache.org/guide Did you read any of the other documentation? Please let me know why you did not know about the Guide, we have obviously failed you. 73, Ged.

Re: Be carefull with apache 1.3.24

2002-03-24 Thread Ged Haywood
Hi Pedro, On Sun, 24 Mar 2002, Pedro Melo Cunha wrote: [snip,snip] Looking at the change log, they mention a bug that multiple set-cookie's will fail (only the last one will be sent to the client, the proxy will eat the others). And it was true... The problem is that 1.3.24 final also has

Re: mod_perl training companies?

2002-03-24 Thread Miroslav Madzarevic
A young, startup company of 15 local people (believers) is doing traning and development on mod_perl, web and system administration (Linux). We are located in Yugoslavia, Belgrade but we also work with people and companies from other countries (Canada, Germany, Cyprus, USA). Much of our

Re: AddModule mod_perl.c

2002-03-24 Thread John Kolvereid
Unbelievable - Not only cannot I install and configure mod_perl, I can't even load the guide. I downloaded Apache-mod_perl_guide-1.31 and untarred it. Then like the instructions dictate I entered perl Makefile.PL - ran ok make install The last instruction choked because it couldn't exec

Re: Performace...

2002-03-24 Thread Kee Hinckley
At 2:27 PM -0500 3/23/02, Geoffrey Young wrote: you might be interested in Joshua Chamas' ongoing benchmark project: [EMAIL PROTECTED]">http://mathforum.org/epigone/modperl/sercrerdprou/[EMAIL PROTECTED] http://www.chamas.com/bench/ he has the results from a benchmark of Apache::Registry and

Re: AddModule mod_perl.c

2002-03-24 Thread Stas Bekman
John Kolvereid wrote: Unbelievable - Not only cannot I install and configure mod_perl, I can't even load the guide. I downloaded Apache-mod_perl_guide-1.31 and untarred it. Then like the instructions dictate I entered perl Makefile.PL - ran ok make install The last instruction

Re: AddModule mod_perl.c

2002-03-24 Thread John Kolvereid
Hi Stas, I know the guide is posted on line. I would like to get a copy on my server to save on traffic. Moreover, I don't want a PDF copy - not as friendly (to me). Exactly what is Pod::HtmlPsPdf and how (and why) do I install it. Thanks. John Kolvereid --- Stas Bekman [EMAIL

the Guide

2002-03-24 Thread John Kolvereid
I recently downloaded the mod_perl Guide and tried to install it. Problem is that it would not install properly because the file: pod2hpp was missing. After trying other versions I kept getting the same error. Then I checked google.com. I am not the only one w/ this problem.

Re: AddModule mod_perl.c

2002-03-24 Thread Richard Dice
I know the guide is posted on line. I would like to get a copy on my server to save on traffic. Moreover, I don't want a PDF copy - not as friendly (to me). Exactly what is Pod::HtmlPsPdf and how (and why) do I install it. Thanks. This is a module, available off of CPAN:

Re: AddModule mod_perl.c

2002-03-24 Thread John Kolvereid
Hi Richard, It worked. Thanks. John Kolvereid --- Richard Dice [EMAIL PROTECTED] wrote: I know the guide is posted on line. I would like to get a copy on my server to save on traffic. Moreover, I don't want a PDF copy - not as friendly (to me). Exactly what is

Re: mod_perl training companies?

2002-03-24 Thread Steven Lembark
http://www.stonehenge.com/ http://www.stonehenge.com/perltraining/ -- Steven Lembark 2930 W. Palmer Workhorse Computing Chicago, IL 60647 +1 800 762 1582

Re: Cookies and IE in mod_perl

2002-03-24 Thread Jesse and Rebecca Stay
I've determined that it isn't the redirect causing the cookies not to be set. If I take out the redirect, and just try to set a cookie w/o a redirect, it still doesn't set the cookies in IE. Does M$ have any docs on how IE6 handles cookies that I can look this up on? On Saturday 23 March

Re: AddModule mod_perl.c

2002-03-24 Thread Dan Riley
Ged Haywood [EMAIL PROTECTED] writes: According to the mod_perl Reference Guide the line AddModule mod_perl.c should be added to my httpd.conf, otherwise mod_perl is not activated. I think you'd better have a more careful look at that Guide. You only need that in your config if

Re: Cookies and IE in mod_perl

2002-03-24 Thread Michael Robinton
On Sat, 23 Mar 2002, Jesse and Rebecca Stay wrote: Ok - I got rid of the Apache::Cookie stuff, and am now doing things manually, but it still doesn't generate a cookie in IE. It still works in Netscape. I get a redirect, but no cookie. Here is my code: my $r = Apache-request;

Re: Cookies and IE in mod_perl

2002-03-24 Thread Balazs Rauznitz
On Sun, Mar 24, 2002 at 01:44:51PM -0500, Jesse and Rebecca Stay wrote: I've determined that it isn't the redirect causing the cookies not to be set. If I take out the redirect, and just try to set a cookie w/o a redirect, it still doesn't set the cookies in IE. Does M$ have any docs on

Re: Performace...

2002-03-24 Thread Ed Grimm
On Sun, 24 Mar 2002, Kee Hinckley wrote: At 2:27 PM -0500 3/23/02, Geoffrey Young wrote: you might be interested in Joshua Chamas' ongoing benchmark project: [EMAIL PROTECTED]">http://mathforum.org/epigone/modperl/sercrerdprou/[EMAIL PROTECTED] http://www.chamas.com/bench/ he has the results

Re: the Guide

2002-03-24 Thread Perrin Harkins
Wouldn't it thus be simpler and more convenient for 1st times like myself if the guide download were simply the already created html pages which appear online. Frankly, hardly anyone does that. Most people refer to the guide on-line. I've used mod_perl for years, referred to the guide

Re: Apache::DBI or What ?

2002-03-24 Thread Cees Hek
On Fri, 2002-03-22 at 11:42, Andrew Ho wrote: Hello, EFI will have many different users, users as in database users. So am I EFjust screwed and won't be able to keep connections open? Do you mean users as in actual RDBMS level users? In other words, when you say database users you mean

Re: AddModule mod_perl.c

2002-03-24 Thread Per Einar Ellefsen
At 23:31 24.03.2002, John Kolvereid wrote: Hi Dan, You are correct when you refer to 'this somewhat convoluted load/clear/add' My httpd.conf has LoadModule perl_module libexec/libperl.so AddModule mod_perl.c When I leave alone and check the error_log, Apache AND mod_perl are

Re: AddModule mod_perl.c

2002-03-24 Thread John Kolvereid
Hi Per, I get the msg: 'The document contained no data' when I try to load my home.html from my server using my browser. When I comment out the AddModule mod_perl.c then my home page appears. I am including my httpd for any advise: relevant portions of httpd.conf

Re: Can't open perl script -spi.bak

2002-03-24 Thread Issac Goldstand
Garth Winter Webb wrote: On Fri, 2002-03-22 at 12:57, Robert Landrum wrote: That's is very weird, because this code doesn't seem to work: perl -e 'system(perl, -e1) == 0 or die oops' Actually, that's not all that weird. Most shells take care of stripping out garbage before setting the

Re: mod_perl developers cookbook... a kitchen hand asks... doh!

2002-03-24 Thread Issac Goldstand
You must have taken this subroutine out of context. There are a certain number of things which must appear for an Apache handler to work: package Apache::Whatever; You need to have that line to uniquely identify your module. If you use the name Apache::Whatever, your handler must be

Re: mod_perl training companies?

2002-03-24 Thread Stas Bekman
Steven Lembark wrote: http://www.stonehenge.com/ http://www.stonehenge.com/perltraining/ Steven, They don't give mod_perl courses, at least I couldn't find any. __ Stas BekmanJAm_pH -- Just Another mod_perl

Re: Apache::DBI or What ?

2002-03-24 Thread Andrew Ho
Hello, CHWhat would be ideal is if the database would allow you to change the CHuser on the current connection. I know PostgreSQL will allow this using CHthe command line interface psql tool (just do \connect database CHuser), but I'm not sure if you can do this using DBI. CH CHDoes anyone know

Re: mod_perl developers cookbook... a kitchen hand asks... doh!

2002-03-24 Thread Per Einar Ellefsen
At 01:23 25.03.2002, Issac Goldstand wrote: You must have taken this subroutine out of context. There are a certain number of things which must appear for an Apache handler to work: package Apache::Whatever; You need to have that line to uniquely identify your module. If you use the name

cvs commit: modperl/t/net/perl api.pl

2002-03-24 Thread geoff
geoff 02/03/24 10:22:56 Modified:.Changes STATUS src/modules/perl mod_perl.c t/net/perl api.pl Log: make sure PerlSetEnv variables are visible after first access to each child, and add tests to verify fix Submitted by: geoff Reviewed

cvs commit: modperl/lib/Apache ExtUtils.pm

2002-03-24 Thread dougm
dougm 02/03/24 11:06:03 Modified:.Changes Makefile.PL lib/Apache ExtUtils.pm Log: Submitted by: stas Reviewed by:dougm rip -D_GNU_SOURCE out of Perl 5.7.3+'s ccflags, which modperl doesn't need and apache won't compile with Revision Changes

cvs commit: modperl/src/modules/perl perl_config.c

2002-03-24 Thread dougm
dougm 02/03/24 12:45:18 Modified:.Changes STATUS src/modules/perl perl_config.c Log: Submitted by: Salvador Ortiz Garcia [EMAIL PROTECTED] Reviewed by: dougm fix multiple %LocationMatch in Perl sections bug Revision ChangesPath 1.630

cvs commit: modperl STATUS

2002-03-24 Thread dougm
dougm 02/03/24 12:53:41 Modified:.STATUS Log: address the print() dereferencing issue Revision ChangesPath 1.7 +14 -7 modperl/STATUS Index: STATUS === RCS file:

cvs commit: modperl/t/net/perl util.pl

2002-03-24 Thread dougm
dougm 02/03/24 13:57:53 Modified:.Changes STATUS src/modules/perl Util.xs t/net/perl util.pl Log: Submitted by: Geoff Young [EMAIL PROTECTED] Reviewed by: dougm properly escape highbit chars in Apache::Utils::escape_html Revision

cvs commit: modperl/lib/Apache RegistryNG.pm

2002-03-24 Thread dougm
dougm 02/03/24 14:06:39 Modified:.Changes STATUS lib/Apache RegistryNG.pm Log: Submitted by: Geoff Young Reviewed by: dougm properly deal with $r-status codes (e.g. redirect) in Apache::RegistryNG Revision ChangesPath 1.634 +3 -0

cvs commit: modperl/src/modules/perl perl_config.c

2002-03-24 Thread dougm
dougm 02/03/24 14:51:04 Modified:.Changes STATUS src/modules/perl perl_config.c Log: Submitted by: Stephen Clouse [EMAIL PROTECTED] Reviewed by: dougm do not clear symbol tables within a package in perl_clear_symtab() used by directive handler

cvs commit: modperl/src/modules/perl mod_perl.c mod_perl.h perl_util.c

2002-03-24 Thread dougm
dougm 02/03/24 15:01:33 Modified:.Changes STATUS src/modules/perl mod_perl.c mod_perl.h perl_util.c Log: Submitted by: Tatsuhiko Miyagawa [EMAIL PROTECTED] Reviewed by: dougm PERL5LIB support now properly unshifts paths into @INC rather than push

cvs commit: modperl/apaci load_modules.pl.PL

2002-03-24 Thread dougm
dougm 02/03/24 16:16:20 Modified:apaciload_modules.pl.PL Log: 5.7.3+ File::Find croaks if the finddepth directory does not exist, which it doesn't when building with USE_APXS=1 Revision ChangesPath 1.4 +1 -1 modperl/apaci/load_modules.pl.PL

cvs commit: modperl Changes

2002-03-24 Thread dougm
dougm 02/03/24 17:59:02 Modified:lib/Apache PerlRun.pm .Changes Log: Apache::PerlRun will now localize $SIG{__{DIE,WARN}__} Revision ChangesPath 1.38 +5 -0 modperl/lib/Apache/PerlRun.pm Index: PerlRun.pm