
matt at cipherdesign
Nov 2, 2001, 7:38 AM
Post #1 of 1
(881 views)
Permalink
|
|
Reading compile settings from within httpd.conf
|
|
Hello list, Just a quick question: Is there any way to read apache's compile time settings (like when you do httpd -V) from within <perl> sections? Thanks, Matt -- #!/usr/bin/perl $A='A';while(print+($A.=(grep{($A=~/(...).{78}$/)[0]eq$_}" A A A " =~m{(...)}g)?"A":" ")=~/([ A])$/){if(!(++$l%80)){print"\n";sleep 1}}
|