Problem with setting up awstats on Lighttpd

Discussion in 'Installation/Configuration' started by dealspiggy, Sep 13, 2008.

  1. dealspiggy

    dealspiggy New Member

    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
     
  2. falko

    falko Super Moderator Howtoforge Staff

    It's working for me. I guess it was a DNS problem - it can take up to 72 hours until DNS changes propagate.
     

Share This Page