diff options
Diffstat (limited to 'modules/http2/sandbox/test/htdocs/test.example.org/hello.py')
-rw-r--r-- | modules/http2/sandbox/test/htdocs/test.example.org/hello.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/http2/sandbox/test/htdocs/test.example.org/hello.py b/modules/http2/sandbox/test/htdocs/test.example.org/hello.py deleted file mode 100644 index c96c78c9d1..0000000000 --- a/modules/http2/sandbox/test/htdocs/test.example.org/hello.py +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env python - -import os - -print "Content-Type: text/html" -print -print """\ -<html> -<body> -<h2>Hello World!</h2>""" -print "SSL_PROTOCOL=" + os.getenv('SSL_PROTOCOL', '') -print """</body> -</html>"""
\ No newline at end of file |