Re: [us...@httpd] Re: Conditionally process directives based on environment variable values in Apache conf?

2010-03-31 Thread Jeffery Martin
Hmmm, in other words, use mod_perl, then, right? On Wed, Mar 31, 2010 at 8:48 PM, Nilesh Govindarajan wrote: > On 04/01/10 00:58, Jeffery Martin wrote: >> >> I found this in the mail archives. >> >> >> http://mail-archives.apache.org

[us...@httpd] Re: Conditionally process directives based on environment variable values in Apache conf?

2010-03-31 Thread Jeffery Martin
2010 at 1:16 PM, Jeffery Martin wrote: > Hello, > > Is there a way in the Apache conf syntax to conditionally process > directives based on a string comparison using environment variables? > > I am aware of using the IfDefine directive and the -D flag of httpd, > but that funct

[us...@httpd] Conditionally process directives based on environment variable values in Apache conf?

2010-03-31 Thread Jeffery Martin
Hello, Is there a way in the Apache conf syntax to conditionally process directives based on a string comparison using environment variables? I am aware of using the IfDefine directive and the -D flag of httpd, but that functionality is not quite when I am looking for. For example, suppose the d

[us...@httpd] Re: Short and easy flag to have configure compile default modules as shared objects?

2009-01-19 Thread Jeffery Martin
27;*.so' ./srclib/apr/.libs/libapr-1.so ./srclib/apr-util/.libs/libaprutil-1.so ./srclib/apr-util/xml/expat/lib/.libs/libexpat.so So that one change gave me what I was looking for. However, did I just add a feature I wanted or fix a small 'configure' bug? Does this belong on the De

[us...@httpd] Short and easy flag to have configure compile default modules as shared objects?

2009-01-19 Thread Jeffery Martin
Howdy Folks, I was wondering if 'configure' had a short and sweet flag to tell it to do the following: * Compile the default modules, but compile them as shared objects instead of staticly. I see no short and easy way to do this. I could use --enable-mods-shared, but I'd have to then list every