File Manager

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

### WWW.CORDALES.BE ###
###
$HTTP["host"] =~ "www.cordales.be|cordales.be" {
	## 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.cordales.be/html/"
	server.indexfiles	= ( "index.html" , "index.htm", "index.php", "awstats.pl" )
	accesslog.filename	= "/webspace/www.cordales.be/log/access.log"
	cgi.assign = (
		".pl" => "/usr/bin/perl",
		".cgi" => "/usr/bin/perl"
	)
#	url.rewrite-if-not-file = (
#	    "^/(iwp-.+).*/?" => "$0",
#	    "^/keyword/([A-Za-z_0-9\-]+)/?$" => "/index.php?keyword=$1",
#	    "^/.*?(\?.*)?$" => "/index.php$1"
#	)
}

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