From 5154120849a68db184648da7034e5c5ce27ea04c Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sat, 3 Jul 2021 10:48:05 -0400 Subject: added CGI module, updated to pull new site and depends --- usr/local/etc/lighttpd/conf.d/cgi.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 usr/local/etc/lighttpd/conf.d/cgi.conf (limited to 'usr/local/etc/lighttpd/conf.d') diff --git a/usr/local/etc/lighttpd/conf.d/cgi.conf b/usr/local/etc/lighttpd/conf.d/cgi.conf new file mode 100644 index 0000000..8cc92db --- /dev/null +++ b/usr/local/etc/lighttpd/conf.d/cgi.conf @@ -0,0 +1,2 @@ +server.modules += ( "mod_cgi" ) +cgi.assign = ( ".php" => "" ) -- cgit v1.2.3