Mp2 rc5 on fedora core 3

2005-04-17 Thread Clayton Cottingham
Heya A couple of things 1. perl_extload fails.. I put the tests in verbose mode but I couldn't see anything specific Can anyone confirm this passes? 2. Modperl::* Should it be renamed to Modperl2::* ? Clayton Cottingham - WinterMarket Networks Virtual Reality Programming, D

RE: Apache2:: namespace and AuthCookie package name.

2005-04-16 Thread Clayton Cottingham
This is great . Let me know when you need it tested.. Im just ramping up my own knowledge of mp2 And authcookie is one of the modules I love to use! > -Original Message- > From: Adam Kennedy [mailto:[EMAIL PROTECTED] > Sent: April 16, 2005 1:19 AM > To: Michael J Schout; mod_perl > S

RE: Apache::Resource needs to be released seperately to the CPAN

2004-12-13 Thread Clayton Cottingham
I wish I had a solution, Cpan is a mess and mod_perl tries to handle it properly It would be great if everyone had a handle on xml namespaces And used this as a way of organizing the cpan directories Unfortunatley I don't think anyone here has the clout > -Original Message- > From: Ran

RE: mod_perl marketing

2004-11-30 Thread Clayton Cottingham
Oh I do hear what your saying, so where do I sign up? > -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED] > Sent: November 30, 2004 11:55 AM > To: Clayton Cottingham > Cc: 'Frank Wiles'; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: mod

RE: mod_perl marketing

2004-11-30 Thread Clayton Cottingham
r why they choose (or choose not to) go with mod _perl and try and use that to help educate the market > -Original Message- > From: Frank Wiles [mailto:[EMAIL PROTECTED] > Sent: November 30, 2004 11:39 AM > To: Clayton Cottingham > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] >

RE: mod_perl marketing

2004-11-30 Thread Clayton Cottingham
What ever the case it's a valid position for not approaching perl, from a marketters POV > -Original Message- > From: Frank Wiles [mailto:[EMAIL PROTECTED] > Sent: November 30, 2004 11:31 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: mod_perl marketing > > On Tue, 3

RE: mod_perl marketing

2004-11-30 Thread Clayton Cottingham
> > > I'd bet that mod_perl's slower growth rate over the past > couple of years has a lot to do with Apache2 and no > production mod_perl2. > Good Point > Thus, people wanting Apache2 would immediately screen out > mod_perl. I think that's an awfully big hill to climb to > convince new

RE: mod_perl marketing

2004-11-30 Thread Clayton Cottingham
Being a programmer that has worked at two marketing companies I'll add my two cents First of all I must say at how little effort goes into mod_perl marketing and how much knowledge is out here As say compared to web3d.org whose marketing efforts mostly fall into /dev/null With that said I find i

RE: user login ( authentication )

2004-11-01 Thread Clayton Cottingham
Apache::Authcookie Or Apache::Authdbm Work great for me > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: November 1, 2004 9:40 AM > To: [EMAIL PROTECTED] > Subject: user login ( authentication ) > > hello > could some kind soul please advice as how t

RE: mod_perl hosting

2004-10-25 Thread Clayton Cottingham
Hub.org is pretty good too > -Original Message- > From: The Doctor [mailto:[EMAIL PROTECTED] > Sent: October 25, 2004 4:35 AM > To: David Hodgkinson > Cc: Modperl List > Subject: Re: mod_perl hosting > > On Mon, Oct 25, 2004 at 09:39:15AM +0100, David Hodgkinson wrote: > > > > Hi all,

RE: problem running suid scripts...

2004-09-21 Thread Clayton Cottingham
Its true, but on a secured intranet it shouldn't be so bad When the PHB {pointy headed boss} says he needs it done today sometimes you gotta make that call I don't like it anymore than the next guy , but when it comes to providing a solution sometimes it HAS to be done This happened in the las

RE: Hosting provider disallows mod_perl - "memory hog / unstable"

2004-08-29 Thread Clayton Cottingham
Hub.org has mod_perl support, I've been very happy with them -Original Message- From: Martin RJ Cleaver [mailto:[EMAIL PROTECTED] Sent: August 29, 2004 8:54 AM To: [EMAIL PROTECTED] Subject: Hosting provider disallows mod_perl - "memory hog / unstable" https://panel.dreamhost.com/kbase

RE: advantages of mod_perl over java servlets

2004-08-10 Thread Clayton Cottingham
Sorry about empty post {had just replied to Chad and was meaning to send to mod_perl as well} My story: I started off with javascript/coldfusion Quickly had to move to asp, then on to java Java held me for quite a period of time until I was forced to use perl, I resisted until I realized how th

RE: advantages of mod_perl over java servlets

2004-08-10 Thread Clayton Cottingham
> -Original Message- > From: Kreimendahl, Chad J [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 10, 2004 8:32 AM > To: Eric Lenio > Cc: [EMAIL PROTECTED] > Subject: RE: advantages of mod_perl over java servlets > > > Of all the languages I've had dealings with over the years... >

RE: mod_perl with libxml2 - slooow?

2004-07-01 Thread Clayton Cottingham
i have use XML::LibXML on linux without those sort of speed crawls, you might want to look at trying it on a linux machine > -Original Message- > From: Perrin Harkins [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 01, 2004 10:12 AM > To: [EMAIL PROTECTED] > Cc: Modperl List > Subject: Re

RE: [mp1] session variables - how to use?

2004-06-29 Thread Clayton Cottingham
here is a test script i created to understand the basics, everyone feel free to rip it apart, through mistakes we learn :) <<<:code:>>> #!/usr/bin/perl use strict; use Apache::Session::MySQL; use CGI; =cut SYNOPSIS #make a fresh session for a first-time visitor tie %session, 'Apach

RE: Ticket-based access control across multiple domains?

2004-03-24 Thread Clayton Cottingham
one place used to do something like this person logs onto via form form submits to current domain, one passes cgi to script loads on clients computer set cookie for client can now surf to all sub domains via a small check master domain cookie -Original Message- From: Perrin Harki

RE: BBS/forum software

2004-03-08 Thread Clayton Cottingham
i like this one, cuz its like the commercial ly available ubb iirc it run properly under modperl, and it is only 3 perl scripts so. http://sourceforge.net/projects/psunami/ -Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED] Sent: March 8, 2004 7:34 AM To: Modperl List

Re: Favorite WYSIWYG editor?

2004-02-10 Thread Clayton Cottingham
t; > If that's not a good question, how about this: > What is your favorite WYSIWYG html editor? > > > BTY: What does afaik and 73 stand for? -- Clayton Cottingham - WinterMarket Networks Virtual Reality Programming, Design & Evangelist Phone:(604) 875-1213 Cell: (604) 506-

Re: [mp1] [bug report] Re: Apache::Request vs Apache->request

2004-01-31 Thread Clayton Cottingham
Stas: sorry i did miss that, yesterday was too too hectic ill try this now On Thu, 2004-01-29 at 20:03, Stas Bekman wrote: > Clayton Cottingham wrote: > > yah its calling it properly: > > > > my $apr = Apache::Request->new( > > shift, > >

Re: [mp1] [bug report] Re: Apache::Request vs Apache->request

2004-01-29 Thread Clayton Cottingham
On Thu, 2004-01-29 at 16:38, Stas Bekman wrote: > Clayton Cottingham wrote: > > ok thanks for the patience! > > > > i managed to > > a) get the base bug report template to go under freebsd and > > good. > > > b) had my modules fail and generate err

Re: [mp1] [bug report] Re: Apache::Request vs Apache->request

2004-01-29 Thread Clayton Cottingham
quest should be able to pass this right? On Thu, 2004-01-29 at 15:02, Stas Bekman wrote: > Clayton Cottingham wrote: > > oops! i just checked the bug.t wasnt safed after i put the changes in to > > use PP/* modules, that should work ok right? i include it with changes > > t

Re: [mp1] [bug report] Re: Apache::Request vs Apache->request

2004-01-29 Thread Clayton Cottingham
far enough in test > > suite to accomodate this > > You can upload a real file, as in: > modperl-2.0/t/modules/cgiupload.t > modperl-2.0/t/response/TestModules/cgiupload.pm > > Or you can cheat > modperl-2.0/t/modules/cgi.t > modperl-2.0/t/response/TestModul

[mp1] [bug report] Re: Apache::Request vs Apache->request

2004-01-29 Thread Clayton Cottingham
that right now please look over and tell me if i should proceed in that direction -- Clayton Cottingham - WinterMarket Networks Virtual Reality Programming, Design & Evangelist Phone:(604) 875-1213 Cell: (604) 506-7230 Vancouver, B.C. Canada [EMAIL PROTECTED] http://www.wintermarket.net

RE: Search Bot

2004-01-28 Thread Clayton Cottingham
ile (?). > > Regards, > > Josh > > Josh Chamas, Founder phone:925-552-0128 > Chamas Enterprises Inc.http://www.chamas.com > NodeWorks Link Checker http://www.nodeworks.

Re: Apache::Request vs Apache->request

2004-01-27 Thread Clayton Cottingham
thanks for the reply here is something strange. i cant figure out based on all this, under mod perl 1 Apache/1.3.29 on FreeBSD devserver.ppw 5.1-RELEASE below is a small piece of my module the 'parsefile' subroutine *does not* print out %args, i dont understand why not can someone explain? **

Re: Apache::Request vs Apache->request

2004-01-27 Thread Clayton Cottingham
; warn Data::Dumper::Dumper(%args); &PP::Global::print_html( $r, &AddSite($r) ); } sub AddSite { my $r = shift; my %args = $r->args; warn Data::Dumper::Dumper(%args); return Data::Dumper::Dumper(%args); } 1; -- Clayton Cottingham - WinterMarket

Re: Handlers vs Perl scripts

2004-01-27 Thread Clayton Cottingham
ting System - > http://perl.apache.org/docs/tutorials/tmpl/comparison/comparison.html > ModPerl::Registry - > http://perl.apache.org/docs/2.0/api/ModPerl/Registry.html > > Paul -- Clayton Cottingham - WinterMarket Networks Virtual Reality Programming, Design & Evangelist Phone:

Apache::Request vs Apache->request

2004-01-21 Thread Clayton Cottingham
ss the parameters correctly can anyone explain the finesse i am messing up? -- Clayton Cottingham - WinterMarket Networks Virtual Reality Programming, Design & Evangelist Phone:(604) 875-1213 Cell: (604) 506-7230 Vancouver, B.C. Canada [EMAIL PROTECTED] http://www.wintermarket.net IM's icq:

Re: File uploads using Apache:;request in mod_perl2

2004-01-16 Thread Clayton Cottingham
= ""; > > while (my $b = $bb->first) { > $b->read(my $buffer); > $full_image_data .= $buffer; > $b->remove; > } > > I'm sure there are better ways to use the brigade API > though. The C API for brigades has a "flatten