Re: Runaways

2001-01-30 Thread Vasily Petrushin
On Mon, 29 Jan 2001, Robert Landrum wrote: I have some very large httpd processes (35 MB) running our mod_perl are not freeing memory when httpd doing cleanup phase. Me too :). Use the MaxRequestPerChild directive in httpd.conf. After my investigations it seems to be only way to build a

Re: mod_perl and DSO

2001-01-30 Thread Francis
What would you say with shared core? The unix server can use DSO and the DSO servlet module works fine Francis - Original Message - From: "Jens-Uwe Mager" [EMAIL PROTECTED] To: "Francis" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, January 29, 2001 5:53 PM Subject: Re:

RE: Advice needed. (web app. performance)

2001-01-30 Thread Vladislav Safronov
What about this idea: open N 'ispell -a' processes for writing and reading at httpd start up, save their descriptors into an array in some Perl module and then mark decriptors in the table then as "busy" or "idle". But the question is how to share this dynamicly modified table among all httpd

ApacheCon session selection complete (fwd)

2001-01-30 Thread Stas Bekman
FYI -- Forwarded message -- Date: Tue, 30 Jan 2001 06:42:55 -0500 From: Rodent of Unusual Size [EMAIL PROTECTED] To: ApacheCon Announcements [EMAIL PROTECTED] Subject: ApacheCon session selection complete We've finished the session selection process, and out of 165 submissions

RE: Advice needed. (web app. performance)

2001-01-30 Thread Vasily Petrushin
On Tue, 30 Jan 2001, Vladislav Safronov wrote: Try Unix sockets What about this idea: open N 'ispell -a' processes for writing and reading at httpd start up, save their descriptors into an array in some Perl module and then mark decriptors in the table then as "busy" or "idle". But the

Hard times with apache config

2001-01-30 Thread Fritz Heinrichmeyer
Hello, we use freebsd-4.2 and i tried to install an apache server with ssl, php4 and mod_perl compiled statically in (why? to keep some crufty php scripts going, and to be able to load embperl on server startup). My orientation was the excellent mod_perl documentation but .. perl Makefile.PL

RE: [DIGEST] mod_perl digest 01/21/2001

2001-01-30 Thread Geoffrey Young
-- mod_perl digest January 21, 2001 - January 27, 2001 -- Recent happenings in the mod_perl world... Features

[RFC] mod_perl Digest path...

2001-01-30 Thread Geoffrey Young
sorry again for all the confusion with this morning's digest (I do code more carefully than I write, really I do...) this does present the opportune time to ask the list about the future of this digest... currently, the digest does not have a HTML home. Matt at take23.org has graciously agreed

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Antti Linno
I think I personally wouldn't be that much informed as now. I'm too lazy surfer. Don't know bout the others though. But once a month I have to check that page then to be informed :P I think the new versions would show up in list letter's headings too. Tervisi, Antti how does this

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Chip Turner
Geoffrey Young [EMAIL PROTECTED] writes: currently, the digest does not have a HTML home. Matt at take23.org has graciously agreed to host it and work on the XML stylesheets required for the site. This is a very good thing - but unfortunately, there is no easy way to derive a decent plain

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Steve Reppucci
My vote is to keep a plain text version available. I don't use an html-capable mail reader, so sending a link normally means "I'll save this and read it later when I have time", which often means I'll delete it three weeks later in cleaning out my 'READ' mail file... I like the text version

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Simon_Wilcox
but unfortunately, there is no easy way to derive a decent plain text version from an XML base... Hmmm. converting one text format to another. Sounds like a job for perl ;-) Seriously - it should be possible to create a XSLT stylesheet that will output plain-text,

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread G.W. Haywood
Hi Geoff, On Tue, 30 Jan 2001, Geoffrey Young wrote: this does present the opportune time to ask the list about the future of this digest... unfortunately, there is no easy way to derive a decent plain text version from an XML base... !!!??? That's just plain ridiculous. thus, the move

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Matt Sergeant
On Tue, 30 Jan 2001, [EMAIL PROTECTED] wrote: but unfortunately, there is no easy way to derive a decent plain text version from an XML base... Hmmm. converting one text format to another. Sounds like a job for perl ;-) Seriously - it should be possible to create a

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Simon_Wilcox
Sadly thats not the case. XSLT is not well suited to the task of outputting text documents. It has no facilities for doing things like page widths, indenting, bullet points, etc, for plain text. I have tried this, with the source of the digests being in XHTML, but its harder than it first

Anyone using virtual server for mod_perl hosts?

2001-01-30 Thread Martin Langhoff
hi, due to some fairly complex issues (money, or lack thereof), I am considering turning a mod_perl server from co-location into a 'virtual server' service, like Verio offers. Far from asking if it is a good solution (I know it is not) I'd like to know if its feasible. I have

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread John BEPPU
[ date ] 2001/01/30 | Tuesday | 01:50 PM [ author ] G.W. Haywood [EMAIL PROTECTED] unfortunately, there is no easy way to derive a decent plain text version from an XML base... !!!??? That's just plain ridiculous. I agree. If there's going to be an HTML version of it somewhere along

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Struan Donald
* at 30/01 14:01 + [EMAIL PROTECTED] said: Sadly thats not the case. XSLT is not well suited to the task of outputting text documents. It has no facilities for doing things like page widths, indenting, bullet points, etc, for plain text. I have tried this, with the source of the digests

Repost with typos corrected--Instance variable inheritance

2001-01-30 Thread Joe Schaefer
"Christopher L. Everett" [EMAIL PROTECTED] writes: sub handler ($$) { my ($self, $q); my $r = Apache::Request-new($q); # send headers here print $self-name; $self is a string ("simian"), not an object ref; for this line to work, you need to make one by

Re: Anyone using virtual server for mod_perl hosts?

2001-01-30 Thread Vasily Petrushin
On Tue, 30 Jan 2001, Martin Langhoff wrote: hi, due to some fairly complex issues (money, or lack thereof), I am considering turning a mod_perl server from co-location into a 'virtual server' service, like Verio offers. Check Berkman's stories about mod_perl hosting at

Re: Anyone using virtual server for mod_perl hosts?

2001-01-30 Thread Vasily Petrushin
Bekman, I'm sorry. Excuse me, Stas... On Tue, 30 Jan 2001, Martin Langhoff wrote: hi, due to some fairly complex issues (money, or lack thereof), I am considering turning a mod_perl server from co-location into a 'virtual server' service, like Verio offers. Far from

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Matt Sergeant
On Tue, 30 Jan 2001, John BEPPU wrote: [ date ] 2001/01/30 | Tuesday | 01:50 PM [ author ] G.W. Haywood [EMAIL PROTECTED] unfortunately, there is no easy way to derive a decent plain text version from an XML base... !!!??? That's just plain ridiculous. I agree. If there's

Re: Repost with typos corrected--Instance variable inheritance

2001-01-30 Thread Ken Williams
[EMAIL PROTECTED] (Joe Schaefer) wrote: "Christopher L. Everett" [EMAIL PROTECTED] writes: sub handler ($$) { my ($self, $q); my $r = Apache::Request-new($q); # send headers here print $self-name; $self is a string ("simian"), not an object ref; for

Re: Repost with typos corrected--Instance variable inheritance

2001-01-30 Thread Vasily Petrushin
On Tue, 30 Jan 2001, Ken Williams wrote: [EMAIL PROTECTED] (Joe Schaefer) wrote: "Christopher L. Everett" [EMAIL PROTECTED] writes: sub handler ($$) { my ($self, $q); my $r = Apache::Request-new($q); # send headers here print $self-name;

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Robin Berjon
At 13:54 30/01/2001 +, Matt Sergeant wrote: On Tue, 30 Jan 2001, [EMAIL PROTECTED] wrote: Seriously - it should be possible to create a XSLT stylesheet that will output plain-text, then use XML::Sablotron or one of the other processors to generate the text from the

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Matt Sergeant
On Tue, 30 Jan 2001, Robin Berjon wrote: At 13:54 30/01/2001 +, Matt Sergeant wrote: On Tue, 30 Jan 2001, [EMAIL PROTECTED] wrote: Seriously - it should be possible to create a XSLT stylesheet that will output plain-text, then use XML::Sablotron or one of the other

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Matt Sergeant
On Tue, 30 Jan 2001, Robin Berjon wrote: At 13:54 30/01/2001 +, Matt Sergeant wrote: On Tue, 30 Jan 2001, [EMAIL PROTECTED] wrote: Seriously - it should be possible to create a XSLT stylesheet that will output plain-text, then use XML::Sablotron or one of the other

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Piers Cawley
Matt Sergeant [EMAIL PROTECTED] writes: On Tue, 30 Jan 2001, Robin Berjon wrote: At 13:54 30/01/2001 +, Matt Sergeant wrote: On Tue, 30 Jan 2001, [EMAIL PROTECTED] wrote: Seriously - it should be possible to create a XSLT stylesheet that will output plain-text,

RE: [RFC] mod_perl Digest path...

2001-01-30 Thread David Harris
Looks like I can get a lot closer with Pod::Text, the sad thing is that Pod::Text can't read from anything but a file. *sigh* That's what /proc/self/fd/0 in Linux is for. :-) $ ps | cat /proc/self/fd/0 PID TTY TIME CMD 16085 pts/600:00:00 bash 18434 pts/600:00:00 ps 18435

RE: [RFC] mod_perl Digest path...

2001-01-30 Thread Matt Sergeant
On Tue, 30 Jan 2001, David Harris wrote: Looks like I can get a lot closer with Pod::Text, the sad thing is that Pod::Text can't read from anything but a file. *sigh* That's what /proc/self/fd/0 in Linux is for. :-) $ ps | cat /proc/self/fd/0 PID TTY TIME CMD 16085 pts/6

Passing data among handlers

2001-01-30 Thread Paul J. Lucas
Perhaps I've missed it, but is there a better way than the "notes" mechanism to pass data among handlers? The "notes" mechanism not only requires the notes to be scalars, but, apparantly, said scalars must also be simple strings, i.e., no binary data

Repost: Anyone using virtual server for mod_perl hosts?

2001-01-30 Thread Martin Langhoff
As many people understood I mean some kind of virtual host service, I would like to restate my question. There are companies (Verio at least) offering a 'virtual machine' running a virtualized OS. Verio is offering NetBSD and Solaris. They have a seriouly large iron where many virtual machines

RE: Passing data among handlers

2001-01-30 Thread Geoffrey Young
-Original Message- From: Paul J. Lucas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 12:55 PM To: [EMAIL PROTECTED] Subject: Passing data among handlers Perhaps I've missed it, but is there a better way than the "notes" mechanism to pass data among

Re: Passing data among handlers

2001-01-30 Thread darren chamberlain
Paul J. Lucas ([EMAIL PROTECTED]) said something to this effect on 01/30/2001: Perhaps I've missed it, but is there a better way than the "notes" mechanism to pass data among handlers? The "notes" mechanism not only requires the notes to be scalars, but, apparantly,

Development Environment

2001-01-30 Thread Stathy Touloumis
I was wondering if anyone has successfully setup a development environment to allow for multiple development copies of modules used within Mason components. Also, to have the appropriate changes to the modules shown within the development environment. Thanks, Stathy Touloumis Coder if ( eval{

Re: Repost: Anyone using virtual server for mod_perl hosts?

2001-01-30 Thread Blue Lang
On Tue, 30 Jan 2001, Martin Langhoff wrote: There are companies (Verio at least) offering a 'virtual machine' running a virtualized OS. Verio is offering NetBSD and Solaris. They have a seriouly large iron where many virtual machines run, each virtual machine gets a share of CPU, HD and RAM

Re: Passing data among handlers

2001-01-30 Thread Robert Landrum
I've never tried this, but you could store things into main using one handler and retrieve them with another, provided that you cleaned up afterward. If, for any reason you failed to cleanup, the server would leak memory... not that it doesn't already. Robert Landrum Paul J. Lucas ([EMAIL

[OT] Design Patterns in mod_perl apps?

2001-01-30 Thread Bakki Kudva
I am studying mod_perl and the GoF Desing Patterns book in parallel and had a few questions I would like to throw to the list. 1. Is there anyone who is using GoF design patterns (eg. Chain of Responsibility for handlers) in their mod_perl apps? 2. Is the overhead of OO Perl acceptable for

Re: [OT] Design Patterns in mod_perl apps?

2001-01-30 Thread Ken Y. Clark
On Tue, 30 Jan 2001, Bakki Kudva wrote: Date: Tue, 30 Jan 2001 14:13:14 -0500 From: Bakki Kudva [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [OT] Design Patterns in mod_perl apps? I am studying mod_perl and the GoF Desing Patterns book in parallel and had a few questions I would like

Re: Passing data among handlers

2001-01-30 Thread Barry Hoggard
We created our own "request" object that gets passed to components that might need it. We were concerned about pnotes becoming a big, hard-to-debug global area. = Barry Hoggard http://www.hoggard.org __ Get personalized email addresses from

Logging to apache from perl

2001-01-30 Thread harilaos
Hello, i was wondering if anyone could help me. I want to create a username and password when a user enters my site, then pass these values to apache to authenticate. Then i could have the REMOTE_USER variable available throught the users stay at my site. Is there a way to pass these values to

Re: [OT] Design Patterns in mod_perl apps?

2001-01-30 Thread Bakki Kudva
"Ken Y. Clark" wrote: 1. Is there anyone who is using GoF design patterns (eg. Chain of Responsibility for handlers) in their mod_perl apps? Well, I don't want to sound stupid, but I don't know what you're talking about. That's one of the hazards of having a degree in English and not

Re: Repost: Anyone using virtual server for mod_perl hosts?

2001-01-30 Thread Martin Langhoff
Blue Lang wrote: Woah.. I had never heard of this. Have you actually been on a box? I'm calling them to see if a demo is available. I have been on such a box, once. Unluckily, I wasn't root, so I could not do much there. Of course, if someone is eating up resources, I'll have to fight

Re: Repost: Anyone using virtual server for mod_perl hosts?

2001-01-30 Thread Robert Landrum
On a visit to Alaska (the Perl Whirl) we visited the Alaska Department of Technology or something similar (I honestly don't remember) where they were running an IBM S390 with partitions for NT, Linux, and a few other operating systems. The S390 appearently runs some type of software that

Cannot make mod_perl on *@!* RH Linux :(

2001-01-30 Thread Nick Tonkin
Hi everyone (long time no see) I am working on a client's machine with RedHat Linux. I'm trying to build Apache/mod_perl/mod_ssl from the sources, but become stuck when trying to make in the mod_perl directory. The error is: [root@wm mod_perl-1.25]# make (cd ../apache_1.3.17

RE: Cannot make mod_perl on *@!* RH Linux :(

2001-01-30 Thread Geoffrey Young
-Original Message- From: Nick Tonkin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 3:09 PM To: [EMAIL PROTECTED] Subject: Cannot make mod_perl on *@!* RH Linux :( Hi everyone (long time no see) I am working on a client's machine with RedHat Linux. I'm trying

Re: Cannot make mod_perl on *@!* RH Linux :(

2001-01-30 Thread Doug MacEachern
On Tue, 30 Jan 2001, Nick Tonkin wrote: I read in the INSTALL docs that the first error should not occur if openssl is already built and SSL_BASE is set to SYSTEM ... but there it is ... ? if openssl is installed in the default location, don't bother with SSL_BASE. if not, that needs to be

Re: Cannot make mod_perl on *@!* RH Linux :(

2001-01-30 Thread Bill McCabe
Error: Cannot find SSL header files in any of the following dirs: Error: . /usr/include /usr/include/ssl/ /usr/local/include /usr/local/include/ssl Have you tried symlinking /usr/include/ssl to /usr/include/openssl? Bill

RE: Cannot make mod_perl on *@!* RH Linux :(

2001-01-30 Thread Geoffrey Young
-Original Message- From: Nick Tonkin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 3:39 PM To: Geoffrey Young Cc: 'Nick Tonkin'; [EMAIL PROTECTED] Subject: RE: Cannot make mod_perl on *@!* RH Linux :( Gaah ... there is no gcc RPM in the RH 6.2 archive ... !? I

Re: Logging to apache from perl

2001-01-30 Thread darren chamberlain
harilaos ([EMAIL PROTECTED]) said something to this effect on 01/30/2001: I want to create a username and password when a user enters my site, then pass these values to apache to authenticate. Then i could have the REMOTE_USER variable available throught the users stay at my site. You want

Re: Repost with typos corrected--Instance variable inheritance

2001-01-30 Thread Ken Williams
[EMAIL PROTECTED] (Vasily Petrushin) wrote: On Tue, 30 Jan 2001, Ken Williams wrote: sub handler ($$) { my ($self, $q); - $self = $self-new(); ??? 8-[ ] who is $self-new() ??? $self = PackageName-new(); This is a Perl question and not a mod_perl question, so I don't want

Perl / DBI Job - Telecommute - Full Time

2001-01-30 Thread Greg Balfanz, CargoTel
We have a ground floor opening for a perl programmer for a TELECOMMUTING situation for web/wireless/telecom system development. Requirements: Strong Perl 5 experience SQL database knowledge Experience: CGI is a big plus Unix/Linux is a plus mod_perl apache servers are a plus DBI database

Re: Passing data among handlers

2001-01-30 Thread Kip Cranford
On: Tue, 30 Jan 2001 09:54:42 PST "Paul J. Lucas" wrote: Perhaps I've missed it, but is there a better way than the "notes" mechanism to pass data among handlers? The "notes" mechanism not only requires the notes to be scalars, but, apparantly, said scalars must also

Apache - Perl - Oracle

2001-01-30 Thread Aldo Luis Orsini
Help me please ... I want connect to DB Oracle by emperl but i don't . The results ... dont show me errors, dont show anything in variable (ej [ +$campo1+]) My scritp is: [! #Variables de entorno use DBI; !] [- $db_user = 'xxx'; #DB_USER; $db_passwd = 'yyy'; #DB_PASSWORD;

Re: Logging to apache from perl

2001-01-30 Thread Christian Gilmore
Sure, you could do this, but it sounds horribly insecure... In httpd.conf: Location /secure PerlAuthenHandler MyAuthHandler /Location In MyAuthHandler: sub handler { my $r = shift; $r-connection-user('USERNAME'); return OK; } Regards, Christian On Tue, 30 Jan 2001, harilaos wrote:

RE: Cannot make mod_perl on *@!* RH Linux :(

2001-01-30 Thread Nick Tonkin
Gaah ... there is no gcc RPM in the RH 6.2 archive ... !? ~~~ Nick Tonkin On Tue, 30 Jan 2001, Geoffrey Young wrote: -Original Message- From: Nick Tonkin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 3:09 PM To: [EMAIL PROTECTED] Subject: Cannot make

Re: Cannot make mod_perl on *@!* RH Linux :(

2001-01-30 Thread Nick Tonkin
On Tue, 30 Jan 2001, Doug MacEachern wrote: On Tue, 30 Jan 2001, Nick Tonkin wrote: I read in the INSTALL docs that the first error should not occur if openssl is already built and SSL_BASE is set to SYSTEM ... but there it is ... ? if openssl is installed in the default location,

Re: Passing data among handlers

2001-01-30 Thread Drew Taylor
I have a slightly different twist on this question. We run Registry scripts on our site for debugging purposes. I would love to have a module for saving variables/data structures on a per-request basis (like the current Apache notes), but internally using pnotes under mod_perl, and some other

Re: Perl / DBI Job - Telecommute - Full Time

2001-01-30 Thread Buddy Lee Haystack
A post office box in FL? CargoTel, Inc. PO Box 660572 Oviedo, FL 32766 Doesn't sound very professional... "Greg Balfanz, CargoTel" wrote: We have a ground floor opening for a perl programmer for a TELECOMMUTING situation for web/wireless/telecom system development. Thank you, Greg

This list... formatted headerS?

2001-01-30 Thread wells
Why doesn't this list use formatted headers, e.g. Subject: [mod-perl] Would be great for filtering.. / wells // [EMAIL PROTECTED] " i saved latin. what did you ever do? "

Re: This list... formatted headerS?

2001-01-30 Thread Matt Sergeant
On Tue, 30 Jan 2001, wells wrote: Why doesn't this list use formatted headers, e.g. Subject: [mod-perl] Would be great for filtering.. Because everyone copes just fine with To|CC for this list, and we don't fancy missing off half of the real subject in our mailers. (the worst example

Re: Passing data among handlers

2001-01-30 Thread Barry Hoggard
I'm not sure what we're doing is very applicable. Ours is meant to be used in HTML::Mason, so that the object is passed as an argument to any mason components that need it. I wanted to have a definitive list of methods, rather that let people just stick things into pnotes whenever they felt

Correct LWP package to test mod_perl

2001-01-30 Thread Sinclair, Alan (CORP, GEAccess)
All, Which is the correct LWP package to download from CPAN for doing the make test phase during mod_perl installation. I note there are 2 LWP packages with the LWP::UserAgent piece: lcwa-1.0.0 and libwww-perl-5.50 Thanks for the advice. AS

Object-XML serialization [was Re: AxKit Users?]

2001-01-30 Thread chris
Castor (for Java, from www.exolab.com), uses an actual XML Schema for this. The advantage is that you can leverage off the fairly rich existing set of defined datatypes. It would be nice to see "xml marshalling" (as they call it) integrated into an existing Perl object-relational framework like

Re: Passing data among handlers

2001-01-30 Thread Piers Cawley
Robert Landrum [EMAIL PROTECTED] writes: I've never tried this, but you could store things into main using one handler and retrieve them with another, provided that you cleaned up afterward. If, for any reason you failed to cleanup, the server would leak memory... not that it doesn't

slightly off-topic

2001-01-30 Thread Wyman Eric Miles
I hate to post this here because it's clearly the wrong forum, but I haven't been able to find adequate documentation elsewhere on suEXEC. I'd like our users to be able to create CGI scripts in a public_cgi directory beneath their home directory and have the server execute those, as the owner,

Re: [OT] Design Patterns in mod_perl apps?

2001-01-30 Thread Gunther Birznieks
At 02:13 PM 1/30/01 -0500, Bakki Kudva wrote: I am studying mod_perl and the GoF Desing Patterns book in parallel and had a few questions I would like to throw to the list. 1. Is there anyone who is using GoF design patterns (eg. Chain of Responsibility for handlers) in their mod_perl apps?

Re: slightly off-topic

2001-01-30 Thread Blue Lang
On Tue, 30 Jan 2001, Wyman Eric Miles wrote: I hate to post this here because it's clearly the wrong forum, but I haven't been able to find adequate documentation elsewhere on suEXEC. http://httpd.apache.org/docs/suexec.html also, have you looked at cgiwrap? we used it when i worked for an

Re: Object-XML serialization [was Re: AxKit Users?]

2001-01-30 Thread Robin Berjon
At 15:29 30/01/2001 -0800, [EMAIL PROTECTED] wrote: It would be nice to see "xml marshalling" (as they call it) integrated into an existing Perl object-relational framework like Tangram. OTOH, Tangram isn't very well optimized for mod_perl work in general--currently the object cache must be

Re: Perl / DBI Job - Telecommute - Full Time

2001-01-30 Thread G.W. Haywood
Hi Buddy, On Tue, 30 Jan 2001, Buddy Lee Haystack wrote: A post office box in FL? CargoTel, Inc. PO Box 660572 Oviedo, FL 32766 Doesn't sound very professional... With $85M I guess he doesn't worry too much about that. 'Course if I had $85M I think I'd go on holiday for a while. 73,

Re: This list... formatted headerS?

2001-01-30 Thread G.W. Haywood
Hi there, On Tue, 30 Jan 2001, wells wrote: Why doesn't this list use formatted headers, e.g. Subject: [mod-perl] Would be great for filtering.. Argh. Three months ago I asked for comments on this document. I got precisely one. Thanks again, Gunther!

Re: Correct LWP package to test mod_perl

2001-01-30 Thread G.W. Haywood
Hi there, On Tue, 30 Jan 2001, Sinclair, Alan (CORP, GEAccess) wrote: Which is the correct LWP package to download from CPAN for doing the make test phase during mod_perl installation. I note there are 2 LWP packages with the LWP::UserAgent piece: lcwa-1.0.0 and libwww-perl-5.50 You want

Re: Repost: Anyone using virtual server for mod_perl hosts?

2001-01-30 Thread G.W. Haywood
Hi there, On Tue, 30 Jan 2001, Blue Lang wrote: There are companies (Verio at least) offering a 'virtual machine' running a virtualized OS. Verio is offering NetBSD and Solaris. They have a seriouly large iron where many virtual machines run, each virtual machine gets a share of CPU, HD

Re: Perl / DBI Job - Telecommute - Full Time

2001-01-30 Thread Buddy Lee Haystack
I guess so, but I find it a bit difficult to imagine why someone successful enough to sell 3 sites for a total of $85M uses a PO Box; pays to list the domain name for only 1 year; is located in an area that is 98% rural where the median housing value is under $90,000; doesn't list an actual

Re: This list... formatted headerS?

2001-01-30 Thread andrewl
wells wrote: RE:Subject: [mod-perl] An absolutely marvelous idea... I have thousands of messages in my system from just a short time online. Most other lists of which I am a member have a tag in the message that allows me to sort them and then do a mass delete based on the subject. I

Re: This list... formatted headerS?

2001-01-30 Thread Robin Berjon
At 00:04 31/01/2001 +, G.W. Haywood wrote: Argh. Three months ago I asked for comments on this document. I think it's a very good document. I'd add a few things, mostly for tagged subjects (which imho should be used for in-list disambiguation for high traffic lists such as this one, not for

Re: Development Environment

2001-01-30 Thread G.W. Haywood
Hi there, On Tue, 30 Jan 2001, Stathy Touloumis wrote: I was wondering if anyone has successfully setup a development environment to allow for multiple development copies of modules used within Mason components. Also, to have the appropriate changes to the modules shown within the

Re: Apache - Perl - Oracle

2001-01-30 Thread G.W. Haywood
Hi there, On Tue, 30 Jan 2001, Aldo Luis Orsini wrote: Help me please ... I want connect to DB Oracle by emperl but i don't . Have you tried the embperl mailing list? The address should be in the documentation you already have. If not I think you'll find a link to it at perl.apache.org.

Re: Hard times with apache config

2001-01-30 Thread G.W. Haywood
Hi there, On Tue, 30 Jan 2001, Fritz Heinrichmeyer wrote: [snip] perl Makefile.PL seem not to honor the APACHE_SRC=.../... switch. [snip] The httpd server wanted to read /usr/local/etc/apache/etc/apache/httpd.conf. You could try running 'perl Makefile.PL' from /usr/local/mod_perl with

(Correction) Re: Object-XML serialization [was Re: AxKit Users?]

2001-01-30 Thread chris
On Tue, 30 Jan 2001 [EMAIL PROTECTED] wrote: Castor (for Java, from www.exolab.com), uses an actual XML Schema for this. The advantage is that you can leverage off the fairly rich existing set of defined datatypes. Sorry, it's www.exolab.org, don't you hate that? --Chris

Re: Logging to apache from perl

2001-01-30 Thread harilaos
Hello, thanks for the code below. I have put the following into access.conf Location /cgi-bin PerlAuthenHandler Apache::SillyAuthen; /Location I copied your code into my modules Apache directory. and in cgi-bin i have a script to print all environment variables but

Re: Object-XML serialization [was Re: AxKit Users?]

2001-01-30 Thread Dave Rolsky
On Tue, 30 Jan 2001 [EMAIL PROTECTED] wrote: It would be nice to see "xml marshalling" (as they call it) integrated into an existing Perl object-relational framework like Tangram. OTOH, Tangram isn't very well optimized for mod_perl work in general--currently the object cache must be

Re: Object-XML serialization [was Re: AxKit Users?]

2001-01-30 Thread Robin Berjon
At 19:58 30/01/2001 -0600, Dave Rolsky wrote: On Tue, 30 Jan 2001 [EMAIL PROTECTED] wrote: It would be nice to see "xml marshalling" (as they call it) integrated into an existing Perl object-relational framework like Tangram. OTOH, Tangram isn't very well optimized for mod_perl work in

Re: Object-XML serialization [was Re: AxKit Users?]

2001-01-30 Thread Dave Rolsky
On Wed, 31 Jan 2001, Robin Berjon wrote: Alzabo (which is somewhat the opposite of Tangram) is designed with mod_perl in mind. XML serialization will be coming real soon now (as soon as Barrie Slaymaker finishes work on DBML). Ah, the eternal hesitation... Alzagram any time soon ? Well,

Apache::ASP::Lite - CGI::ASP::Lite ( Please )

2001-01-30 Thread Joshua Chamas
Ross, I believe I already expressed this, but would like to revisit that I think Apache::ASP::Lite is not appropriately named, and detracts from the current Apache::ASP namespace, which I maintain. I believe Apache::ASP::Lite should be named CGI::ASP::Lite because it creates ASP objects for

Re: Logging to apache from perl

2001-01-30 Thread Erdmut Pfeifer
On Wed, Jan 31, 2001 at 01:18:45AM +, harilaos wrote: Hello, thanks for the code below. I have put the following into access.conf Location /cgi-bin PerlAuthenHandler Apache::SillyAuthen; /Location I copied your code into my modules Apache directory. and in cgi-bin i have a script to