File Manager

Current Path : /etc/lighttpd/conf-enabled/
Upload File :
Current File : //etc/lighttpd/conf-enabled/www.alexishaulot.be.conf

### WWW.ALEXISHAULOT.BE ###
###
$HTTP["host"] =~ "www.alexishaulot.be|alexishaulot.be|www2.alexishaulot.be" {
        ## Start an FastCGI server for php (needs the php5-cgi package)
        fastcgi.server = ( ".php" =>
                ((
                        "socket" => "/var/run/php/php5.6-fpm.sock",
                        "broken-scriptfilename" => "enable"
                ))
        )
        server.document-root    = "/webspace/www.alexishaulot.be/html/"
        server.indexfiles       = ( "index.html" , "index.htm", "index.php", "awstats.pl" )
        accesslog.filename      = "/webspace/www.alexishaulot.be/log/access.log"
        cgi.assign = (
                ".pl" => "/usr/bin/perl",
                ".cgi" => "/usr/bin/perl"
        )
}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com