Commit 6b802978e686d5de8ced71c0bdb3e1b6f339b62e:
    rough in a simple status
    To be expanded later.  For now the simplest thing that could possibly work.


Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>

------------------------------------------------------------
www/status.cgi                                               | +++ 
------------------------------------------------------------
3 changes: 3 additions, 0 deletions.
------------------------------------------------------------


diff --git a/www/status.cgi b/www/status.cgi
new file mode 100755
index 0000000..4dff47c
--- /dev/null
+++ b/www/status.cgi
@@ -0,0 +1,3 @@
+#!/usr/bin/ruby
+
+print "Status: 200 OK\r\nContent-type: text/plain\r\n\r\n200\n"

Reply via email to