A Vary-header with value '*' should not be modified by any Handler.

2010-12-01 Thread Loïc Etienne
-8<-- Start Bug Report 8<-- 1. Problem Description: Handler configuration: Only a PerlResponseHandler is explicitly provided in the configuration. Other handlers are those provided per default. Assume an HTTP-request allowing gzipped content (Accept-Encodin

AW:FW: _--.

2010-12-01 Thread Poonam Pahil
Dear, I have tried to purchase some products from a business company, I have attracted by high quality products, low price and enthusiastic services, I think if you are free, you can go to see: styleele.com ,picking your interesting. v--.

Current equivalent to ApacheToolbo?

2010-12-01 Thread Alan Young
Is there an app for Apache2 that does the same thing ApacheToolbox ( http://apachetoolbox.com ) did for Apache 1.3? Or even a how to (indicating which plugins should be compiled statically at a bare minimum, which are ok to compile as dsos). -- Alan Young

[no subject]

2010-12-01 Thread use63net
http://vyurkovkapmet.blogspot.com

Re: Re: modperl for ubuntu

2010-12-01 Thread Jeff Pang
Thanks for all the kind info. I have installed it successfully in my ubuntu 9.10 from the sources. - Original Message - From: Marilyn Burgess To: modperl Subject: Re: modperl for ubuntu Date: 2010-12-2 01:04:52 Hello Jeff, Does Ubuntu use the same packages as Debian? On Debian I do: ap

Re: How to pre-open files in apache's processes

2010-12-01 Thread Xiao Lan
On Thu, Dec 2, 2010 at 3:38 AM, Mithun Bhattacharya wrote: > Can you confirm the error you are encountering using your current method ? > > I would like to understand what you are trying to achieve by having a global > file handle - do you want to have modular code or does the content of the > f

Re: use Apache::Constants / mod_perl2 / command line

2010-12-01 Thread Fred Moyer
I usually compile check my mod_perl app by starting it up. If you have use'd all your core modules in startup.pl, they will be loaded, and the application will fail to start if there are compilation time errors. On Wed, Dec 1, 2010 at 2:51 PM, E R wrote: > Here's the problem I'm trying to solve:

use Apache::Constants / mod_perl2 / command line

2010-12-01 Thread E R
Here's the problem I'm trying to solve: I have a lot of mod_perl 1.x source code that uses Apache::Constants. We have just moved to mod_perl2, and I'd like to be able to compile-check the code on the command line. In our httpd.conf we are using Apache2::compat so we don't have to change all the co

Re: How to pre-open files in apache's processes

2010-12-01 Thread Mithun Bhattacharya
Can you confirm the error you are encountering using your current method ? I would like to understand what you are trying to achieve by having a global file handle - do you want to have modular code or does the content of the file somehow determine which handler to be used ? You can have modula

Re: modperl for ubuntu

2010-12-01 Thread Marilyn Burgess
Hello Jeff, Does Ubuntu use the same packages as Debian? On Debian I do: apt-get install apache2 libapache2-mod-perl2 libapache2-request-perl libapache2-mod-apreq2 Hope this helps! Marilyn On Wed, Dec 1, 2010 at 2:07 AM, Dave Hodgkinson wrote: > > On 1 Dec 2010, at 02:51, Jeff Pang wrote: >

unsubscribe

2010-12-01 Thread Pas Argenio
unsubscribe

How to pre-open files in apache's processes

2010-12-01 Thread Xiao Lan
Hello, I want to pre-open files in apache's processes. So every modperl handlers will use the file handle directly, instead of re-openning the files each time when the requesting is coming. Currently I do it with: package Fileopen; use strict; require Exporter; our @ISA = qw(Exporter); our @EXP

Re: modperl for ubuntu

2010-12-01 Thread Dave Hodgkinson
On 1 Dec 2010, at 02:51, Jeff Pang wrote: > Hello, > > Does modperl and Apache2::Request have a port for Ubuntu and which will be > installed by apt-get? > Ubuntu's development environment is so worse, has been losing so many > libraries, compiling modperl under which is hard. Jeff, It's no