From 1cdfd93e1f02739a685d1cdb131b3efe13adc06b Mon Sep 17 00:00:00 2001 From: nathansmith Date: Sat, 24 May 2025 11:52:12 -0600 Subject: No more tables in guest book --- lighttpd-test.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lighttpd-test.conf (limited to 'lighttpd-test.conf') diff --git a/lighttpd-test.conf b/lighttpd-test.conf new file mode 100644 index 0000000..03dc5b0 --- /dev/null +++ b/lighttpd-test.conf @@ -0,0 +1,13 @@ +server.document-root = "/home/nathan/Documents/dev/shittyweb/xhtml/" +server.port = 8000 +index-file.names = ("index.xhtml") +server.error-handler-404 = "/error/404.xhtml" + +# Modules +server.modules += ("mod_cgi") + +$HTTP["url"] =~ "^/cgi-bin" { + cgi.assign = ( "" => "" ) +} + +cgi.execute-x-only = "enable" \ No newline at end of file -- cgit v1.2.3