RE: [mp2][QUESTION]: Filter to modify request headers on a proxy server

2003-09-19 Thread Pringle, Chris (HP-PSG)
Thanks for this. I had put 'PerlInputFilterHandler iPAQApache::ResetBrowser' inside the proxy block, and it should have been outside like you said. _/*** * _/ **Chr

RE: [mp2][QUESTION]: Filter to modify request headers on a proxy server

2003-09-19 Thread Pringle, Chris (HP-PSG)
PAQApache::ResetBrowser Is this the correct directive? _/*** * _/ **Chris Pringle** _/ *Industrial Trainee ** *** _/_/_/ _/_/_/ *

MP2 Apache Settings

2003-09-18 Thread Chris Faust
.   Is the choice either global to everything or defined within each virtual that I want it? I've been reading the server and dir create/merge section on perl.apache.org but I'm not even sure it relates.   Thanks -Chris  

[mp2][QUESTION]: Filter to modify request headers on a proxy server

2003-09-18 Thread Pringle, Chris (HP-PSG)
uch appreciated! _/*** * _/ **Chris Pringle** _/ * ** *** _/_/_/ _/_/_/ *Personal Systems Group (PSG) ** ***_/ _/ _/ _/*Hewlett Pa

Re: Sending a different protocol header

2003-09-09 Thread Chris Shiflett
--- Geoffrey Young <[EMAIL PROTECTED]> wrote: > btw, can you please explain what ICY is for me? I believe ICY is a protocol used for streaming media, so these headers are probably an extension of HTTP that can be used instead of the pure ICY protocol. That's a guess, anyw

[ANNOUNCE] OpenInteract 1.99_03 (2.0 beta 3) released

2003-09-08 Thread Chris Winters
the system. A detailed changelog is online [1] as are the HTML-ified docs.[2] And if you can't wait for your CPAN mirror you can download it immediately.[3] Thanks, Chris [1]http://openinteract.sourceforge.net/docs/oi2/OpenInteract2/Manual/Changes.shtml [2]http://openinteract.sourceforg

Re: Coding Style Question - Using exit

2003-08-19 Thread Chris Faust
se { return Apache::OK; } * Then in every sub within determine_proper_action I'm returning either "Apache::OK" or "Apache::REDIRECT". Still got a lot of testing to do, but so far I've been able to get rid of all "exit"s from my script! Thanks -Chris -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

ANNOUNCE: OpenInteract 1.60 released

2003-08-18 Thread Chris Winters
changes: http://sourceforge.net/project/shownotes.php?release_id=178076 It's also winging its way around CPAN. Thanks! Chris PS: Most of these changes were actually in 1.59 but 1.60 was a release of the oops-fifteen-minutes-later variety. -- Chris Winters ([EMAIL PROTECTED]) Bui

Coding Style Question - Using exit

2003-08-18 Thread Chris Faust
a dispatch list of all the subroutines that make up the script, including the sub where I display the templates and exit. So for almost 95% of my requests, I'm "exiting" within determine_proper_action().   Does that make sense? Is it a bad thing?   Thanks -Chris  

Re: $r->headers_out Location and Set-Cookie

2003-08-14 Thread Chris Faust
Ahh, didn't know that.. Thanks Stas! -Chris - Original Message - From: "Stas Bekman" <[EMAIL PROTECTED]> To: "Chris Faust" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, August 10, 2003 2:37 PM Sub

Re: $r->headers_out Location and Set-Cookie

2003-08-11 Thread Chris Faust
I haven't had any problems setting a cookie and redirecting on MP2 by using the below $r->err_headers_out->add('Set-Cookie' => $packed_cookie); $r->header_out('Location' => $url); $r->status(REDIRECT); $r->send_http_header; -Chris

Re: [OT] About XML and Petal (was Re: templating system opinions(axkit?))

2003-07-28 Thread Chris Devers
f the server does the work, what should the throughput be like? My hunch -- which I'd be happy to be corrected about -- is that this can't be any easier than just working directly from traditional template kits, as has been discussed at remarkable length in this thread :) -- Chris Devers

Re: Application design patterns

2003-07-24 Thread Chris Winters
/OpenInteract2/Manual/Architecture.shtml Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Templating system opinions (CGI::Application in connection witheither HTML::Template or Template::Toolkit)

2003-07-23 Thread Chris Winters
Dave Rolsky wrote: There's a fine book about it. www.masonbook.com Just an unbiased opinion ;) Hey, I'd be happy to write a book about OpenInteract ;-) Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Templating system opinions (CGI::Application in connection witheither HTML::Template or Template::Toolkit)

2003-07-23 Thread Chris Winters
t's easier to get started with and wrap your head around everything it does. Classic trade-off :-) Good luck! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Apache 1.3.27 configure error with mod_perl 1.28, perl 5.8.0, gcc 3.3 on Solaris 2.8

2003-07-23 Thread Chris Fabri
At 05:09 PM 7/22/2003 -0500, Bill Weinman wrote: At 04:45 PM 7/22/2003, Chris Fabri wrote: I'm not even getting as far as the make when I get the error.If I build mod_perl separately, and remove all references to these flags from the makefiles, and the run apache's config, I stil

Re: Apache 1.3.27 configure error with mod_perl 1.28, perl 5.8.0, gcc 3.3 on Solaris 2.8

2003-07-22 Thread Chris Fabri
At 04:35 PM 7/22/2003 -0500, Bill Weinman wrote: At 03:50 PM 7/22/2003, Chris Fabri wrote: helpers/dummy.c -lsocket -lnsl -lpthread -W1,-E -L/usr/local/lib/gcc-lib/sparc- ..^^^ I think your problem is with the stray comma in the command line there

Re: Apache 1.3.27 configure error with mod_perl 1.28, perl 5.8.0, gcc 3.3 on Solaris 2.8

2003-07-22 Thread Chris Fabri
At 03:50 PM 7/22/2003 -0500, Chris Fabri wrote: I'm unable to get Apache sucessfully configured with these releases.I get the following error: Error Output for sanity check cd ..; gcc -DSOLARIS2=280 -DMOD_PERL -DUSE_PERL_SSI -B/usr/ccs/bin -D_LARGEFILE_S

Apache 1.3.27 configure error with mod_perl 1.28, perl 5.8.0, gcc 3.3 on Solaris 2.8

2003-07-22 Thread Chris Fabri
it's still trying to use /usr/ccs/bin for ar and ld. I do not have the Sun ANSI compiler. I've looked high and low and read about various issues with the GNU stuff, but haven't seen this particular error recounted. Any help is greatly appreciated. chris

Re: templating system opinions

2003-07-21 Thread Chris Winters
27;s why I took this option (storing templates in the database) out of OpenInteract. Well, actually you can still do it, I just make it really tough :-) Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: templating system opinions

2003-07-18 Thread Chris Devers
On Fri, 18 Jul 2003, Patrick Galbraith wrote: > Yeah, I worked with TT when I was on the Slash team ;) Then why are you asking a question like this?? :) -- Chris Devers [EMAIL PROTECTED] http://devers.homeip.net:8080/ Turing machine, n. [After Alan M. Turing (1912-1954), Brit

Re: templating system opinions - Mason recommendation

2003-07-18 Thread Chris Devers
/TAL http://www.zope.org/Wikis/DevSite/Projects/ZPT/TAL%20Specification%201.4 But anyway, Zope isn't mod_perl, so that's probably not what the original person was hoping to read about... :) -- Chris Devers[EMAIL PROTECTED]

Re: templating system opinions

2003-07-18 Thread Chris Devers
an be downloaded & used freely. If you have the time for it, grab a copy of one or more and start playing around. Have fun :) -- Chris Devers [EMAIL PROTECTED] http://devers.homeip.net:8080/ drag'n'drop, v. To throw away your mouse after the first attempt to copy a f

Re: select multiple

2003-07-10 Thread Chris Faust
] = yadda2 etc . Not usable live code obviously, but you should see the idea... -Chris - Original Message - From: "Dennis Stout" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, July 10, 2003 4:52 PM Subject:

Re: mod_perl 1.0 and 2.0

2003-07-10 Thread Chris Faust
aid, its really about your requirements - but the above is my experience, for what its worth.   -Chris - Original Message - From: Jamie Krasnoo To: [EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 3:49 PM Subject: mod_perl 1.0 and 2.0 Hi all,   I’m curre

Re: --help

2003-07-09 Thread Chris Devers
osed to mean? Here's the full error dump: And here's the software & hardware I'm running: Options: -p --post: [EMAIL PROTECTED] -S --subscribe : [EMAIL PROTECTED] -u --unsubscribe : [EMAIL PROTECTED] -h --help : [

[ANNOUNCE] OpenInteract 1.99_01 (2.0 beta 2) released

2003-07-03 Thread Chris Winters
, fixes and improvements. A detailed changelog is online [1], as are the HTML-ified docs [2]. And if you can't wait for your CPAN mirror you can download it immediately.[3] Thanks, Chris [1] http://sourceforge.net/project/shownotes.php?group_id=16810&release_id=169294

Re: advice on implementing a controller manager

2003-07-01 Thread Chris Winters
t and it's saved quite a lot of grief. It also makes for nice decoupling which is always a good thing. Of course, you could use OpenInteract as an MVC framework that uses the Template Toolkit, but that's a different matter... :-) Chris -- Chris Winters ([EMAIL PROTECTED]) Building ent

RE: Problem building libapreq-1.2

2003-06-29 Thread Chris Pizzo
I was able to get it to build by manually coping the header files to the apache source tree but there still is no bash$ locate mod_perl.h in the perl tree. Chris -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 7:55 PM To: Chris Pizzo Cc

Re: errors installing libapreq [RESOLVED]

2003-06-26 Thread Chris Devers
may hit different problems that could be fixed similarly. All better now :) -- Chris Devers[EMAIL PROTECTED] channeler, n. Also SPIRIT GUIDE. Politically correct terms for DAEMON. -- from _The Computer Contradictionary_, Stan Kelly-Bootle, 1995

errors installing libapreq

2003-06-25 Thread Chris Devers
x for that line -- it seemed to [not] work just as badly as everything else I tried... "When all you have is a hammer, everything feels like a thumb." So. libapreq fails on make test, when running against Fink's Perl5.8, a hand-rolled Apache 1.3.27 / mod_perl 1.27 combo running on OSX 10.2.6. In a nutshell. Any pointers as to why this may be happening & how it may be fixed would be appreciated. Thanks! -- Chris Devers[EMAIL PROTECTED] uptime, n. Some future (unspecified) time when the system will be UP and running. Compare DOWNTIME. See also CRASH. -- from _The Computer Contradictionary_, Stan Kelly-Bootle, 1995

Re: Problem building libapreq-1.2

2003-06-25 Thread Chris Pizzo
copied. I checked another install I did and they are there. I guess I should also say I am building Apache using DSO Thanks for the help, Chris At 04:50 PM 6/24/2003, Chris Pizzo wrote: Hi all, I am trying to install libapreq-1.2 on my redhat 8.0 system. I keep getting these warnings when

RE: Problem building libapreq-1.2

2003-06-24 Thread Chris Pizzo
Yes I did install the mod perl. I even brought up the apache test page indicating it was installed. -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 6:14 PM To: Chris Pizzo Cc: [EMAIL PROTECTED] Subject: Re: Problem building libapreq-1.2 On Tue

Problem building libapreq-1.2

2003-06-24 Thread Chris Pizzo
.2/Request' make: *** [subdirs] Error 2 I'm not sure what is wrong. I built mod_perl with the EVERYTHING=1 switch. I also re-built perl to be non-multi-threaded. Any pionters as to what is wrong appreciated. Thanks, Chris

Re: Apache Error of $r->read failed to read

2003-06-12 Thread Chris Faust
that its not as serious of a error as I thought (meaning any ill effects I may have thought was a result of that error message, really isn't). At very least at least I know what causes it. Thanks -Chris - Original Message - From: "Stas Bekman" <[EMAIL PROTECTED]&g

[ANNOUNCE] OpenInteract 1.99_00, first 2.0 beta

2003-06-10 Thread Chris Winters
tus at the OpenInteract wiki site [3]. I'd love to talk with people at YAPC::NA about OI2 and would be happy to initiate a BOF if there's enough interest. Thanks! Chris [1] http://prdownloads.sourceforge.net/openinteract/OpenInteract-1.99_00.tar.gz?download [2] http://openinteract.sour

Re: is anybody using mp2 in production?

2003-06-09 Thread Chris Faust
> (Btw, Chris, are you using the worker mpm ? Is it > stable ? We'd like to go the worker mpm way & would > like to know if any1 is using it yet in production.) > On our dev server yes, and all seems well - but we haven't rolled it out in production yet. Its one of thos

Re: is anybody using mp2 in production?

2003-06-08 Thread Chris Faust
s to complex sites because in my eyes there is no reason not to do things the best possible way the first time around! Thanks to Everyone on the Mod_perl Team Chris Faust Developer of http://www.isoldmyhouse.com - Original Message - From: "Stas Bekman" <[EMAIL

Not reading $ENV variable

2003-06-03 Thread Chris Pizzo
g to the database my $refer_url = $ENV{HTTP_REFERER}; basically the script takes form data and inserts it to a db then returns back to the refering page. Thanks for any ideas Chris

Apache Error of $r->read failed to read

2003-05-29 Thread Chris Faust
ng relating to the error so I'm a little lost on what I can do.   Any ideas?   Thanks -Chris   RH Linux 8 Apache 2.0.45 mod_perl 1.99.05   -8<-- Start Bug Report 8<--1. Problem Description:   See Above   2. Used Components and their Configuration

Recompiling Apache

2003-03-31 Thread Chris Faust
Hello Group, I want to add the rewrite module to my apache and it would appear I have to recompile apache to do so.. Does this mean I'll need to redo mod_perl after Apache as well? RH 8 Apache 2.044 mod_perl 1.99.09 Thanks -Chris

Re: mod_perl.pm and Apache 2

2003-03-28 Thread Chris Majewski
I get this: Warning: Cannot install Apache::MyConfig, don't know what it is. Try the command i /Apache::MyConfig/ to find objects with matching identifiers. -chris Chris Majewski <[EMAIL PROTECTED]> writes: > Hi > I'm trying to build RequestTracker (RT), a trouble t

mod_perl.pm and Apache 2

2003-03-28 Thread Chris Majewski
src/httpd-2.0.44 ? [y] * WARNING * Apache Version 1.3.0 required, aborting... What now? chris

RE: MP2 - New Install - Make Test Errors - Resolved

2003-03-23 Thread Chris Faust
e in my error log: Apache/2.0.44 (Unix) mod_perl/1.99_09-dev Perl/v5.8.0 configured Sweet! Thanks -Chris >> -Original Message- >> From: Stas Bekman [mailto:[EMAIL PROTECTED] >> Sent: Saturday, March 22, 2003 11:54 PM >> To: Chris Faust >> Cc: Modperl >> Sub

RE: MP2 - New Install - Make Test Errors

2003-03-22 Thread Chris Faust
em, any idea? Here is the bug report, I don't see any "error_log" in the CVS version. Thanks -Chris -8<-- Start Bug Report 8<-- 1. Problem Description: During "make" Can't locate Apache/TestConfig.pm in @INC (@INC contai

MP2 - New Install - Make Test Errors

2003-03-22 Thread Chris Faust
Apache 2.0.44 mod_perl 1.99.08 Perl 5.8.0 Building Via: perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2 \ MP_INST_APACHE2=1 Any ideas? Thanks -Chris

MP2 - New Install - Make Test Errors

2003-03-21 Thread Chris Faust
a normal user, made the edits to init.pm, su'ed to root and tryed to install again - I got the same results. RH Linux 8 Apache 2.0.44 mod_perl 1.99.08 Perl 5.8.0 Building Via: perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2 \ MP_INST_APACHE2=1 Any ideas? Thanks -Chris

RE: Using a Startup.pl

2003-03-18 Thread Chris Faust
e without it and I refuse to do even the smallest projects using anything else. -Chris >> -Original Message- >> From: Stas Bekman [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, March 18, 2003 5:34 PM >> To: Thomas Klausner >> Cc: Modperl >> Subject: Re: Using a

RE: Using a Startup.pl

2003-03-18 Thread Chris Faust
Thanks Thomas, that is what I wanted to know!! -Chris >> -Original Message- >> From: Thomas Klausner [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, March 18, 2003 1:50 PM >> To: Modperl >> Subject: Re: Using a Startup.pl >> >> >> Hi! >&g

Using a Startup.pl

2003-03-18 Thread Chris Faust
ing some strange problems, I'm wondering if my problem is there should only be one startup.pl - or does it not matter either way? Thanks -Chris

RE: Apache is exiting....

2003-02-27 Thread Chris Faust
called "display_error" that prints the message and error out in a browser, but you could make that anything you want. -Chris >> -Original Message- >> From: Paolo Campanella [mailto:[EMAIL PROTECTED] >> Sent: Thursday, February 27, 2003 8:43 AM >> To: [E

Re: mod_perl Developer's Cookbook

2003-02-27 Thread chris
d_perl and intend to go straight to > mp2). > > Thanks, > NG The underlying principles remain the same. And I happen to know that Geoff Young is writing some articles (for perl.com?) that highlight the differences between the two systems using examples from the Cookbook. -Chris

How do I convert HTML to PDF

2003-02-26 Thread Chris Pizzo
Hi All, I want to take an Invoice that exists as an html doc and convert it to a PDF file to attach to an email. I have been looking at DocSet but this seems better suited for large documents. Any help? Thanks, Chris

Re: Browser doesn't stop loading a page

2003-02-26 Thread Chris Winters
etc.) in the page that's not being loaded because the site is inaccessible or it's overloaded. Generally nothing to do with mod_perl :-) Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

RE: mod_perl 2 apache::session and "or die"

2003-02-21 Thread Chris Faust
Thanks Perrin, Yes I am using Apache::Registry and you were right, it was just a scoping problem - I can't believe I didn't see it before. Everything is finally working as it should!!! -Chris >> -Original Message- >> From: Perrin Harkins [mailto:[EMAIL PROT

RE: mod_perl 2 apache::session and "or die"

2003-02-21 Thread Chris Faust
d value at /usr/lib/perl5/site_perl/5.6.1/Apache/Session/Lock/MySQL.pm line 89 during global destruction. Which is Apache::Session::Lock:MySQL I'm still no closer as to figuring out why though. -Chris >> -Original Message- >> From: Perrin Harkins [mailto:[EMAIL PROTECTED]] &

mod_perl 2 apache::session and "or die"

2003-02-19 Thread Chris Faust
s defined in the httpd.conf, in otherword something running in /cgi-bin1/ has died and crashed, I can't get to it or do anything with it - during this time everything running in /cgi-bin2/ is running along just fine without a issue (although what is in /cgi-bin2/ isn't using Apache::Session but it is using the same mySql DB). Any ideas? Thanks -Chris

ANNOUNCE: OpenInteract 1.56 released

2003-02-17 Thread Chris Winters
up_id=16810&release_id=140942 I'll release it to PAUSE when the main CPAN mirror gets over its recent difficulties. Thanks! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

RE: Apache::DBI and mod_perl 2

2003-02-17 Thread Chris Faust
f course most are not mod_perl specific. -Chris

RE: Apache::DBI and mod_perl 2

2003-02-14 Thread Chris Faust
Awesome!! That must be my problem.. I searched everyplace else, but totally forgot searching the list.. Sorry about that. Thanks Again!! -Chris >> -Original Message- >> From: Nick Tonkin [mailto:[EMAIL PROTECTED]] >> Sent: Friday, February 14, 2003 10:46 AM >&g

RE: Apache::DBI and mod_perl 2

2003-02-14 Thread Chris Faust
Maybe that is the problem? I'm using 0.89 which is the newest from CPAN and that shows Jun 18.. Is there a later version available? Thanks -Chris >> -Original Message- >> From: Nick Tonkin [mailto:[EMAIL PROTECTED]] >> Sent: Friday, February 14, 2003 10:22 AM &

RE: Apache::DBI and mod_perl 2

2003-02-14 Thread Chris Faust
ed at /usr/lib/perl5/site_perl/5.8.0/Apache/DBI.pm line 3. Compilation failed in require. BEGIN failed--compilation aborted. [chrisf@web1 chrisf]$ I get pretty much the same thing if I try to put it into my statup.pl, scripts or httpd.conf. Thanks -Chris >> -Original Message- >

Apache::DBI and mod_perl 2

2003-02-14 Thread Chris Faust
e Apache::DBI I receive the error of: Can't locate Apache/Constants.pm in @INC I've learned in mod_perl 2 that Apache::Constants was replaced by 3 new classes (Apache::Const,APR::Const,Modperl::Const). But what do I do to get Apache::DBI to work? Am I missing something really simple here (I hope)? Thanks -Chris

Re: The best place for mod_perl beginners to get started.

2003-01-15 Thread Chris Shiflett
--- Geoffrey Young <[EMAIL PROTECTED]> wrote: > and don't forget about the cookbook > >http://www.modperlcookbook.org/ Speaking of that, why is it missing from http://perl.apache.org/? Chris

Memory Usage

2003-01-13 Thread Chris Faust
oth at P4's with 1 gig of ram. Any help or direction would be appreciated. Thanks -Chris

[mp2.0] Input Filter virus scan (more info)

2003-01-04 Thread Chris Hoffmann
ne Filter" example located at; http://perl.apache.org/docs/2.0/user/handlers/filters.html#All_in_One_Filter can do this please contact me. Chris. [EMAIL PROTECTED]

[mp2.0] Input Filter virus scan

2003-01-04 Thread Chris Hoffmann
Hi, newbie here, Can someone please tell me if the "All-in-One Filter" example located at; http://perl.apache.org/docs/2.0/user/handlers/filters.html#All_in_One_Filter can be used by a Anti Virus scan program to clear or block incoming Apache request data streams

[ANNOUNCE] OpenInteract 1.55 released

2002-12-20 Thread Chris Winters
/project/shownotes.php?group_id=16810&release_id=129206 Thanks! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

FW: DumpHeader Apache Perl Mod

2002-12-17 Thread Chris Dickerson
ache::DumpHeaders was in, didn't include any examples or a demo so I really don't know how it's supposed to be used. Being a log handler, I would think that it's something that gets executed for every page (which would be fine). I hope this is the correct place for this type on inquiry. Thanks Chris

DumpHeader Apache Perl Mod

2002-12-17 Thread Chris Dickerson
ery page (which would be fine). I hope this is the correct place for this type on inquiry. Thanks Chris

DumpHeader Apache Perl Mod

2002-12-17 Thread Chris Dickerson
ache::DumpHeaders was in, didn't include any examples or a demo so I really don't know how it's supposed to be used. Being a log handler, I would think that it's something that gets executed for every page (which would be fine). I hope this is the correct place for this type on inquiry. Thanks Chris

Re: [RFC] Apache::LDAP

2002-12-02 Thread Chris Winters
ol series of modules? Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: [Win32] perl-5.8 repository

2002-11-25 Thread Chris
Randy, Thanks for putting up your repository. Two things: 1) DBD-mysql seems to have a dependancy on Data::Dumper, but Data::Dumper isn't found in any of the repositories so won't install properly. 2) Do you have any plans on building mod_perl 1.27 for the Activestate 8xx series? -Chris

Re: [Win32] ActivePerl-5.8 beta released

2002-11-10 Thread Chris
ng two runtime libraries is a Not-So-Good-Thing (tm) I will probably breakdown and add VC++ 6 to my collection of toys. I'm far from an adaquate C programmer. Thank you for all your work supporting us red-headed step children in the Windows world. -Chris

Re: [Win32] ActivePerl-5.8 beta released

2002-11-09 Thread Chris
5.8 beta with VC++ 7? I'd heard rumors that there was an attempt to build a version of Perl using VC++ 7 because Microsoft has a free non-optimizing VC++ compiler they ship with the .NET SDK. I was very excited by this prospect. ::sigh:: -Chris

Re: [Win32] ActivePerl-5.8 beta released

2002-11-09 Thread Chris
#x27;s a large > demand for mod_perl-1 stuff, this repository will just include > mod_perl-2 packages. > > -- > best regards, > randy kobes -Chris

RE: use http-equiv to refresh the page

2002-11-06 Thread Chris Shiflett
r support for redirection with the real Refresh HTTP header than for the meta tag equivalent. I know of at least one attempt to test and document support for this specific use: http://www.hixie.ch/tests/evil/mixed/refresh1.http.html Perhaps the results of this test can help a developer determine whether this misuse of the Refresh header is appropriate for a certain situation. Chris

Re: use http-equiv to refresh the page

2002-11-05 Thread Chris Shiflett
Perrin Harkins wrote: Chris Shiflett wrote: http://www.w3.org/TR/html4/struct/global.html#h-7.4.4.2 Look a little further down that page: "/*Note.* Some user agents support the use of META <http://www.w3.org/TR/html4/struct/global.html#edef-META> to refresh the current p

Re: use http-equiv to refresh the page

2002-11-05 Thread Chris Shiflett
rsion describes the meta tag here: http://www.w3.org/TR/html4/struct/global.html#h-7.4.4.2 Sorry for disagreeing like this, but I am always afraid to see people being given incorrect information that might cause them difficulty. I hope this helps clarify. Chris

Re: redirection halts if a message is printed

2002-11-04 Thread Chris Shiflett
this example, the 3 is the number of seconds you want the client to wait prior to sending the next request, which will be for the URL http://example.org/. Chris

Re: Novice - Problem with data encoding

2002-11-01 Thread Chris Pizzo
Thats what is wierd. I don't do any escaping. I think it might be embperl doing the escaping because if I do a print of the XML doc string it has no escaping. If I put the string between [+ $content +] then it gets escaped. Thanks for your help, Chris - Original Message - From: &

Novice - Problem with data encoding

2002-10-31 Thread Chris Pizzo
tfd SYSTEM "http://gftd/schemas/data.dtd">; which blows up in the parsing. If I edit the result and swap back the < > and " it works. How can I prevent the encoding of the XML data? Anyone point me in the right direction? Thanks, Chris

Novice - How would I add a hidden form field to a LWP::UserAgent call?

2002-10-31 Thread Chris Pizzo
alue for key "info". Form values are: {} If I create an HTML doc with a form it finds the data. Is there something special I need to do to get a hidden form field? Thanks, Chris

Re: [newbie] How do I send a custom HTTP::Response?

2002-10-23 Thread Chris Pizzo
OK, I am getting a request from a server and I need to respond with an XML doc. - Original Message - From: "Perrin Harkins" <[EMAIL PROTECTED]> To: "Chris Pizzo" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, October 23, 2002 12:54 PM

[newbie] How do I send a custom HTTP::Response?

2002-10-23 Thread Chris Pizzo
The documentation tells me how to create a new response object but how do I reply to a request using my custom response? Thanks, Chris

How do I handle an XML document sent as a POST [newbie]

2002-10-22 Thread Chris Pizzo
-Agent: Java1.1 Host: localhost:8080 Connection: Keep-Alive . . . I have found lots of examples on how to deal with the xml once I have it but I don't understand how to get the xml document from the post? Anyone point me in the right direction? Thanks for your patience, Chris

Re: [OT] Perl vs. PHP..... but where is mod_perl?

2002-10-18 Thread Chris Winters
On Fri, 2002-10-18 at 17:46, Tobyn Baugher wrote: > As someone fairly new to mod_perl could you make a suggestion of a good > alternative to Apache::Cookie? I was using it just because, like > Apache::Request, it was *there*. The pure-perl CGI::Cookie works fine. Chris -- Chris Winter

subprocess_env wont change variable set with PerlSetEnv

2002-10-01 Thread Chris Allen
Otherwise it remains unchanged. Any ideas as to what is happening?? Many thanks, Chris Allen.

[ANNOUNCE] OpenInteract 1.51 released

2002-09-08 Thread Chris Winters
eract/OpenInteract-1.51.tar.gz?download Detailed changes: http://sourceforge.net/project/shownotes.php?release_id=109677 Thanks! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: mod_perl statistics on securityspace.com

2002-09-06 Thread Chris
%40.03 > change: %-3.62 > > https://secure1.securityspace.com/s_survey/data/man.200208/apachemods.html > > --Geoff Check the month before, I believe this is at least the second month in a row this trend has occured. I'm happy someone noticed. -Chris

Re: Filehandles

2002-08-29 Thread Chris
r threaded mpms (Win32 is limited to threaded mpms) ... least nobody seems 100% happy with the threaded mpm performance of mod_perl 2 yet (Stas? Anybody? How's it looking?) -Chris

Re: Filehandles

2002-08-29 Thread Chris
his is based off hersay and rumor. -Chris > ----- Original Message - > From: "Chris" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Thursday, August 29, 2002 1:21 PM > Subject: Re: Filehandles

Re: Filehandles

2002-08-29 Thread Chris
I know that mod_perl 2 is far from ready for primetime especially under the threaded mpm's (which is what Win32 is forced to use). I use XP to develop for a Linux mod_perl 1 architecture so I'm raipdly getting out of my depth, but this sounds like the place to look. I've never heard of a Win32 specific mod_perl list ... :( -Chris

Re: Filehandles

2002-08-29 Thread Chris
r flock-ed in my life (never had a need) but I have been tracking Perl and Apache under Win32 for quite a while so take all this with a grain of salt. -Chris

Re: large projects in mod_perl

2002-08-28 Thread Chris Winters
s a turn key app server. I'd like to hear more about projects > that manage session state across a web farm, allow for remote objects, > transaction management, etc... This should be useful: http://perl.apache.org/products/app-server.html Chris -- Chris Winters ([EMAIL PROTECTE

[ANNOUNCE] OpenInteract 1.50 released

2002-08-25 Thread Chris Winters
-1.50.tar.gz?download Detailed changes: http://sourceforge.net/project/shownotes.php?release_id=107160 Thanks! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Cache::Cache issues

2002-08-20 Thread Chris
> On Tue, 20 Aug 2002, Chris wrote: > >> my $timeout1 = $Cache->get_object('1')->get_expires_at(); >> my $timeout2 = $Cache->get_object('1')->get_expires_at(); > > ... ETOOMUCHCUTNPASTE. > Ick... My bad there. That explains one probl

Cache::Cache issues

2002-08-20 Thread Chris
Hi, I've got a bit of an issue with Cache::Cache, and while I know it's a bit off topic my e-mail to the module maintianer has dissapeared into the nether regions of nowhere. I know that alot of people here use the module, especially since it was the cookbook and Perrin's articles that put me

Re: Mod_perl Application Development

2002-08-18 Thread Chris Winters
e sort of lookup table to map requests to handlers. This lookup table can be maintained separately from the apache configuration and can generally be more flexible, allowing for application-level security settings, etc. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

OpenInteract 1.41 released

2002-08-13 Thread Chris Winters
Detailed changes: http://sourceforge.net/project/shownotes.php?release_id=104968 Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

  1   2   3   4   >