home.social

#httpd — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #httpd, aggregated by home.social.

fetched live
  1. After the OpenSMTPD article, I am now working on an article to uncover the things that #httpd on #OpenBSD has to offer. Yes, it does not have all the features of #nginx, but still it can do a lot.

    Want to know when the article is available? Follow the RSS feed on bsd-audit.com/ or follow me here.

    If you are using httpd a lot, then a question for you: what are the tips that those new to OpenBSD and httpd should know? Why httpd and not nginx?

  2. After the OpenSMTPD article, I am now working on an article to uncover the things that #httpd on #OpenBSD has to offer. Yes, it does not have all the features of #nginx, but still it can do a lot.

    Want to know when the article is available? Follow the RSS feed on bsd-audit.com/ or follow me here.

    If you are using httpd a lot, then a question for you: what are the tips that those new to OpenBSD and httpd should know? Why httpd and not nginx?

  3. I have a few tasks in my #relayd and #httpd backlog. However, I’d be interested to know what you think is missing or what isn’t working properly? Please only reply if you’ve used it or are currently using it. If you’ve used it before, why not?

  4. I have a few tasks in my #relayd and #httpd backlog. However, I’d be interested to know what you think is missing or what isn’t working properly? Please only reply if you’ve used it or are currently using it. If you’ve used it before, why not?

  5. @pertho

    If 'go to' means first choice, where possible, then of course it is #httpd from #djbwares. Simple; static; secure; low resource usage; and I know exactly how it works.

    One of the reasons that I maintain it is so that I can use it myself. (-:

    jdebp.info/Softwares/djbwares/

    It is running on #NetBSD for my public WWW site. But I have an internal WWW site where it runs on #FreeBSD.

    Years ago, it was my own httpd and httppd, on OS/2. (-:

  6. @pertho

    If 'go to' means first choice, where possible, then of course it is #httpd from #djbwares. Simple; static; secure; low resource usage; and I know exactly how it works.

    One of the reasons that I maintain it is so that I can use it myself. (-:

    jdebp.info/Softwares/djbwares/

    It is running on #NetBSD for my public WWW site. But I have an internal WWW site where it runs on #FreeBSD.

    Years ago, it was my own httpd and httppd, on OS/2. (-:

  7. @wild1145

    Does your system show stats about how many transactions connections serviced before they closed? Or, alternatively, what the lifetimes of established connections are?

    I'm asking because I'm putting the occasional knob into the HTTP server in #djbwares and you've made me think about transaction caps and what's reasonable when one is under attack from an LLM scraper; when one really doesn't want the attacker to be able to hold existing connections open indefinitely.

    #httpd

  8. @wild1145

    Does your system show stats about how many transactions connections serviced before they closed? Or, alternatively, what the lifetimes of established connections are?

    I'm asking because I'm putting the occasional knob into the HTTP server in #djbwares and you've made me think about transaction caps and what's reasonable when one is under attack from an LLM scraper; when one really doesn't want the attacker to be able to hold existing connections open indefinitely.

    #httpd

  9. Apache httpd 2.4.68 has been released! It includes a mod_http2 update to 2.0.42, which includes more fixes for the recently announced "HTTP/2 Bomb"

    downloads.apache.org/httpd/CHA

    blog.calif.io/p/codex-discover

    For more info, here's a post @icing wrote about the original "HPACK Bombing Apache" about a year ago:

    eissing.org/icing/posts/hpack-

    #apache #httpd #http2bomb #security

  10. Apache httpd 2.4.68 has been released! It includes a mod_http2 update to 2.0.42, which includes more fixes for the recently announced "HTTP/2 Bomb"

    downloads.apache.org/httpd/CHA

    blog.calif.io/p/codex-discover

    For more info, here's a post @icing wrote about the original "HPACK Bombing Apache" about a year ago:

    eissing.org/icing/posts/hpack-

  11. Yang masih pakai #httpd nya #apache silahkan dicek, kena impact-nya gak

    Critical Apache HTTP/2 Flaw (CVE-2026-23918) Enables DoS and Potential RCE thehackernews.com/2026/05/crit

    #cve #infosec

  12. Yang masih pakai #httpd nya #apache silahkan dicek, kena impact-nya gak

    Critical Apache HTTP/2 Flaw (CVE-2026-23918) Enables DoS and Potential RCE thehackernews.com/2026/05/crit

    #cve #infosec

  13. Gotta love the once-a-decade installing #Apache #httpd server experience. Can't just keep a local settings file in your user directory for life, gotta one-time edit some config files buried in system directories, and of course you have to completely re-learn from scratch what changes you need to make to get your site running again

  14. Running #OpenBSD 7.8 ​:openbsd:​

    DNS:
    #nsd (3 Master Zones), #DNSSEC & #DANE (RFC6698) + #unbound
    Firewall:
    #pf with auto-fed tables (IPS-style), spambot-tarpitting & service rate limits.
    Mail:
    #smtpd (Multi-domain, RFC8461/MTA-STS) + #rspamd (DKIM) + #dovecot (IMAPS-only).
    Spam-Defense:
    #spamd with auto-SPF-walk (no more greylisting issues).
    Web:
    #relayd (TLS-Terminator, HSTS, CSP) + #httpd (NIP-05, Autoconfig, security.txt).
    Performance: Lightweight "Fail2Ban" via 1-liner shell script (No Python crap!).

    #Nostr Relay in Rust building...

    #SelfHosted #SysAdmin #Security #Privacy

  15. Running #OpenBSD 7.8 ​:openbsd:​

    DNS:
    #nsd (3 Master Zones), #DNSSEC & #DANE (RFC6698) + #unbound
    Firewall:
    #pf with auto-fed tables (IPS-style), spambot-tarpitting & service rate limits.
    Mail:
    #smtpd (Multi-domain, RFC8461/MTA-STS) + #rspamd (DKIM) + #dovecot (IMAPS-only).
    Spam-Defense:
    #spamd with auto-SPF-walk (no more greylisting issues).
    Web:
    #relayd (TLS-Terminator, HSTS, CSP) + #httpd (NIP-05, Autoconfig, security.txt).
    Performance: Lightweight "Fail2Ban" via 1-liner shell script (No Python crap!).

    #Nostr Relay in Rust building...

    #SelfHosted #SysAdmin #Security #Privacy

  16. Naty S @eclecticpassions ·

    After discovering from @jbaty, I went ahead to give (lightweight TW fork) a spin as a personal bin. I really like how it’s just a HTML file at 58kb!

    Using , it failed due to Android Storage Access Framework (#SAF) limitations. I ended using the amazing once again to run , automate the whole process of opening, serving & saving back to my…

    Full note: burgeonlab.com/notes/2026/0325
    Syndicated by

  17. After discovering #TiddlyWiki from @jbaty, I went ahead to give #FeatherWiki (lightweight TW fork) a spin as a personal #braindump bin. I really like how it’s just a HTML file at 58kb!

    Using #Android, it failed due to Android Storage Access Framework (#SAF) limitations. I ended using the amazing #Termux once again to run #Busybox #httpd, automate the whole process of opening, serving & saving back to my…

    Full note: burgeonlab.com/notes/2026/0325
    Syndicated by #Indiekit

    #syncthing #bash #wiki #FOSS

  18. The early Web had a quality that has been lost ever since: it was *simple*

    Download #httpd , #netscape write some #html by hand and boom, the concept of a networked digital society is born.

    It first started going pear shaped with #LAMP . The complexity of a full blown database was not justified for most use cases. As proven decades later by the popularity of #sqlite and #ssg approaches.

    The final blow was when #bigtech got into the act. Immense complexity for the simplest things became a moat

  19. The early Web had a quality that has been lost ever since: it was *simple*

    Download #httpd , #netscape write some #html by hand and boom, the concept of a networked digital society is born.

    It first started going pear shaped with #LAMP . The complexity of a full blown database was not justified for most use cases. As proven decades later by the popularity of #sqlite and #ssg approaches.

    The final blow was when #bigtech got into the act. Immense complexity for the simplest things became a moat

  20. Маленький веб

    Компактная и портабельная программа, четко выполняющая свое предназначение — редкая для современного мира красота и услада для глаз опытного разработчика. Именно такие проекты, реализующие различные серверы и клиенты для веба вы найдете в этой статье.

    habr.com/ru/articles/993094/

    #httpd #ftpсервер #ftpd #rcp #cpp #c++

  21. Hey #CrowdSec people, when installing the #Apache bouncer, do I still need the log acquisitions?

    #httpd

  22. Hey #CrowdSec people, when installing the #Apache bouncer, do I still need the log acquisitions?

    #httpd

  23. Does anyone run #iocaine (anti AI protection) with #apache #httpd? Didn't find anything on the web (vor searched wrong)

  24. If you want to serve a static webpage from a #git repository, #Apache #httpd can do this. So I build a #Docker container that extends official image by git client and a shell script, that clones/updates content from a given repo. Every five minutes script updates content and there is also a #Helm chart, to deploy container to a #Kubernetes cluster.

    Docker container:
    hub.docker.com/r/starwitorg/ht

    Helm chart: hub.docker.com/r/starwitorg/ht

    Source code:
    github.com/starwit/httpd-chart

  25. Huge kudos to everyone who worked, and still works, on #httpd. Went down the rabbit hole reading about it and found some seriously impressive engineering.

    #linux

  26. Huge kudos to everyone who worked, and still works, on #httpd. Went down the rabbit hole reading about it and found some seriously impressive engineering.

    #linux

  27. @cks

    Early results are not promising. I've had a handful of HEAD requests in the past day. Only 2 appear legitimate, in that they hit genuine page URLs. The others were attempts to exploit WordPress vulnerabilities.

    #HTTP #httpd #GoogleBot #djbwares #WordPress

  28. @cks

    It makes me think that there's one well-behaved 'bot drowned in a sea of ill-behaved ones.

    I'm just instrumenting #djbwares httpd to log GET and HEAD differently. I wonder what I'll see.

    #HTTP #httpd #GoogleBot

  29. @cks

    Is it doing straightforward GETs? Or is it doing HEAD? Or using If-Modified-Since?

    #HTTP #GoogleBot #httpd