Re: an unusual [job request] + taking mod_perl to the commercial world

2001-04-27 Thread JR Mayberry
I think there are two paths... mod_perl needs more market-awareness... it needs a PR and marketing company.. then companies will start using it, then there will be more dreams jobs like you described.. simple fact is, I couldn't name more then 3 companies in my area who use it, and I never expect

Apache::Filter and cookies

2001-04-10 Thread JR Mayberry
Anyone have experience w/ Apache::Filter and handlers that set cookies.. It looks like they are being lost.. I found an article on an archive of someone saying they are having the same problem and someone else said the solution was to just not send the header, but you were fine as long as you we

Re: ANNOUNCE: Apache::Filter 1.017

2001-04-06 Thread JR Mayberry
ing all output, when I get to the Apache::Compress stage - Original Message - From: "Ken Williams" <[EMAIL PROTECTED]> To: "modperl" <[EMAIL PROTECTED]> Cc: "JR Mayberry" <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 6:02 PM Subject: AN

Re: Apache::Compress and Apache::Filter

2001-04-06 Thread JR Mayberry
I hack/fixed it by taking out the check to see if its the last module in a chain.. For me, that is always a safe assumption.. Let me know if theres ever a real fix.. - Original Message - From: "Ken Williams" <[EMAIL PROTECTED]> To: "JR Mayberry" <[

Re: Apache::Compress and Apache::Filter

2001-04-06 Thread JR Mayberry
Doesn't look like it did..same error I'm going to futz with it some to see if I can take a stab at it.. btw - on my system (workstation eq readhat x86 6.1) it was UNIVERSAL::isa ... - Original Message - From: "Ken Williams" <[EMAIL PROTECTED]> To: "JR M

Apache::Compress and Apache::Filter

2001-04-05 Thread JR Mayberry
Does anyone know anything about the above combo, and getting an error message: Bad filehandle at Filter.pm line 123 when using a client that doesnt support gzip..(specifically 'ab', apache bench) I may be something wrong but its only breaking when a client doesnt support gzip thanks

Re: to clarify (getting what was printed in PerlHandler)

2001-03-13 Thread JR Mayberry
It's only saving it up until that request is done with.. I put it in a pnote..works fine.. - Original Message - From: "Ken Williams" <[EMAIL PROTECTED]> To: "JR Mayberry" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, Mar

Re: to clarify (getting what was printed in PerlHandler)

2001-03-13 Thread JR Mayberry
It's not really as plug and play as I was looking for.. I'm surprised that theres no built in functionality to allow any of the post-handler phases to be able to retreive what was dumped out... oh well.. - Original Message - From: "Matt Sergeant" <[EMAIL PROTE

Re: to clarify (getting what was printed in PerlHandler)

2001-03-13 Thread JR Mayberry
I actually dont want to change whats outgoing -- I just want to know what it is.. - Original Message - From: "Ken Williams" <[EMAIL PROTECTED]> To: "JR Mayberry" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 12, 2001 7:20 PM Sub

to clarify (getting what was printed in PerlHandler)

2001-03-12 Thread JR Mayberry
a way to do it transparently...(ie: not changing code) i realize there are ways to do it otherwise..

getting content post PerlHandler phase

2001-03-12 Thread JR Mayberry
Is it possible to retreive what was printed in the PerlHandler phase (what was called w/ $r->print()), in any of the post PerlHandler phases? Thanks.

Apache::GD examples?

2001-02-28 Thread JR Mayberry
Does anyone have any real world examples of Apache::GD or Apache::GD/Graph I could look at? And/or stories of using Apache::GD/Graph in a production enviroment..

caching, proxying, and specific requirements..

2001-02-12 Thread JR Mayberry
Don't know if squid or Proxypass has the ability to do what I'm looking for, but maybe someone can provide guidance.. Say (for example) we have a page called /customer/reports/PHILADELPHIA, which has a list of things on it, one authenticated user can see X number of things of the total list, ano

Re: mod_perm and Java servlets

2001-01-18 Thread JR Mayberry
t > mod_perl, and having your jserv (or whatever) server send requests for > mod_perl apps to it using mod_proxy. See the mod_perl Guide for more info > on using a proxy with mod_perl. > > - Perrin -- ______ JR Mayb

Re: Finding out what has been enabled on a mod perl server

2001-01-16 Thread JR Mayberry
t; and other flags of that kind during the install. > > How would I do that? > > > > > Apachedir/bin/httpd -l > > -- ______ JR Mayberry e-Vend.net Corporation Programmer and

Apache::Status problems?..CGI::Cookie, (dont want no CGI.pm) (?)

2001-01-10 Thread JR Mayberry
While trying to do what the mod_perl guide reccomends as a performance increaser (not loading CGI.pm, and using mod_perl's functions as replacements for what CGI.pm does and doing PerlSetupEnv Off).. I realized that CGI.pm was being loaded even if I had no pre loaded modules.. All I had setup was

ab and cookies

2001-01-04 Thread JR Mayberry
does anyone have any experience with ab and sending multiple cookies ? It appears to be chaining cookies together, ie: I'm doing -C cookie1=value1 -C cookie2=value2 and im retreiving cookies with CGI::Cookie->parse($r->header_in('Cookie')); and foreaching %cookies and its doing something like

Re: PerlSetupEnv Off not working

2001-01-02 Thread JR Mayberry
That was it, thanks.. John K Sterling wrote: > > i assume thats a typo, i think PerlSetupEnv has been in since '96 > > have you seen this bug report? >http://marc.theaimsgroup.com/?l=apache-modperl&m=95867712412668&w=2 > might have something to do with it.

Re: PerlSetupEnv Off not working

2001-01-02 Thread JR Mayberry
dule >require PerlSetupEnv On because that > > module relies on a properly populated CGI environment table. > > > >_______ > > JR Mayberry wrote: > > > Perhaps I am a bit c

Re: PerlSetupEnv Off not working

2001-01-02 Thread JR Mayberry
> population, and can gain by turning it Off. Scripts using the CGI.pm module >require PerlSetupEnv On because that > > module relies on a properly populated CGI environment table. > > > >____

PerlSetupEnv Off not working

2001-01-02 Thread JR Mayberry
Perhaps I am a bit confused about how this should be working...but.. I have PerlSetupEnv set to Off in httpd.conf.. yet in this sample script running as an Apache::Registry script: #!/opt/bin/perl use Data::Dumper; my $r = Apache->request(); $r->send_http_header('text/plain'); print Dumper(\%E

Re: Linux Hello World Benchmarks: +PHP,JSP,ePerl

2000-12-18 Thread JR Mayberry
lease feel free to clarify > >how this might impact the results. > > > >--Josh > > > >_ > >Joshua Chamas Chamas Enterprises Inc. > >NodeWorks >> free web link monitoring Huntington Beach, CA USA > >http://www.nodew

Re: Apache::AuthCookie and SSL

2000-12-15 Thread JR Mayberry
t; > > Thanks, > John > > -- > John Walstra CNET Networks > Senior Software Developer, Jack Of All Trades300 Park Blvd, Suite 105 > mailto:[EMAIL PROTECTED]Itasca, IL 60143-4914 > Phone: 630.43

Re: Apache::AuthCookie and SSL

2000-12-15 Thread JR Mayberry
TECTED]Itasca, IL 60143-4914 > Phone: 630.438.7000 x1304Fax: 630.775.0555 -- __ JR Mayberry e-Vend.net Corporatio