http://phorum.study-area.org/viewtopic.php?t=23429+%A4%E2%A5U

■Config::General

.將 Apache 設定檔裡用到的 httpd module 一一顯示出來:


use Config::General;
my %hash = ParseConfig("/usr/local/etc/apache2/httpd.conf");
my $modules = $hash;

foreach (@$modules) {
my ($name, $file) = split(/\s+/, $_, 2);
print "$name\n ==> $file\n";
arrow
arrow
    全站熱搜

    付爸爸 發表在 痞客邦 留言(0) 人氣()