>> I knew Karyn Ulriksen would say on Jun 8 that,

KU] Uhmmm.  The directive...
KU] 
KU] is not   HostnameLookups Off
KU] it IS    HostNameLookups Off
KU] 
KU] The default is on.  Case sensitivity.  All that... give it a whirl.
KU] We've all done it before....

It's in fact case insensitif.

    > perl -pi.orig -e 's,(^\s*(?!#)(?:</?)?)(\S+),$1.lc($2),e' httpd.conf
    > /usr/local/apache/bin/apachectl configtest
    Syntax OK

    > mv httpd.conf.orig httpd.conf
    > perl -pi.orig -e 's,(^\s*(?!#)(?:</?)?)(\S+),$1.uc($2),e' httpd.conf
    > /usr/local/apache/bin/apachectl configtest
    Syntax OK

    > mv httpd.conf.orig httpd.conf

I, however, prefer the mixed case.


san
-- 
trabasLabs - TRABAS             http://www.trabas.com
Enjoy the Linux revolution! 
-----------------------------------------------------
Not every question deserves an answer. --anonymous

Reply via email to