- or download this
<VirtualHost *:80>
...
CustomLog /var/log/apache2/access.log combined
</VirtualHost>
- or download this
127.0.0.1 yoursite.localdomain yoursite
- or download this
use Apache2::RequestUtil;
my $r = Apache2::RequestUtil->request;
$r->content_type("text/html");
$r->print("mod_perl rules!");