aboutsummaryrefslogtreecommitdiff
path: root/lighttpd-test.conf
diff options
context:
space:
mode:
authornathansmith <nathansmith@posteo.com>2025-05-24 11:52:12 -0600
committernathansmith <nathansmith@posteo.com>2025-05-24 11:52:12 -0600
commit1cdfd93e1f02739a685d1cdb131b3efe13adc06b (patch)
tree0f695f15467a46eb62d079c626870049d3ed03b6 /lighttpd-test.conf
parent97264f9fa10c49c4e058fe1f59bb75b04892bee1 (diff)
No more tables in guest book
Diffstat (limited to 'lighttpd-test.conf')
-rw-r--r--lighttpd-test.conf13
1 files changed, 13 insertions, 0 deletions
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