mod_perl

2003-11-12 Thread peter
a problem like this, and if so, what was the solution. Thanks Peter -- Peter Gordon Tel: (972) 8 9432430 Ext: 129 Cell phone: 054 438029 Fax: (972) 8 9432429 Valor Ltd, PO Box 152, Yavne 70600, Israel Email: [EMAIL PROTECTED] -- Reporting bugs: http://perl.apache.org/bugs/ Mail list

Re: mod_perl

2003-11-13 Thread peter
teC" and /etc/httpd/conf/startup.pl contains #! /usr/bin/perl $ModPerl::RegistryCooker::NameWithVirtualHost = 1; And I restarted the httpd daemon. Peter Stas Bekman wrote: peter wrote: I am using Apache and mod_perl that comes out of the box with Red Hat 9. httpd -v Server version: Apache/

Re: Problems with Multiple PerlTransHandlers

2003-12-17 Thread Peter Haworth
ere anyway to "localize" (i.e. ) them so that they are > not always invoked? I don't think works until later phases, but I could be wrong. -- Peter Haworth [EMAIL PROTECTED] If at first you don't succeed, failure may be your thing. -- Warren Miller --

Experience of Apache::Session vs CGI::Session ?

2004-02-20 Thread Peter Galbavy
hese modules in this environment ? I appreciate any comments, and given I found little on searching, I hope that any replies would be useful to have in the list archives. rgds, -- Peter <>

Re: Experience of Apache::Session vs CGI::Session ?

2004-02-20 Thread Peter Galbavy
Apologies by the stange attachement in my previous post... I cut'n'pasted from a previous sent-mail that went from the wrong subscriber address... Peter -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiqu

Re: Experience of Apache::Session vs CGI::Session ?

2004-02-20 Thread Peter Galbavy
go to the effort of maintaining them ? :-) rgds, -- Peter -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: Using Cache::Mmap in mod_perl

2004-07-19 Thread Peter Haworth
that the mod_perl copy of Cache::Mmap is installed correctly. Use CPAN's "force install" option if necessary, and make sure that you are using the perl appropriate to your mod_perl installation. -- Peter Haworth [EMAIL PROTECTED] "Do you count brain rot as a valid

Re: Using Cache::Mmap in mod_perl

2004-07-20 Thread Peter Haworth
ely, I'm off to Japan for the next two weeks, so I can't be any help until then. Hopefully, someone else on the list has seen something like this before. -- Peter Haworth [EMAIL PROTECTED] "Warning! Do not use while asleep!" -- Sears hairdryer instru

ANNOUNCE: Krang SiteMap 1.00

2004-07-22 Thread Peter Leonard
We're pleased to announce that Krang SiteMap v1.00 has been released. Krang SiteMap is a Krang add-on for generating robot-friendly sitemaps to aid in Search Engine Optimization. SiteMap is designed to be easily integrated into existing Krang element libraries with minimal work. From the documenta

Re: Using Cache::Mmap in mod_perl

2004-08-09 Thread Peter Haworth
d after loading. However, read() and _bucket() have both managed to survive to that point in time. -- Peter Haworth [EMAIL PROTECTED] "To me vi is Zen. To use vi is to practice zen. Every command is a koan. Profound to the user, unintelligible to the uninitiated. You discover truth

ANNOUNCE: Krang 1.022

2004-08-09 Thread Peter Leonard
Krang v1.022 is now available. Notable changes in this release: - Category templates can now be published on a per-page basis, allowing for varying containers on each page of a story. - Improvements to the publishing system will result in greatly-improved sitewide publish times. - Kr

ANNOUNCE: Krang RSS 1.00

2004-08-17 Thread Peter Leonard
We're pleased to announce that Krang RSS v1.00 has been released. Krang RSS is a Krang element-library addon that creates RSS files for the purposes of syndication. RSS is designed to be easily integrated into existing Krang element libraries with minimal work. From the documentation: "The RSS

ANNOUNCE: Krang 1.023

2004-09-02 Thread Peter Leonard
Krang v1.023 is now available. Notable changes in this release: - Improvements to the publishing API to simplify the output of secondary content attached to a story. - Improved support for previewing stories published across multiple sites. - Additional minor bugfixes Detailed chang

mod_perl unicode, cgi and binmode

2004-09-27 Thread peter pilsl
stomers.goldfisch.at/cgi-bin/unicodetest7.pl perl is 5.8.5 and mod_perl is latest 1.99_16 and apache 2.0.51. If somebody shows me a way how to read unicode without using binmode, I would be very glad too. I didnt manage to get "real" unicode without it. thnx a lot, peter

ANNOUNCE: Krang 1.025

2004-10-01 Thread Peter Leonard
Krang v1.025 is now available. Notable changes in this release: - Fixes an incomplete upgrade process in 1.024. Users who upgraded their Krang installations to 1.024 should immediately upgrade to 1.025. - Improved error handling and reporting in the command-line krang_publish script.

ANNOUNCE: Krang 1.026

2004-11-04 Thread Peter Leonard
Krang v1.026 is now available. Notable changes in this release: * Support for Mac OSX has been added. * Support for Solaris has been added. * Support for Mandrake Linux has been added. * Krang data exports are now architecture-independant - moving Krang from x86 to SPARC or PPC is now suppo

Building mod_perl for Tenon's iTools on Mac OS 10.2

2003-09-24 Thread Peter Bengtson
nced in other server maintenance areas, so any pointers from you folks who have done this before would be much appreciated. I have found a couple of articles on the install process, but they are very old and seem to be out of date. / Peter Bengtson The arguments given to Makefile.PL are

[pm1] Building mod_perl for Tenon's iTools on Mac OS 10.2

2003-10-04 Thread Peter Bengtson
1) Why can't "make test" fire up Apache? 2) Why is --without-execstrip necessary on Mac OS X (Darwin/FreeBSD)? 3) Are any other Apache configuration options necessary to replicate Tenon's configuration, if required by mod_perl? Any pointers much appreciated. At the moment it's a bit difficult to administrate the server in question, since mod_perl isn't working. / Peter Bengtson

Re: [pm1] Building mod_perl for Tenon's iTools on Mac OS 10.2

2003-10-04 Thread Peter Bengtson
-starting Apache definitely should have cropped up before. Thus I would, again, be very thankful for any advice or suggestions. / Peter Bengtson

ANNOUNCE: Krang 1.100

2005-01-04 Thread Peter Leonard
utput. Krang can be enhanced with add-ons containing new skins and other new features. Krang easily handles large data sets and can manage multiple websites in a single installation. - the Krang team Peter Leonard [EMAIL PROTECTED]

Re: DBI memory usage

2005-01-18 Thread Peter Haworth
; # Adjust number to taste do { $sth->execute; while(my $row=$sth->fetchrow_arrayref){ # YOUR NORMAL LOOP BODY GOES HERE } } while $sth->rows+0; # It will be '0E0' (0 but true) the last time -- Peter Haworth [EMAIL PROTECTED] "The trouble with ema

Re: DBI memory usage

2005-01-19 Thread Peter Haworth
On Tue, 18 Jan 2005 10:12:06 -0800, Chris Ochs wrote: > On Tue, 18 Jan 2005 10:43:02 +0000, Peter Haworth > <[EMAIL PROTECTED]> wrote: > > By using a cursor, you can specify exactly how much data you want > > at a time: > > DBD::Pg doesn't support cursors. From t

help with mod_perl: undefined symbol: Perl_sv_2pv_flags

2005-01-19 Thread peter pilsl
. But I want to use a newer version. Where should I start to look for my problem? is it a perl-problem? a apache-problem? a mod_perl-problem? I buildt mod_perl with: perl Makefile.PL MP_INST_APACHE2=1 MP_AP_PREFIX=/usr/local/apache2 thnx, peter -- mag. peter pilsl goldfisch.at IT-management tel +43

help with mod_perl: undefined symbol: Perl_sv_2pv_flags (full system report this time)

2005-01-20 Thread peter pilsl
possible cause of my problem? thnx, peter 1. Problem Description: apache cannot start due to the following error: Cannot load /usr/local/apache2/modules/mod_perl.so into server: /usr/local/apache2/modules/mod_perl.so: undefined symbol Perl_sv_2pv_flags I tried with several versions from

ANNOUNCE: Krang 1.101

2005-01-21 Thread Peter Leonard
plates to build output. Krang can be enhanced with add-ons containing new skins and other new features. Krang easily handles large data sets and can manage multiple websites in a single installation. - the Krang team Peter Leonard [EMAIL PROTECTED]

Re: help with mod_perl: undefined symbol: Perl_sv_2pv_flags (full system report this time)

2005-01-21 Thread peter pilsl
, start the server in the debug mode) make: *** [run_tests] Error 143 which is still the very same problem ... thnx, peter -- mag. peter pilsl goldfisch.at IT-management tel +43 699 1 3574035 fax +43 699 4 3574035 [EMAIL PROTECTED]

Re: help with mod_perl: undefined symbol: Perl_sv_2pv_flags [SOLVED]

2005-01-21 Thread peter pilsl
per showed that it was left behind by my good old perl5.6.1 :) I still dont understand why my new perl5.8.5 does not have a libperl.so and why mod_perl can live very well without it. But sometimes even one is too much :) Thnx to all for helping me out here, peter ps: and thnx plus a nice weekend

Re: preferred LB methods

2005-02-11 Thread Peter Leonard
t I want to be sensitive to the the fact that we're using MP exclusively. Thanks in advance for any feedback. Matthew Peter Leonard [EMAIL PROTECTED]

Re: Using mod_php and mod_perl

2005-02-15 Thread Peter Lavender
Perrin Harkins wrote: On Mon, 2005-02-14 at 13:32 -0500, Jonathan Vanasco wrote: some of the general user presentation would probably develop well under php -- but I dont want to consider that at the expense of the mod_perl processes. I think it's pretty much guaranteed that it will be m

Apache Segfault because of mod_perl?

2005-03-31 Thread Peter Roosdorp
Hello, Yesterday I installed mod_perl on a slackware 10.1 system Linux abyss 2.4.29 #6 Thu Jan 20 16:30:37 PST 2005 i686 unknown unknown GNU/Linux Apache apache2-2.0.53-i486-2spi Mod_perl was intstalled by using “perl -MCPAN -e 'install Apache::Gallery'”   Everything (finally) install

APR::BucketType bucket types?

2005-04-01 Thread Dintelmann, Peter
ng for buckets of a particular type a comparison to an integer constant would be more efficient. Can we have some constants in APR::Const for this purpose and the bucket type name as a dual valued scalar? Peter

AW: APR::BucketType bucket types?

2005-04-05 Thread Dintelmann, Peter
> -Ursprüngliche Nachricht- > Von: Stas Bekman [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 4. April 2005 18:47 > An: Dintelmann, Peter > Cc: 'modperl@perl.apache.org' > Betreff: Re: APR::BucketType bucket types? > > > Dintelmann, Peter wrote: >

setting request_time (prot. handler)

2005-04-05 Thread Dintelmann, Peter
The log phase can be invoked in a protocol handler using the run_log_transaction() method from Apache::HookRun. use Apache::Connection; use Apache::Const -compile => qw(OK); use Apache::RequestRec; use Apache::RequestUtil; use Apache::HookRun; sub handler { my $c = s

AW: AW: APR::BucketType bucket types?

2005-04-06 Thread Dintelmann, Peter
[snip] > > ok; I didn't think about that... > > So what is the most efficient way to determine the > > "standard" bucket types like EOS/EOC/FLUSH? > > with is_foo methods: > http://perl.apache.org/docs/2.0/api/APR/Bucket.html > though at the moment we expose just two of them

AW: setting request_time (prot. handler)

2005-04-06 Thread Dintelmann, Peter
> -Ursprüngliche Nachricht- > Von: Stas Bekman [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 5. April 2005 17:58 > An: Dintelmann, Peter > Cc: 'modperl@perl.apache.org' > Betreff: Re: setting request_time (prot. handler) > > > Dintelmann, Peter wr

auth mechanism and req. record

2005-04-22 Thread Dintelmann, Peter
can be passed via $r->ap_auth_type(). But what is the the correct way to pass the client auth data? Should I use the request notes table to this end? Peter

AW: auth mechanism and req. record

2005-04-22 Thread Dintelmann, Peter
"canonical place" to put the digest data in. Does this help to better understand what I am looking for? Peter

Re: Storable Freeze/thaw - Size Limits - 65535 (?)

2005-09-19 Thread Peter Leonard
m might reside (Storable, Perl, etc). but knowing many on this list use Storable to do lots of cool things, can someone provide a clue? Any other comments are much appreciated. Thanks in advance, Bill Peter Leonard [EMAIL PROTECTED]

Incorrect/inconsistant mime type

2005-10-18 Thread Peter Rosenthal
I am having a strange problem with mod_perl/Apache::ASP Randomly the mime type sent down to the browser is incorrect. This might be when the child processes its first request. The content type is set to "text/html" and the header sent to the browser is: Content-Type: text/plain; charset=UTF-8 I

[ANNOUNCE] Cache::Mmap 0.09

2005-11-16 Thread Peter Haworth
all the details of refreshing cache contents, and updating underlying data, if necessary. -- Peter Haworth [EMAIL PROTECTED] ``oh sure, that's what Microsoft WANT - but it'd be no good waking up in the morning feeling blue and thinking "I did not correctly fall asle

[mp2] local %ENV causes Segmentation fault or Bus error

2005-12-13 Thread Peter Walsham
-8<-- Start Bug Report 8<-- 1. Problem Description: Summary Calling "local %ENV" from anywhere inside a mod_perl handler will terminally flaw the httpd process. The httpd process will function fine on the first request, but will die the

[mp2] local %ENV causes Segmentation fault or Bus error

2005-12-13 Thread Peter Walsham
-8<-- Start Bug Report 8<-- 1. Problem Description: Summary Calling "local %ENV" from anywhere inside a mod_perl handler will terminally flaw the httpd process. The httpd process will function fine on the first request, but will die th

[mp2] local %ENV causes Segmentation fault or Bus error

2005-12-14 Thread Peter Walsham
Phillip, Thanks for your reply. First off a bit of CPAN wierdness. With perl -MCPAN 'install Sys::HostIP' you get version 1.0 (07 Jun 2000), rather than the latest version (1.3.1 29 Sep 2003), something to do with the change of owner (five->bluelines). Unfortunately 1.0 is the only version wh

Good mp2 books?

2005-12-14 Thread Peter Leonard
Thanks, Pete Peter Leonard [EMAIL PROTECTED]

MIME::Lite / mod_perl2 segfault

2005-12-21 Thread Peter Mogensen
/2005/04/20/9c183e04.html But have have not been able to find an explanation. If I try to locate the cause with the perl-debugger it freezes. regards, Peter Mogensen MP.pm Description: Perl program startup.pl Description: Perl program # This is an -*- apache -*- conf file ...(or template)

Re: MIME::Lite / mod_perl2 segfault

2005-12-21 Thread Peter Mogensen
at ships with Sarge (unfortunately) due to the API change, and I would need a very good reason to upgrade to the new API at present. So if there was a simple explanation, which I could solve by a slight modifictation to one of the Sarge packages, that would be best. Peter

questions about setting request data

2006-01-13 Thread Peter Halliday
I can't find anything on how to set request data anymore. I really need help. My set is down because of this. Peter Halliday Excelsior Systems http://www.excelsiorsystems.net (Phone:) 607-936-2172 (Support:) 607-329-6905 (Fax:) 607-398-7928

Re: Apache::DBI and DBD::Pg

2006-01-17 Thread Peter Haworth
'); Or, if you want this isolation level to apply to everything, say so when you connect: $dbh->do("set default_transaction_isolation to 'serializable'"); I haven't tested any of these, since I haven't needed to change the isolation level since the bad old

Apache::Filter after mod_jk?

2006-01-17 Thread Peter Swan
ut filter which should do the trick, but unfortunately we can't switch.) Thanks a lot for ANY hints! Peter

Re: MIME::Lite / mod_perl2 segfault

2006-01-25 Thread Peter Mogensen
Chase Venters wrote: > Peter... sorry if I can't answer your question more directly, but I will > say that running under mod_perl 1.99 at this point, whether or not your > distribution ships a mod_perl 2.0, is probably unadvisable. It's > unfortunate that we've had t

Re: MIME::Lite / mod_perl2 segfault

2006-01-31 Thread Peter Mogensen
Frank Wiles wrote: > On Wed, 21 Dec 2005 11:21:14 +0100 > Peter Mogensen <[EMAIL PROTECTED]> wrote: > > >>I think I have the signs of a bug somewhere. I'm building a mod_per2 >>application and lately the apache2 process has started to sigfault. It >>

Ocassionally POST data is missing

2006-02-06 Thread Peter Klump
Hi list, I'm having a problem with my perl scripts after I ported them into a new server environment. My server environment: Apache2 2.0.55 Perl 5.8.3 CGI 3.15 mod_perl 2.0.2 What is happening is that _occasionaly_ (maybe 1 out of 20 times) the POST data users send by their browser to my perl sc

Re: Ocassionally POST data is missing

2006-02-07 Thread Peter Klump
. Februar 2006 01:44 An: Peter Klump Cc: modperl@perl.apache.org Betreff: Re: Ocassionally POST data is missing On Feb 6, 2006, at 4:06 PM, Peter Klump wrote: > I'm having a problem with my perl scripts after I ported them into a > new server environment. > My server environment: >

MP2 PerlTransHandler and VirtualHosts

2006-02-14 Thread Peter, Attila
Title: MP2 PerlTransHandler and VirtualHosts List, Is there any method to restore Apache's default PerlTransHandler (or in general any other handler) in VirtualServer container after a PerlTransHandler was set up in the main server config? Consider the following: PerlLoadModule   

RE: MP2 PerlTransHandler and VirtualHosts

2006-02-15 Thread Peter, Attila
(this is the case for me). I decided to use this directive instead of 'require' because this one indicates straight when the stuff gets invoked: after apache configuration is done.   --Attila From: Foo Ji-Haw [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 15. Februar 2006 03:4

FW: MP2 PerlTransHandler and VirtualHosts

2006-02-15 Thread Peter, Attila
-Original Message- From: Peter, Attila Sent: Mittwoch, 15. Februar 2006 12:46 To: 'Frank Wiles' Subject: RE: MP2 PerlTransHandler and VirtualHosts Frank, I tried earlier default-handler with no luck. I got failed to resolve handler `default-handler' in the error lo

MP2 PerlPostConfigRequire and VirtualHosts

2006-02-15 Thread Peter, Attila
Title: MP2 PerlPostConfigRequire and VirtualHosts List, I want to load some heavy data processing modules via PerlPostConfigRequire in different virtual hosts. The source of data that the modules have to process depends on certain custom config variables defined within virtual host contai

RE: FW: MP2 PerlTransHandler and VirtualHosts

2006-02-16 Thread Peter, Attila
also returns DECLINED then will the apache's default handler run. --Attila -Original Message- From: Fred Moyer [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 15. Februar 2006 18:52 To: Geoffrey Young Cc: Frank Wiles; Peter, Attila; modperl@perl.apache.org Subject: Re: FW: MP2 PerlTransH

MP2 Getting to the VirtualHost server object during start-up

2006-02-17 Thread Peter, Attila
Title: MP2 Getting to the VirtualHost server object during start-up List, I want to access the server configuration of a virtual host from a module loaded via PerlPostConfigRequire after the config phase is done but before the server is ready to serve requests. In a main server that wou

Segmentation fault in Text::ParseWords

2006-02-24 Thread Peter Mogensen
w I shouldn't abuse Text::ParseWords like that ;-) The segfault happens in the regexp at line 54 in Text::ParseWords version 3.21 regards, Peter Mogensen

Release 2.0.3?

2006-03-10 Thread Peter Mogensen
blows w.r.t a release? There seems awfully quiet about it. regards, Peter Mogensen

seen_eos is not set by some handlers

2006-06-12 Thread Reif Peter
->log->debug ("eos-parser: ", $f->seen_eos); $buffer = uc $buffer; $f->print($buffer); } return Apache2::Const::OK; } --- $f->seen_eos does never return 1 at proxy-requests, perl-status and server-info! Server Version: Apache/2.2.2 Embedded Perl version v5.8.8 for Apache/2.2.2 mod_perl version: 2.0.2 Peter

seen_eos is not set by some handlers

2006-06-13 Thread Reif Peter
->log->debug ("eos-parser: ", $f->seen_eos); $buffer = uc $buffer; $f->print($buffer); } return Apache2::Const::OK; } --- $f->seen_eos does never return 1 at proxy-requests, perl-status and server-info! Server Version: Apache/2.2.2 Embedded Perl version v5.8.8 for Apache/2.2.2 mod_perl version: 2.0.2 Peter

test

2006-06-13 Thread Reif Peter
sorry for the test, but my posts are not coming through

Re: seen_eos is not set by some handlers

2006-06-14 Thread Reif Peter
I don't know what went wrong, but now it works! Peter

response headers vom proxy request in filter available?

2006-06-14 Thread Reif Peter
I have an Apache server configured as reverse-proxy and want to see the response-headers of the proxy request in my output-filter. Wher I try to read $r->headers_out I get only the "Date" header. Do I have to implement my filter as a connection-filter or is there another solution? Peter

GDGraph and mod_perl

2006-06-25 Thread peter pilsl
Is anyone using GDGraph under mod_perl? While things are working perfect under cgi, I get seg-faults under mod_perl. I didnt dig deeper by now and just wanted to ask if anyone here knows about GDGraph under mod_perl. thnx, peter -- mag. peter pilsl goldfisch.at IT- & dataconsulting

Q: Don't filter requests from server side includes

2006-08-01 Thread Reif Peter
How do I configure my server, so that it does not I have ssi enabled on my web server. I also have a content filter in mod_perl: PerlOutputFilterHandler Apache::MyFilter How do I configure the server that it does not send requests made by

Re: I swear, [idiots unsubscribe help request]

2006-08-22 Thread Peter Farmer
g a real ISP to handle you email would be even better ! Regards Peter Farmer

warnings going to wrong log

2006-10-27 Thread Peter Rosenthal
Hello,I have mod_perl applications running in multiple virtual-hosts with multiple parent perl interpreters (vhost config has PerlOptions +Parent set). However, when a script running on one of these vhosts calls "warn" the output goes to the apache error log in the global context (/var/log/httpd/er

Re: print() on closed filehandle

2006-10-30 Thread Peter Rosenthal
SELinux is certainly included in RHEL 4 (though it is an option at install time whether it is enabled or not). Check your message log for avc failures. e.g.:kernel: audit(1162240773.996:667): avc:  denied  { write } for  pid=23025 comm="httpd" name="dprof" dev=dm-0 ino=24282699 scontext=root:system

Re: Lost ENV variable value .........

2007-01-12 Thread Peter Rosenthal
I have used CAS myself, but instead of attempting to implement the server module for CAS authentication I used mod_cas. This might be an easier way of doing what you are trying to do. On 12/01/07, Michael Peters <[EMAIL PROTECTED]> wrote: Tracy12 wrote: > 1) As we dont use the apache basic aut

RE: Failed to resolve handler

2007-06-04 Thread Peter, Attila
Gustavo, Since the default handler subroutine is called handle the Authen::Simple::NIS package should have such a sub. But this does not have such a sub. Check the usage of Authen::Simple::NIS. You have to load Authen::Simple::Apache as well. This is the one that provides you the mod perl handle

$r->read doesn't return number of characters read

2007-06-11 Thread Reif Peter
1. Problem Description: I have written a mod_perl request handler. It reads incoming POST-date with: sub handler { my $r = shift; # ... my $cnt = $r->read($buf, $bufsize); # ... } the documentation says (http://perl.apache.org/docs/2.0/api/Apache2/RequestIO.html#

Reading post-data

2007-06-11 Thread Reif Peter
ing, there is no content-length header at all. Unfortunately you cannot tell $r->read to read just all of the data, you must provide a length. How do I solve this problems. Peter

Wrong error message at $r->read (.. , 0)

2007-06-11 Thread Reif Peter
1. Problem Description: I have written a mod_perl request handler. It reads incoming POST-date with: sub handler { my $r = shift; # ... my $cnt = $r->read($buf, 0); # ... } My hope is, that when I use 0 as length parameter to read, it will read everything. But it

Input Filter Problem

2007-06-11 Thread Reif Peter
line $f->print (''); in Filter1.pm, I get the following error: [Mon Jun 11 16:29:34 2007] [error] Apache2::RequestIO::read: Aborting read from client. One of the input filters is broken. It returned an empty bucket brigade for the APR_BLOCK_READ mode request at /magwien/gondor-mod-perl2-2.6.5/Apache/TestPost.pm line 22, line 799. Why? Thanks, Peter

AW: Reading post-data

2007-06-11 Thread Reif Peter
> Reif Peter wrote: > > Unfortunately you cannot tell $r->read to read just all of > the data, you > > must provide a length. > > > > How do I solve this problems. > > $r->read will return 0 when no more data is available. I have > been using >

Re: Reading post-data

2007-06-19 Thread Reif Peter
> Reif Peter wrote: > > Unfortunately you cannot tell $r->read to read just all of > the data, you > > must provide a length. > > > > How do I solve this problems. > > $r->read will return 0 when no more data is available. I have > been using >

AW: Reading post-data

2007-06-20 Thread Reif Peter
ength header will not be changed, so some data will be missing. 2. If the POST data are sent per chunked encoding, there is no content-length header at all. Peter

RE: PDF creation tools

2007-09-06 Thread Peter Lytle
I have done a good bit of work with PDF::API2 - it's not extensively documented (that's an understatement) but from what I've found, it seems to be the most complete, at least for a Perl tool. Peter Lytle _ Blue Cam

RE: mod_perl MVC framework.

2007-10-25 Thread Peter Lytle
I'll throw in another vote for Catalyst as well - switched some apps to it a few months ago, and I have been extremely happy with it since. It is an outstanding piece of work. Pete -Original Message- From: Tyler Bird [mailto:[EMAIL PROTECTED] Sent: Wednes

building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)

2007-10-26 Thread Dintelmann, Peter
The "make" step of building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096) on Solaris 8 in 64-bit fails with the following message: $ make cd "src/modules/perl" && make gcc -I/var/tmp/peter/mod_perl-2.0.3/src/modules/perl -I/var/tmp/peter/mod_perl-2.0.3/xs -I/opt/MI

AW: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)

2007-10-29 Thread Dintelmann, Peter
> -Ursprüngliche Nachricht- > Von: Philippe M. Chiasson [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 27. Oktober 2007 09:15 > An: Dave Mitchell > Cc: Dintelmann, Peter; Mod_Perl Mailingliste (E-Mail); Perl 5 Porters > (E-Mail) > Betreff: Re: building mod_perl-2

AW: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)

2007-10-29 Thread Dintelmann, Peter
> -Ursprüngliche Nachricht- > Von: Dintelmann, Peter > Gesendet: Montag, 29. Oktober 2007 12:39 > An: Philippe M. Chiasson; Dave Mitchell > Cc: Mod_Perl Mailingliste (E-Mail); Perl 5 Porters (E-Mail) > Betreff: AW: building mod_perl-2.0.3 with Perl

AW: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)

2007-11-01 Thread Dintelmann, Peter
The current mod_perl/2.0.4-dev snapshot compiles correctly with Perl 5.10.0 DEVEL 32209. > -Ursprüngliche Nachricht- > Von: Dintelmann, Peter > Gesendet: Montag, 29. Oktober 2007 12:39 > An: Philippe M. Chiasson; Dave Mitchell > Cc: Mod_Perl Mailingliste (E-Mail); Perl 5

Re: Un-baking a baked cookie

2008-01-07 Thread Peter Haworth
of baking when setting the cookie value, I just stuff it into a hash based on the cookie name (which lets me handle multiple cookies this way should the need arise). My application has a method which calls Apache's send_http_header() method, amongst other things, so I just bake all the sav

Modify output of Apache::PerlRun?

2008-02-28 Thread Peter Wood
I'd appreciate any suggestions on how to accomplish my task. Thanks! Peter

RE: Modify output of Apache::PerlRun?

2008-03-05 Thread Peter Wood
e had other experiences where I found a module that already did something I was trying to do, but this is the first time I've started writing one with the exact same name. :-) Thanks, Peter > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behal

RE: Modify output of Apache::PerlRun?

2008-03-07 Thread Peter Wood
m wondering if anyone here has a suggestion. Thanks, Peter > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Perrin Harkins > Sent: Tuesday, March 04, 2008 8:13 PM > To: Peter Wood > Cc: modperl@perl.apache.org > Subject: Re: Mod

RE: Modify output of Apache::PerlRun?

2008-03-10 Thread Peter Wood
ng list for support. Glad I did! Thanks again, Peter > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Perrin Harkins > Sent: Friday, March 07, 2008 3:26 PM > To: Peter Wood > Cc: modperl@perl.apache.org > Subject: Re: Modify o

[mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Chen, Peter
er solaris Compiled at Oct 14 2008 13:12:17 %ENV: PERL_VER="5.6.1-nothread" @INC: /usr/local/sparc-solaris2.10/lib/perl5/5.8.8/sun4-solaris /usr/local/sparc-solaris2.10/lib/perl5/5.8.8 /usr/local/sparc-solaris2.10/lib/perl5/site_perl/5.8.8/sun4-solaris /u

RE: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Chen, Peter
, 2008 2:49 PM To: Chen, Peter; mod_perl list Subject: Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1) Chen, Peter wrote: > Apache isn't starting up correctly? I already have the apache server > running. Will this affect the configuration? When I type the command "

RE: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Chen, Peter
Ok, I found modperl_extra.pl. It's located in t/conf/modperl_extra.pl -Original Message- From: Adam Prime [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 2:49 PM To: Chen, Peter; mod_perl list Subject: Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

RE: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Chen, Peter
g down END in modperl_extra.pl, pid=20666 Thanks in advance! -Original Message- From: Fred Moyer [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 3:43 PM To: Chen, Peter Cc: modperl@perl.apache.org Subject: Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1) On M

RE: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Chen, Peter
; ); Failed 1/4 subtests Test Summary Report --- t/hooks/authz (Wstat: 0 Tests: 4 Failed: 1) Failed test: 4 Files=1, Tests=4, 4 wallclock secs ( 0.13 usr 0.07 sys + 2.13 cusr 0.60 csys = 2.93 CPU) Result: FAIL Failed 1/1 test programs. 1/4 subtests failed. [warning] serve

RE: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Chen, Peter
Thanks, Fred. So if I need basic auth, I should go back to Apache2.2.8 or 2.2.9? And if I do not need basic auth, then what should I do? -Original Message- From: Fred Moyer [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 4:47 PM To: Chen, Peter Cc: modperl@perl.apache.org

RE: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-11 Thread Chen, Peter
#AuthzGroupFileAuthoritative Off # Thanks! -Original Message- From: Fred Moyer [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 5:13 PM To: Chen, Peter Cc: modperl@perl.apache.org Subject: Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1) On Mon, Nov 10, 2008 at 5:09 PM

mod_perl for bugzilla

2009-03-05 Thread Chen, Peter
I'm trying to use mod_perl for bugzilla I inserted these lines (as per their config instructions): PerlSwitches -I/home/Intranet/ssiweb/apache/htdocs/bugzilla -I/home/Intranet/ssiweb/apache/htdocs/lib -w -T PerlConfigRequire /home/Intranet/ssiweb/apache/htdocs/bugzilla/mod_perl.pl Rest

RE: mod_perl for bugzilla

2009-03-05 Thread Chen, Peter
Sorry, I forgot to mention I'm running on a sparc-solaris2.10 machine -Original Message- From: Adam Prime [mailto:adam.pr...@utoronto.ca] Sent: Thursday, March 05, 2009 6:31 PM To: Chen, Peter Cc: modperl@perl.apache.org Subject: Re: mod_perl for bugzilla Chen, Peter

  1   2   >