Config の変数を見るには
perl -MConfig -e 'print Config::config_sh()'
my $r = Apache->request; $r->content_type('text/html'); $r->status(404); $r->send_http_header;