From: W. Trevor King Date: Tue, 21 Feb 2012 15:59:17 +0000 (-0500) Subject: Add example output to my `scgi-test.py` example. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bf3c2d769050c73ed3de052dfc48a343f3b0ff9f;p=blog.git Add example output to my `scgi-test.py` example. --- 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