RE: General mod_perl httpd configuration question

2005-04-07 Thread Simon Matthews
Title: RE: General mod_perl httpd configuration question > On Thu, 2005-04-07 at 13:13 -0500, Frank Wiles wrote: >>   I read it as he needed a way to configure Apache via Perl at >>   startup, not on the fly.  Based on his original post I think they are >>   usi

Re: General mod_perl httpd configuration question

2005-04-07 Thread Perrin Harkins
On Thu, 2005-04-07 at 13:13 -0500, Frank Wiles wrote: > I read it as he needed a way to configure Apache via Perl at > startup, not on the fly. Based on his original post I think they are > using code to generate a httpd.conf and restarting. I suppose Simon can speak for himself, but I read

Re: General mod_perl httpd configuration question

2005-04-07 Thread Frank Wiles
On Thu, 07 Apr 2005 12:19:22 -0400 Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Thu, 2005-04-07 at 10:16 -0400, Stas Bekman wrote: > > > Yes this is possible with both versions. I couldn't find any > > > 2.0 specific docs on this, but here is the relevant section of > > > the 1.0 docs: >

RE: General mod_perl httpd configuration question

2005-04-07 Thread Simon Matthews
Title: RE: General mod_perl httpd configuration question > of the  1.0 > >>> docs: > >>> > >>>http://perl.apache.org/docs/1.0/guide/config.html#Apache_Co nfiguratio >>>n_in_Perl >> >>mp2.0: >>http://perl.apache.org/docs/2.0/

Re: General mod_perl httpd configuration question

2005-04-07 Thread Stas Bekman
Perrin Harkins wrote: On Thu, 2005-04-07 at 10:16 -0400, Stas Bekman wrote: Yes this is possible with both versions. I couldn't find any 2.0 specific docs on this, but here is the relevant section of the 1.0 docs: http://perl.apache.org/docs/1.0/guide/config.html#Apache_Configuration_in_Perl

Re: General mod_perl httpd configuration question

2005-04-07 Thread Perrin Harkins
On Thu, 2005-04-07 at 10:16 -0400, Stas Bekman wrote: > > Yes this is possible with both versions. I couldn't find any 2.0 > > specific docs on this, but here is the relevant section of the > > 1.0 docs: > > > > http://perl.apache.org/docs/1.0/guide/config.html#Apache_Configuration_in_Per

Re: General mod_perl httpd configuration question

2005-04-07 Thread Stas Bekman
Frank Wiles wrote: On Wed, 6 Apr 2005 21:58:56 +0100 Simon Matthews <[EMAIL PROTECTED]> wrote: I have a number of applications built around mod_perl 1.0 and I am considering porting these over to 2.0. One of the questions that has come up here recently is can mod_perl modify the httpd configurat

Re: General mod_perl httpd configuration question

2005-04-07 Thread Frank Wiles
On Wed, 6 Apr 2005 21:58:56 +0100 Simon Matthews <[EMAIL PROTECTED]> wrote: > > I have a number of applications built around mod_perl 1.0 and I am > considering porting these over to 2.0. > > One of the questions that has come up here recently is can mod_perl > modify the httpd configuration dy

General mod_perl httpd configuration question

2005-04-06 Thread Simon Matthews
Title: General mod_perl httpd configuration question I have a number of applications built around mod_perl 1.0 and I am considering porting these over to 2.0. One of the questions that has come up here recently is can mod_perl modify the httpd configuration dynamically after server startup