From bf3c2d769050c73ed3de052dfc48a343f3b0ff9f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 21 Feb 2012 10:59:17 -0500 Subject: [PATCH] Add example output to my `scgi-test.py` example. --- posts/SCGI.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/posts/SCGI.mdwn b/posts/SCGI.mdwn index 7859b08..bb70910 100644 --- a/posts/SCGI.mdwn +++ b/posts/SCGI.mdwn @@ -41,6 +41,11 @@ I've written up a little script to test your SCGI server from the command line: [[scgi-test.py]]: $ scgi-test.py /your/uri/ + Status: 200 OK + Content-type: text/html; charset=UTF-8 + + + … Configuring your frontend webserver to point to the SCGI server is beyond the scope of this post. I give an [[Nginx example|Nginx]] in -- 2.26.2