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

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

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. _/*** * _/ **Chris Pringle

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

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

MP2 Apache Settings

2003-09-18 Thread Chris Faust
t relates. Thanks -Chris

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, anyway. :-) Chris = Become

[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.sourceforge.net

Re: Coding Style Question - Using exit

2003-08-19 Thread Chris Faust
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 exits from my script! Thanks -Chris -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Coding Style Question - Using exit

2003-08-18 Thread Chris Faust
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

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]) Building

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 - Original Message - From: gerard uolaquetalestem

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

2003-07-28 Thread Chris Devers
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[EMAIL PROTECTED]http://devers.homeip.net:8080/resume/ sorry for helping along

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: 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 still get

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

2003-07-23 Thread Chris Winters
head around everything it does. Classic trade-off :-) Good luck! 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.

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
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: 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_SOURCE

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

Re: templating system opinions

2003-07-21 Thread Chris Winters
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
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 file leads to its deletion. See also TRASH CAN. -- from _The Computer Contradictionary_, Stan

Re: templating system opinions - Mason recommendation

2003-07-18 Thread Chris Devers
was hoping to read about... :) -- Chris Devers[EMAIL PROTECTED]

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), British

Re: mod_perl 1.0 and 2.0

2003-07-10 Thread Chris Faust
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 currently working

Re: select multiple

2003-07-10 Thread Chris Faust
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: select multiple Interesting. So in mod_perl, I would use

Re: --help

2003-07-09 Thread Chris Devers
:) -- Chris Devers [EMAIL PROTECTED] http://devers.homeip.net:8080/ reusability, n. A marketing priority overriding that of usability. See also OBJECT ORIENTEETING. -- from _The Computer Contradictionary_, Stan Kelly-Bootle, 1995

[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=16810release_id=169294 [2] http

Re: advice on implementing a controller manager

2003-07-01 Thread Chris Winters
it 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 enterprise-capable

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
/5.8.0/darwin/Apache/TestMM.pm line 90. Warning: prerequisite Apache::Test 1.03 not found. We have unknown version. And, as I say, rebuilding Apache::Test in the CPAN shell took care of that. Others may hit different problems that could be fixed similarly. All better now :) -- Chris Devers

Re: Problem building libapreq-1.2

2003-06-25 Thread Chris Pizzo
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 i run perl

Problem building libapreq-1.2

2003-06-24 Thread Chris Pizzo
' 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: 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

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] You probably use

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 those things we want to do but keep

Re: is anybody using mp2 in production?

2003-06-08 Thread Chris Faust
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 PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 08, 2003 1:50 AM Subject

Not reading $ENV variable

2003-06-03 Thread Chris Pizzo
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
e 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: *** using /usr/lib/perl5/vendor_

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: MP2 - New Install - Make Test Errors - Resolved

2003-03-23 Thread Chris Faust
(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 Subject: Re: MP2 - New Install - Make Test Errors Chris Faust wrote

MP2 - New Install - Make Test Errors

2003-03-22 Thread Chris Faust
Makefile.PL MP_AP_PREFIX=/usr/local/apache2 \ MP_INST_APACHE2=1 Any ideas? Thanks -Chris

RE: MP2 - New Install - Make Test Errors

2003-03-22 Thread Chris Faust
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 contains: Apache-Test/lib /home/chris/cvs/modperl-2.0/lib /usr/lib/perl5/5.8.0

MP2 - New Install - Make Test Errors

2003-03-21 Thread Chris Faust
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

Using a Startup.pl

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

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! On Tue, Mar 18, 2003 at 01:39:41PM -0500, Chris Faust wrote

RE: Using a Startup.pl

2003-03-18 Thread Chris Faust
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 Startup.pl Thomas Klausner wrote: Hi! On Tue, Mar 18, 2003 at 01:39:41PM -0500

Re: mod_perl Developer's Cookbook

2003-02-27 Thread chris
). 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

RE: Apache is exiting....

2003-02-27 Thread Chris Faust
that anything you want. -Chris -Original Message- From: Paolo Campanella [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 8:43 AM To: [EMAIL PROTECTED] Subject: Apache is exiting Hi all Here's a stripped-down version of a script I use

Re: Browser doesn't stop loading a page

2003-02-26 Thread Chris Winters
.) 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.

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: mod_perl 2 apache::session and or die

2003-02-21 Thread Chris Faust
/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]] Sent: Wednesday, February 19, 2003 11:55 AM

mod_perl 2 apache::session and or die

2003-02-19 Thread Chris Faust
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

RE: Apache::DBI and mod_perl 2

2003-02-17 Thread Chris Faust
Also remember, that you can't test modules that require mod_perl to run from the command line. You'd have the same result with mod_perl 1.0 Thanks, I didn't know that at all as I test all my modules that way and have never had a problem.. Of course most are not mod_perl specific. -Chris

ANNOUNCE: OpenInteract 1.56 released

2003-02-17 Thread Chris Winters
=16810release_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.

Apache::DBI and mod_perl 2

2003-02-14 Thread Chris Faust
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: Apache::DBI and mod_perl 2

2003-02-14 Thread Chris Faust
/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- From: Dr. Helmut Zeilinger [mailto

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 To: Chris Faust Cc: Modperl

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 To: Chris Faust Cc: Modperl

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

[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. Chris

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

2003-01-04 Thread Chris Hoffmann
://perl.apache.org/docs/2.0/user/handlers/filters.html#All_in_One_Filter can do this please contact me. Chris. [EMAIL PROTECTED]

DumpHeader Apache Perl Mod

2002-12-17 Thread Chris Dickerson
Chris

DumpHeader Apache Perl Mod

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

FW: DumpHeader Apache Perl Mod

2002-12-17 Thread Chris Dickerson
Chris

Re: [RFC] Apache::LDAP

2002-12-02 Thread Chris Winters
On Sun, 2002-12-01 at 20:32, James G Smith wrote: ( Actually, the name is chosen to `rhyme' with Apache::DBI. There are no dependencies on Apache or mod_perl. ) NAME Apache::LDAP - provides persistent LDAP connections Does this overlap with the ResourcePool series of modules? Chris

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
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
-Chris

Re: [Win32] ActivePerl-5.8 beta released

2002-11-09 Thread Chris
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: use http-equiv to refresh the page

2002-11-06 Thread Chris Shiflett
/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
.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: 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 page after a specified

Re: redirection halts if a message is printed

2002-11-04 Thread Chris Shiflett
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: Antti

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

2002-10-31 Thread Chris Pizzo
with a form it finds the data. Is there something special I need to do to get a hidden form field? Thanks, Chris

Novice - Problem with data encoding

2002-10-31 Thread Chris Pizzo
of the XML data? Anyone point me in the right direction? Thanks, Chris

[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

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 Subject: Re: [newbie] How do I send a custom

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

2002-10-22 Thread Chris Pizzo
: localhost:8080 Connection: Keep-Alive ?xml version=1.0 encoding=UTF-8? . . . 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-19 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 Winters ([EMAIL

subprocess_env wont change variable set with PerlSetEnv

2002-10-01 Thread Chris Allen
?? Many thanks, Chris Allen.

[ANNOUNCE] OpenInteract 1.51 released

2002-09-08 Thread Chris Winters
/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
/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
) 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: Filehandles

2002-08-29 Thread Chris
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
. -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 Thanks for responding so quickly. flock does work under Windows 2000 and above. The load

Re: Filehandles

2002-08-29 Thread Chris
with the threaded mpm performance of mod_perl 2 yet (Stas? Anybody? How's it looking?) -Chris

Re: large projects in mod_perl

2002-08-28 Thread Chris Winters
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 PROTECTED]) Building enterprise-capable

[ANNOUNCE] OpenInteract 1.50 released

2002-08-25 Thread Chris Winters
.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.

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
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
changes: http://sourceforge.net/project/shownotes.php?release_id=104968 Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Apache::DProf

2002-07-25 Thread Chris Newman
Think you need to load in Apache::Registry with : PerlModule Apache::Registry before the PerlHandler Apache::Registry bit Suggest also that you do all the module loading / startup before specifying any handlers eg . from my mod_perl.conf PerlRequire conf/startup.pl

Re: Apache-print Timed Out

2002-07-18 Thread Chris Newman
point is it may well be nothing at all to do with Apache/mod_perl. I had been trying to debug the PHP engine on the server but telnetting from the proxy to the server showed the connection was closing correctly so it had to be the proxy's fault. as I said, this may be a long shot. chris On Thursday

Weird problem with cookies on Netscape with apache running a virtualhost

2002-07-12 Thread Chris Pizzo
main and virtualhost using an IE browser. This all worked fine on both before I upgraded apache and modperl. I use Apache::Vookie to set and retrieve cookies. Anybody have an Idea to point me in the right direction to solve this? Thanks, Chris

Re: Weird problem with cookies on Netscape with apache running a virtualhost

2002-07-12 Thread Chris Pizzo
- Original Message - From: Charles [EMAIL PROTECTED] To: Chris Pizzo [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, July 12, 2002 1:51 PM Subject: RE: Weird problem with cookies on Netscape with apache running a virtualhost Chris, It is a bit difficult to determine your

Re: Weird problem with cookies on Netscape with apache running a virtualhost

2002-07-12 Thread Chris Pizzo
Doh! Thanks that's it! - Original Message - From: ___cliff rayman___ [EMAIL PROTECTED] To: Chris Pizzo [EMAIL PROTECTED] Cc: Charles [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, July 12, 2002 5:10 PM Subject: Re: Weird problem with cookies on Netscape with apache running

Re: [OT] Better Linux server platform: Redhat or SuSe?

2002-07-03 Thread Chris Garrigues
of any perl/mod_perl issues, but I built perl and the apache binaries myself. I don't use their RPMs. I use a mix of RedHat RPMS, my own RPMs and other people's RPMs. My perl and apache RPMs are all currently from Mandrake. (I seem to be gradually migrating towards Mandrake.) Chris -- Chris

Re: installation problems

2002-06-12 Thread Chris
you build this mod_perl yourself or are you using Randy Kobe's PPM? -Chris -- [A] Genuinely skillful use of obscenities is uniformly absent on the Internet. -Karl Kleinpaste

Re: separating C from V in MVC

2002-06-11 Thread Chris Winters
to add more information to the action and have it available in an object that is instantiated by the dispatcher which then tells the object to run itself. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: separating C from V in MVC

2002-06-07 Thread Chris
system can handle the load). -Chris -- [A] Genuinely skillful use of obscenities is uniformly absent on the Internet. -Karl Kleinpaste

  1   2   3   >