projects
/
mw2txt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
749266c
)
Add example output to my `scgi-test.py` example.
author
W. Trevor King
<wking@drexel.edu>
Tue, 21 Feb 2012 15:59:17 +0000
(10:59 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 21 Feb 2012 15:59:17 +0000
(10:59 -0500)
posts/SCGI.mdwn
patch
|
blob
|
history
diff --git
a/posts/SCGI.mdwn
b/posts/SCGI.mdwn
index 7859b081d718963b64351c202d3c20451fc6c559..bb70910d374e3f5e826c14c48d79a9a86980e1e4 100644
(file)
--- 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
+
+ <!DOCTYPE html>
+ …
Configuring your frontend webserver to point to the SCGI server is
beyond the scope of this post. I give an [[Nginx example|Nginx]] in