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
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
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
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
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