New server configuration test 2

This commit is contained in:
2024-04-28 23:57:48 +01:00
5 changed files with 1165 additions and 15 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -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

File diff suppressed because it is too large Load Diff

0
tmp/restart.txt Normal file
View File