#ApacheHTTPd 2.4.63 has been released (#Web / #Webserver / #http2 / #httpd / #Apache / #HTTPServer / #TLS13 / #ApacheSoftwareFoundation / #ASF) https://httpd.apache.org/
#ApacheHTTPd 2.4.63 has been released (#Web / #Webserver / #http2 / #httpd / #Apache / #HTTPServer / #TLS13 / #ApacheSoftwareFoundation / #ASF) https://httpd.apache.org/
#ApacheHTTPd 2.4.62 has been released (#Web / #Webserver / #http2 / #httpd / #Apache / #HTTPServer / #TLS13 / #ApacheSoftwareFoundation / #ASF / #CVE / #SecurityVulnerability) https://httpd.apache.org/
#
python -m SimpleHTTPServer [port]
#
python -m http.server [port]
#
#Linux #freeBSD #openBSD #POSIX #python #SimpleHTTPServer #httpServer
#ApacheHTTPd 2.4.61 has been released (#Web / #Webserver / #http2 / #httpd / #Apache / #HTTPServer / #TLS13 / #ApacheSoftwareFoundation / #ASF / #CVE / #SecurityVulnerability) https://httpd.apache.org/
#ApacheHTTPd 2.4.59 has been released (#Web / #Webserver / #http2 / #httpd / #Apache / #HTTPServer / #TLS13 / #ApacheSoftwareFoundation / #ASF / #CVE / #SecurityVulnerability) https://httpd.apache.org/
Yokai: a simple, modular and observable Go framework for backend applications.
Main features:
- Easy to use, configure and to test. Provides auto DI.
- Extend your app with Yokai modules or your own.
- Instrumentation for logs, traces and metrics out of the box.
You can find in the doc application templates and demos.
GitHub: https://github.com/ankorstore/yokai
#go #golang #framework #observability #prometheus #opentelemetry #httpserver #worker #backend #dependencyinjection #grafana
#ApacheHTTPd 2.4.58 has been released (#Web / #Webserver / #http2 / #httpd / #Apache / #HTTPServer / #TLS13 / #ApacheSoftwareFoundation / #ASF / #CVE / #SecurityVulnerability) https://httpd.apache.org/
Y aquí haciéndole la prueba de rigor 🤓
Server HTTP que sirve una página con 2 sliders que comandan 2 lamparas a 220v utilizando wifi con un #ESP8266.
#arduino #httpserver not #iot jaja
🟢🟡 This blog is hosted on my Android phone
by Bishakh Ghosh @iambishakh at Pinggy
#Termux #Android #terminalemulator #Nodejs #httpserver #Pinggy
Ever needed a quick #httpServer to serve up some local files?
I always use the basic python built-in module (http.server), but it has a few limitations like not being able to turn off CORS protection.
But I just found this project, which supports that and also has a few cool features like rendering markdown files and basic HTTP auth.
Is there a simple open-source #HTTPserver out there that, out of the box, does GET, POST and PUT by reading from *and writing to* the #filesystem? (Yes, I know about the security problems with this; right now, I don't care about them.)
How To Quickly Serve Files And Folders Over HTTP In Linux #FileServer #HTTPServer #Linux #miniserve #Nodejs #Python #Quickserve #Ruby #Rust #simplehttpserver
https://www.ostechnix.com/how-to-quickly-serve-files-and-folders-over-http-in-linux/
Over on Medium, Tyler Pachal describes his experience
creating an #HTTPServer using pure #OTP, which you may know as part of #Erlang. Pachal is programming in #Elixir, reaching out to OTP to use the components inets and httpd to create a simple HTTP server without adding external dependencies:
https://medium.com/@tylerpachal/creating-an-http-server-using-pure-otp-c600fb41c972