Apache-ProxyConf
view release on metacpan or search on metacpan
ProxyConf.pm view on Meta::CPAN
if ($debug) {
$r->content_type('text/html');
$r->send_http_header;
print <<END;
<html>
<head>
<title>Output of ProxyConf.pm with debug option</title>
<style type="text/css">
code {
font-family: LucidaTypewriter, Courier, "Courier New", monospace;
color: #990000;
}
</style>
</head>
<body bgcolor="#FFFFFF">
<h1>Output of ProxyConf.pm with debug option</h1>
<pre>
END
} else {
( run in 0.357 second using v1.01-cache-2.11-cpan-de7293f3b23 )