File Manager
### WWW.NOUGAT-BB.BE ###
###
$HTTP["host"] =~ "www.nougat-bb.be|www.nougats.be|www.nougats.eu" {
## Start an FastCGI server for php (needs the php5-cgi package)
fastcgi.server = ( ".php" =>
((
"socket" => "/var/run/php/php7.4-fpm.sock",
"broken-scriptfilename" => "enable"
))
)
server.document-root = "/webspace/www.nougat-bb.be/html/"
server.indexfiles = ( "index.html" , "index.htm", "index.php", "awstats.pl" )
accesslog.filename = "/webspace/www.nougat-bb.be/log/access.log"
alias.url = ("/stats/" => "/usr/lib/cgi-bin/")
alias.url += ("/awstats/" => "/usr/share/awstats/")
alias.url += ("/awstats-icon/" => "/usr/share/awstats/icon/")
cgi.assign = (
".pl" => "/usr/bin/perl",
".cgi" => "/usr/bin/perl"
)
}
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com