Re: mod_perl2 1.99_14 and httpd 2.0.49 - gmake test fails (cannot start apache)

2004-07-27 Thread Alexey Bozrikov
It seems I did a 'reply all' to a couple of messages, so it went to '[EMAIL PROTECTED]' and did not go to Stas, as he wasn't on the list of original message recipients, I'll be watching this from now on. The counter in Subject field (Re[4]: etc.) is being done automatically by my e-mail client (The

Using DBI and Apache::DBI together

2004-07-27 Thread Chris Ochs
We have our own application server built on mod perl and the template toolkit. Most of the application specific sql queries all run as a single user which is great for Apache::DBI. Every end user also has 3-4 tables they can query (using the template toolkit DBI plugin) using their own username,

module variables: all mine during a request?

2004-07-27 Thread Bryn Dyment
(I'm used to using mod_perl only via Mason, so apologies in advance if some of my terminology is a little off.)   I'm wondering if this approach to using variables in Perl modules (and setting/accessing these variables during a request) is sane (both for a $dbH and a "generic" variable):   I

Re: HTTP headers - what is wrong

2004-07-27 Thread Jean-Michel Hiver
Chris Faust wrote: Folks, I need to expire a page so if a user uses his back button, he will not be able to the previous page (which as a form etc.).. Sorry if this sounds troll-ish, but IMHO if your application is designed in such a way that you need to sacrifice standard browser functionality

Re: [mp2] NetBSD-1.6.2 modperl snapshot build error

2004-07-27 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Hi, NetBSD 1.6.2 gcc version 2.95.3 20010315 (release) (NetBSD nb3) perl-5.8.4 trying to build snapshots: apr-iconv_20040726101238.tar.gz apr-util_20040726101244.tar.gz apr_20040726101233.tar.gz httpd-2.0_20040726101830.tar.gz modperl-2.0_20040727043018.tar.gz Apache bu

Re: HTTP headers - what is wrong

2004-07-27 Thread fred
> Which works great, the problem is right before I print out any HTML, I > changed > > $CGI->header > to $r->send_http_header; The method $r->send_http_header() no longer exists in mod_perl 2.0. See the following link http://perl.apache.org/docs/2.0/user/porting/porting.html#Making_Code_Condition

HTTP headers - what is wrong

2004-07-27 Thread Chris Faust
Folks,   I need to expire a page so if a user uses his back button, he will not be able to the previous page (which as a form etc.)..   On perl.apache.org I found $r->no_cache(1);   Which works great, the problem is right before I print out any HTML, I changed   $CGI->header to $r->send_http

Re: mod_perl2 1.99_14 and httpd 2.0.49 - gmake test fails (cannot start apache)

2004-07-27 Thread Tom Williams
I had a similar problem once and it was due to the PHP module causing a problem. I was running PHP 4.3.5 at the time and the problem was resolved with PHP-4.3.7. Peace... Tom Alexey Bozrikov wrote: Good day or whatever it is at your location, 1. Problem description couple of days ago I have co

Re: HTML::Mason segfault

2004-07-27 Thread Richard Bauer
On Wednesday 21 July 2004 21:03, Stas Bekman wrote: > Richard Bauer wrote: > > Hi List, > > > > It's my first post. > > welcome :) > > > I'm running a remote dedicated webserver running a RH 7.2. > > Originally perl5.6.1 was pre-installed (rpm), so I downloaded and > > installed perl5.8.4. I decide

[mp2] NetBSD-1.6.2 modperl snapshot build error

2004-07-27 Thread MGorbunov
Hi, NetBSD 1.6.2 gcc version 2.95.3 20010315 (release) (NetBSD nb3) perl-5.8.4 trying to build snapshots: apr-iconv_20040726101238.tar.gz apr-util_20040726101244.tar.gz apr_20040726101233.tar.gz httpd-2.0_20040726101830.tar.gz modperl-2.0_20040727043018.tar.gz Apache builds and runs OK, but