cvs commit: modperl-2.0/t/modules include2.t

2002-10-07 Thread dougm
dougm 2002/10/07 13:44:32 Modified:t/conf extra.conf.in Added: t/htdocs/includes-registry test.spl t/modules include2.t Log: test for mod_include parsing of mod_perl script output Revision ChangesPath 1.4 +2 -1

Another Apache.pm failed to load!. question....

2002-10-07 Thread Andrew McCall
Hi All, I have searched around the archives, but haven't been able to find an answer to my problem (flame me if I have totally overlooked something! :) ) I have two machines, ones a Dell 1650 dual P4 processor 1Gb RAM, and the second is a Dell 2450 dual P3 processor 1Gb RAM, both have RAID

different versions of one .pm in mod_perl

2002-10-07 Thread Plamen Stojanov
I have installed apache 1.3.26 and mod_perl 1.27. I have two virtual servers setuped in apache server. Is there any easy way to use two versions of one .pm - first version in first virtual host, and second version in second virtual host. Using these versions of .pm is done under mod_perl

Re: Another Apache.pm failed to load!. question....

2002-10-07 Thread Axel Gerstmair
Hello Andrew, it seems like the Perl side of mod_perl is not installed. As far as I know, you must always do a make and make install in the directory where you untarred your mod_perl sources, so that the Perl modules get installed correctly. If you want to make Apache separately, you must leave

closing connection to client not working !

2002-10-07 Thread srp
Hello, I have noticed a interesting thing. I am trying to close my connection to client but I am getting weird error. $r-internal_redirect(file); shutdown($r-connection-fileno, 1) || die $!; .. .. do_some_internal_processing() . . This code always die's with error Bad file

Problem installing Mod_perl_1.99 with apache_2.0.39

2002-10-07 Thread Ian Stuart
Actually, I have two questions, but the second is very secondary, an unrelated to the first. All work is on a RedHat Linux box, as a non-root user. Perl is 5.6.1, and I already have two copies of apache 2 installed. I am now trying to set up a mod-perl enabled server. (oh, and yes.. I *do* do

identifying a unique browser session

2002-10-07 Thread Martin Moss
All, How would I go about identifying if a user logs in from 2 different browsers? I Have a Session object, but I want to hold data within that session object that identifies which browser a user is using. So I can confirm that a user who provides a session key in their cookie, is checked and

Re: closing connection to client not working !

2002-10-07 Thread Geoffrey Young
[EMAIL PROTECTED] wrote: Hello, I have noticed a interesting thing. I am trying to close my connection to client but I am getting weird error. don't do that. $r-internal_redirect(file); shutdown($r-connection-fileno, 1) || die $!; you should always return OK after calling

Re: identifying a unique browser session

2002-10-07 Thread Perrin Harkins
Martin Moss wrote: How would I go about identifying if a user logs in from 2 different browsers? Can you be more specific? Do you mean two browser windows, or two different browser programs on the same machine, or two different machines? I Have a Session object, but I want to hold data

Re: different versions of one .pm in mod_perl

2002-10-07 Thread Per Einar Ellefsen
At 12:09 07.10.2002, Plamen Stojanov wrote: I have installed apache 1.3.26 and mod_perl 1.27. I have two virtual servers setuped in apache server. Is there any easy way to use two versions of one .pm - first version in first virtual host, and second version in second virtual host. Using these

Re: Problem installing Mod_perl_1.99 with apache_2.0.39

2002-10-07 Thread Ian Stuart
One issue solved. After re-re-rereading the various docs, it dawned on me that that MP_AP_PREFIX refers to the directory that the working apache 2 tree is in, not the source tree (as v1 did). I'm still not able to get Apache to recognise the existence of Mod-Perl though On Mon, 2002-10-07

Re: closing connection to client not working !

2002-10-07 Thread srp
Thanks for the reply, I have one doubt though ... I rigged up some UserAgent code and accessed a url which does internal_redirect() and goes to sleep(60) before returning. I found the response delayed by slightly more than 60 seconds. So my problem all the time was that internal_redirect() does

I've modified a module and need to know some things.

2002-10-07 Thread Timothy R. Winters
Greetings all...this is my first time posting here, so please forgive me if I'm not posting where I should. I've made a modification to Apache::AuthDBI 0.89 for my own personal use, and want to share it with everyone. I was told that this is the place to let y'all know about it and get input

[DIGEST] mod_perl digest 2002/09/23

2002-10-07 Thread jgsmith
-- mod_perl digest September 23, 2002 - October 6, 2002 -- Recent happenings in the mod_perl world... Features

PATCH Apache::AuthDBI

2002-10-07 Thread Marcos Ramirez A.
This patch makes Apache::AuthDBI work under mod_perl 1.99 as well under mod_perl 1.X it works fine at least with mysql and Oracle Saludos -- -Por que te contienes? Por que te compadeces? Por que -odiado de los dioses- no odias a un dios? Por que no le traicionas si el traiciono tu honor? -

ANNOUNCE: Mason 1.14

2002-10-07 Thread Dave Rolsky
This release has lots of fun new stuff. It's _more_ backwards compatible than 1.10-1.13, particularly as far as caching is concerned, which should help those who are interested in upgrading. It has a brand new spiffy user-defined escapes feature, which among other things allows you to easily