cvs commit: modperl-2.0/pod modperl_dev.pod

2001-05-08 Thread dougm
dougm 01/05/08 14:22:50 Modified:pod modperl_dev.pod Log: document some of the newer PerlOptions Revision ChangesPath 1.23 +35 -0 modperl-2.0/pod/modperl_dev.pod Index: modperl_dev.pod

Re: [OT] 128 bit encryption and IE

2001-05-08 Thread Mads Toftum
On Mon, May 07, 2001 at 11:39:59AM -0400, Geoffrey Young wrote: Hi all... sorry for the OT, but has anyone figured out how to tell whether a browser supports 56 or 128 bit encryption? Apparently, users of IE with 56 bit, when entering a 128 bit page, get the standard Cannot Find Server

Re: really odd XML + CGI.pm + mod_perl + Macintosh + IE 4.5 problem

2001-05-08 Thread Matt Sergeant
On Mon, 7 May 2001, Jason Terry wrote: OK I have ben RTFMing for about 5 hours now and I did find a fix for part of my problem It seems that Mac browsers (IE 4.5 and an old AOL that I know of) are having trouble viewing our HTML producing CGI scripts that use a function called

Startup behavier of Filter::Util::Call and DBI

2001-05-08 Thread Michael . Jacob
Hi all, I just updated our development system to some recent versions... Perl 5.6.0-5.6.1, Apache 1.3.14-1.3.19, mod_perl 1.24_1-1.25, DBI 1.14-1.15, Filter 1.19-1.23 (+16 others). Now this is what I get at server startup: # /opt/apache/bin/apachectl start startup.pl: starting (0)

Unable to build Apache::Scoreboard 0.10 with 5.6.0/1.3.19/1.25/RH 6.2

2001-05-08 Thread Tommy Davis
I'm having problems compiling Apache::Scoreboard on a RH 6.2 system with the following packages all compiled from source: Kernel 2.2.19 Apache 1.3.19 Perl 5.6.0 mod_perl 1.25 libgtop1.0.7 glib1.2.8 Apache::Scoreboard 0.10 I've searched the archive, and have seen mention of the same

ANNOUNCE: aphid 0.12a (minor release)

2001-05-08 Thread Thomas, Peter L
Aphid, the browser-based mod_perl+mod_ssl Apache installer has been updated to accommodate current third-party software releases. Aphid downloads the source for Perl, Apache, Open SSL, mod_ssl, and mod_perl plus a few other requisites and attempts to compile and install everything in a

Re: install perl-win32-bin-0.6.exe on win98

2001-05-08 Thread Randy Kobes
On Mon, 7 May 2001, David Lanzarote GarcĂ­a wrote: I'm using perl-win32-bin-0.6.exe package, so I use the Perl and Apache binaries that come with it. When everything is unpacked I move the perl subdirectory to c:\Prel, the apache subdirectory to c:\apache and the openssl directory to

RE: Perl Sections in Apache Config

2001-05-08 Thread Jonathan Hilgeman
Okay, in that case, would there be a way for Perl/Apache to read in info from a mySQL database and dynamically update itself? Something like: Perl connect_to_db(info); $resultrows = db_query(SELECT FROM WHERE ); foreach($resultrows as $UserName) {

Re: modify Server header via a handler

2001-05-08 Thread Doug MacEachern
On Wed, 2 May 2001, Matt Sergeant wrote: Right, but the problem is you can't do this after module initialization (which is where mod_perl adds it's bits), but the PerlModule's are loaded after that time, so you can't do it from Perl, at least not without a major re-design of the mod_perl

Segfault question and possible workaround

2001-05-08 Thread karnurme
Hello! Some help and ideas are once again needed... I'm quite a newbie with mod_perl, so there may be a totally reasonable explanation to segfaults that follow from a few reloads. It seems to me that subrequest and/or stat do not work together as I thought. ## [Tue May 8

capturing subrequest output (have things changed)

2001-05-08 Thread Anand Raman
hi guys I just started off using modperl so excuse me if this has been answered. Is there a way to capture output from a subrequest.. rather than allowing the subrequest to directly output the response to the client browser. I need to be able to parse the output of the subrequest before

Re: capturing subrequest output (have things changed)

2001-05-08 Thread James G Smith
Anand Raman [EMAIL PROTECTED] wrote: hi guys I just started off using modperl so excuse me if this has been answered. Is there a way to capture output from a subrequest.. rather than allowing the subrequest to directly output the response to the client browser. I need to be able to parse the

RE: [OT] 128 bit encryption and IE

2001-05-08 Thread Geoffrey Young
thanks - that's insightful... I'm using Raven but I imagine that they have something similar... unfortunately, the client has a requirement that _only_ 128 bit be allowed. I think, though, that I may be able to use your suggestion to at least show a page saying that an upgrade to 128 is

Re: capturing subrequest output (have things changed)

2001-05-08 Thread James G Smith
Anand Raman [EMAIL PROTECTED] wrote: hi guys I just started off using modperl so excuse me if this has been answered. Is there a way to capture output from a subrequest.. rather than allowing the subrequest to directly output the response to the client browser. I need to be able to parse the

Re: Reading the environment in perl block

2001-05-08 Thread Philippe M \. Chiasson
On Mon, May 07, 2001 at 04:21:29PM -0400, Benoit Caron wrote: Hello. I'm trying to isolate the developper environment from each other so that when someone mess up the server, the others just simply don't know that something happened. So, every developpers will have their own webserver.

Re: Perl Sections in Apache Config

2001-05-08 Thread Philippe M \. Chiasson
On Mon, May 07, 2001 at 05:35:57PM -0700, Jonathan Hilgeman wrote: Hi, I've been trying to do this for some time but can't figure out how. Basically I want a setup where anyone at www.UserName.domain.com or UserName.domain.com will have their DocumentRoot set to /www/httpd/html/UserName. So

ANNOUNCE: aphid-0.12a (minor updates)

2001-05-08 Thread Thomas, Peter L
Just a note for the mod_perl list that aphid, the browser-based mod_perl+mod_ssl Apache installer was recently updated to include current software releases. Aphid will download the source for Perl, Apache, Open SSL, mod_ssl, and mod_perl plus a few other things and attempt to compile everything

Re: Perl Sections in Apache Config

2001-05-08 Thread will trillich
On Mon, May 07, 2001 at 09:32:23PM -0400, Philippe M . Chiasson wrote: On Mon, May 07, 2001 at 05:35:57PM -0700, Jonathan Hilgeman wrote: I've been trying to do this for some time but can't figure out how. VirtualHost 111.111.111.111 UseCanonicalName Off Perl