I'm following this tutorial to install awstats on my Lighttpd server:
http://benr75.com/pages/lighttpd_awstats_tutorial
I have the following lines in my lighttpd.conf file
Code:
$HTTP["host"] =~ "awstats.dealpigg.com" {
server.document-root = "/var/www/html/awstats-6.8/wwwroot/"
cgi.assign = (
".pl" => "/usr/bin/perl",
".cgi" => "/usr/bin/perl"
)
}
But when I try to access this url
http://awstats.dealpigg.com/cgi-bin/awstats.pl, I got a 'server not found' error.
I have no idea why and what's wrong. Could someone here help me out? Thanks
Recent comments
1 day 22 hours ago
2 days 7 hours ago
2 days 10 hours ago
2 days 11 hours ago
2 days 13 hours ago
2 days 14 hours ago
2 days 16 hours ago
2 days 17 hours ago
3 days 9 hours ago
3 days 10 hours ago