Considering using Perl Sections

2010-10-01 Thread Chris Bennett
A while back I realized the futility of using a single httpd.conf after having many errors due to not repeating things correctly in SSL section and the long length of the file. I broke it up into a httpd.conf, mod_gzip.conf, a global SSL.conf and a conf file (and SSL version if needed) for each

Re: All responses are 200 (server error)

2010-10-01 Thread William A. Rowe Jr.
On 9/27/2010 6:09 AM, Peter Janovsky wrote: > Are you returning the value of 200 within a module you've written? I > encountered a > similar issue within a C module specific to valid requests. It was resolved > by returning > the internal constant OK. This is a generalized issue of serving Err

Re: Using a handler other than 'handler'

2010-10-01 Thread Michel Jansen
Cédric, Je schreef: Hello, I apologize for such a trivial question, but I'd like to use a function other than "handler" as a perl handler. According to the doc, it was possible in mod_perl 1, but I can't manage to get it to work under mod_perl 2. I am using Apache2::RequestRec which fine

huge apache+mod_perl processes

2010-10-01 Thread Eugene Toropov
Greetings, We have a problem with huge Apache+mod_perl2 processes of 150-200 Mb in size. After apache restart they are usually 40-50 Mb in size, then in a minute grow up to 100-150 Mb and then some time later may grow up to 200 Mb. I suspect a certain type of http queries and would like to know

RE: Considering using Perl Sections

2010-10-01 Thread eric.berg
We use a combination of Perl sections and Template Toolkit to generate our apache configs. The Perl sections are good for run-time setup for things like host names (i.e., to name logs per host in our cluster) and the templating is good for setting up things like multiple proxies that have just

Re: Considering using Perl Sections

2010-10-01 Thread Michael Peters
On 10/01/2010 04:47 PM, Chris Bennett wrote: At this point, should I break the AuthCookie sections out into confs for each virtual host using it, learn to use Perl Sections, or something different? Any suggestions are welcome. We actually like using templated httpd.conf files (we use HTML::Te

Considering using Perl Sections

2010-10-01 Thread Chris Bennett
A while back I realized the futility of using a single httpd.conf after having many errors due to not repeating things correctly in SSL section and the long length of the file. I broke it up into a httpd.conf, mod_gzip.conf, a global SSL.conf and a conf file (and SSL version if needed) for each

Re: Poll - do you use Apache::Test custom configuration?

2010-10-01 Thread Dave Hodgkinson
On 30 Sep 2010, at 19:58, Fred Moyer wrote: > To simplify the Apache::Test codebase, the custom configuration > feature is being considered for removal. Is anyone here using that > feature? If you don't know what it is, you aren't using it. I don't believe we do, but could you give us a quick

Re: Poll - do you use Apache::Test custom configuration?

2010-10-01 Thread Torsten Förtsch
On Thursday, September 30, 2010 20:58:28 Fred Moyer wrote: > To simplify the Apache::Test codebase, the custom configuration > feature is being considered for removal. Is anyone here using that > feature? If you don't know what it is, you aren't using it. For those of us who are a bit at a loss