New server configuration test 2
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1,15 +0,0 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
||||
sys.path.insert(0, os.path.dirname(__file__))
|
||||
|
||||
|
||||
def application(environ, start_response):
|
||||
start_response('200 OK', [('Content-Type', 'text/plain')])
|
||||
message = 'It works!\n'
|
||||
version = 'Python %s\n' % sys.version.split()[0]
|
||||
response = '\n'.join([message, version])
|
||||
result = [response.encode()]
|
||||
print(f'result = {result}')
|
||||
return result
|
||||
1165
stderr.log
Normal file
1165
stderr.log
Normal file
File diff suppressed because it is too large
Load Diff
0
tmp/restart.txt
Normal file
0
tmp/restart.txt
Normal file
Reference in New Issue
Block a user