From 853abba2b1404772f3c55c8df8362f258e85c0e3 Mon Sep 17 00:00:00 2001 From: "committer@t470p" Date: Sun, 17 Nov 2024 15:30:09 -0500 Subject: [PATCH] /+ cgi https://stackoverflow.com/questions/30516414/how-to-run-cgi-hello-world-with-python-http-server --- dots/bin/webserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bin/webserver.sh b/dots/bin/webserver.sh index 74c2a81..098c1ec 100755 --- a/dots/bin/webserver.sh +++ b/dots/bin/webserver.sh @@ -1,2 +1,2 @@ cd /home/poq/syncDir/gitRepos/ -python3 -m http.server 8888 +python3 -m http.server --bind localhost --cgi 8888