#Freenginx 1.27.6 has been released (#nginx / #http / #http2 / #http3 / #httpd / #Web / #Webserver / #TLS / #TLS13) https://freenginx.org/
#Freenginx 1.27.6 has been released (#nginx / #http / #http2 / #http3 / #httpd / #Web / #Webserver / #TLS / #TLS13) https://freenginx.org/
#nginx 1.27.5 (dev) has been released (#http / #http2 / #http3 / #httpd / #Web / #Webserver / #TLS / #TLS13) https://nginx.org/
a2enmod expires cache cache_disk
CacheRoot /var/cache/apache2/mod_cache_diskThis will use the disk cache to cache everything under the /s/ Path, same as the original ngnix tutorial, Utilizing the mod_expires to generate the appropriate cache headers (for lazy ones like me), In this case caching it for 30 days.
CacheQuickHandler off
CacheLock on
#Optional while testing stuff;
CacheDetailHeader on
#My Instance ist not at the root, but under "/social"; so this needs to be adapted:
<LocationMatch "^/social/[^/]+/s">
CacheEnable disk
ExpiresActive On
ExpiresDefault "access plus 30 days"
</LocationMatch>
If I would like to use relayd to add security headers and tls to my website hosted via httpd, is there any solution how to specify custom path to keypair to tls?
Scheduling HTTP Streams
by Alexander Krizhanovsky.
Understand how a web server manages millions of concurrent web requests.
* Differences in treatment for progressive JPEG vs a PNG.
* Resilient against DDoS attacks and other vulnerabilities.
* Compare Nginx, Envoy, Apache.
https://fosdem.org/2025/schedule/event/fosdem-2025-4903-scheduling-http-streams/
Live stream:
https://live.fosdem.org/watch/ua2220
Since I made the #httpd specific guide for #openbsd via https://httpd.rocks, I thought it would only be fair to make a guide for those who prefer #caddy on #linux
It's not live yet, but hopefully I'll get things finished up by the end of the week :)
Updated https://httpd.rocks/
- Added a simple TOC
- Minor styling changes to break content apart more cleanly
- WWW to non-WWW forwarding is now handled via httpd (instead of haproxy)
That is all
Is it good idea to host my website with #OpenBSD #httpd without domain name, just ip address? I do not need domain because of better remembering, but there are maybe other reasons why to use domain... I suppose there should be a problem with tls and maybe https, I'd like to use https but when site is just static https may not be required.
This is still VERY much a WIP, but I made a thing:
"Setup an HTTPS-enabled web server with #httpd on OpenBSD. Includes A+ security report configuration with haproxy."
Multiple vulnerabilities fixed in Apache HTTP Server 2.4.60
https://httpd.apache.org/security/vulnerabilities_24.html
- https://vulnerability.circl.lu/vuln/CVE-2024-36387
- https://vulnerability.circl.lu/vuln/CVE-2024-38472
- https://vulnerability.circl.lu/vuln/CVE-2024-38473
- https://vulnerability.circl.lu/vuln/CVE-2024-38474
- https://vulnerability.circl.lu/vuln/CVE-2024-38475
- https://vulnerability.circl.lu/vuln/CVE-2024-38476
- https://vulnerability.circl.lu/vuln/CVE-2024-38477