Categories
Linux Sad Servers YouTube CCESTE

Sad Servers 15 – Melbourne : WSGI with Gunicorn – Tuve que pedir ayuda

Level: Medium

Description: There is a Python WSGI web application file at /home/admin/wsgi.py , the purpose of which is to serve the string “Hello, world!”. This file is served by a Gunicorn server which is fronted by an nginx server (both servers managed by systemd).

So the flow of an HTTP request is: Web Client (curl) – Nginx – Gunicorn – wsgi.py . The objective is to be able to curl the localhost (on default port :80) and get back “Hello, world!”, using the current setup.

Yyyyy la verdad tuve que mirar las pistas, nunca me imaginé que el problema era la aplicación
Tampoco estaba TAN errado en el fix

– YouTube https://www.youtube.com/@cceste
– Instagram https://www.instagram.com/ccesteok
– Facebook https://www.facebook.com/ccesteok
– Discord https://discord.gg/ZWQVg7cgdR

Level: Medium

Description: There is a Python WSGI web application file at /home/admin/wsgi.py , the purpose of which is to serve the string “Hello, world!”. This file is served by a Gunicorn server which is fronted by an nginx server (both servers managed by systemd).

So the flow of an HTTP request is: Web Client (curl) – Nginx – Gunicorn – wsgi.py . The objective is to be able to curl the localhost (on default port :80) and get back “Hello, world!”, using the current setup.

Yyyyy la verdad tuve que mirar las pistas, nunca me imaginé que el problema era la aplicación
Tampoco estaba TAN errado en el fix

– YouTube https://www.youtube.com/@cceste
– Instagram https://www.instagram.com/ccesteok
– Facebook https://www.facebook.com/ccesteok
– Discord https://discord.gg/ZWQVg7cgdR

By Arturo

Always computing, connecting people and machines.

Leave a Reply

Your email address will not be published. Required fields are marked *