On Thu, 27 Apr 2006 21:28:24 -0400
Jonathan Vanasco <[EMAIL PROTECTED]> wrote:

> 
> I'd like to flag whether my app is running on dev or prod with a  
> variable that's in httpd.conf
> ( right now i manually toggle a var in a config file, and its
> driving me nuts )
> 
> i wanted to use PerlSetVar, but that's read at request time - which  
> won't work, as this needs to be read before a request
> 
> so then i looked at
> 
>        custom Apache configuration directives
>       http://perl.apache.org/docs/2.0/user/config/custom.html
> 
> and everything in there looks way more complicated than what i could  
> possibly need
> 
> can anyone point me in the right direction?

  Check out ModPerl::ParamBuilder, it makes creating custom Apache
  directives much easier. 

 ---------------------------------
   Frank Wiles <[EMAIL PROTECTED]>
   http://www.wiles.org
 ---------------------------------

Reply via email to