Advertisement · 728 × 90
#
Hashtag
#apache2
Advertisement · 728 × 90
Post image

Stopping Web Server Abuse with Fail2Ban

At 4am yesterday morning I was awake. Luckily so, as I checked my email and saw a warning that my VPS had been running at 199% CPU for two hours. I went into my office and checked the logs. Someone had been hammering this […]

[Original post on mastodon.ie]

0 0 0 0

Sorry, got something, I can't find anything specific out there either, #nginx won't restart, most specific ref in (journalctl -xeu nginx.service) is 'unknown directive "brotli" in /etc/nginx/conf.d/brotli.conf:1' There were a lot more issues before I shutdown #apache2 ( #Plesk was running on 80 ).

0 0 1 0

Ich würde gerne den neuen Server und die etwa 15 Webseiten, die adaruf umziehen ausschließlich auf IPv6 umstellen. Spricht da etwas dagegen? Sollte ich beides ermöglichen? Oder nur IPv4, wie bisher?

#server #apache2 #certbot

0 0 0 0
Monthly report about Debian Long Term Support, January 2026 The Debian LTS Team, funded by Freexian’s Debian LTS offering, is pleased to report its activities for January. Activity summary During the month of January, 20 contributors have been paid to work on ...

33 Debian LTS Advisories fixing 216 CVEs for various packages were released by Debian LTS contributors in January 2026. These include notable security updates for python 3.9, django 2.2.28, php 7.4, apache2, ceph, Linux 6.1 kernel and more.

#python39 #php74 #django #apache2 #ceph #p7zip

0 0 1 0
Preview
GitHub - VictoriaMetrics/VictoriaLogs: Fast and easy to use database for logs, which can efficiently handle terabytes of logs Fast and easy to use database for logs, which can efficiently handle terabytes of logs - VictoriaMetrics/VictoriaLogs

☁️ Available as Docker images on Docker Hub and Quay, binary releases on GitHub, and Helm charts for #Kubernetes deployments. #Apache2 license - open source and free for commercial use.


🌐 github.com/VictoriaMet...

0 0 0 0

#DevstralSmall2 (24B) scores 68.0% on SWE-bench, runs locally on consumer hardware under #Apache2 license

💰 Up to 7x more cost-efficient than Claude Sonnet at real-world tasks

🧠 256K context window supports multi-file orchestration with architecture-level reasoning

0 0 1 0
Post image

Black Forest Labs just dropped Flux.2 under Apache‑2.0, promising a next‑gen AI image model that rivals Nano Banana Pro and Midjourney. Curious how the new VAE tweaks the game? Dive in for the full breakdown. #Flux2 #Apache2 #AI

🔗 aidailypost.com/news/black-f...

0 0 0 0
Forum Linux.débutant tutoriel pour héberger un site web sur apache2 avec une sécurisation https et via le proxy squid Bonjour , Bien qu 'aillant une bonne formation universitaire en informatique (en fortran ), il m'est difficile de tester un site web sur apache2 en https sur UBUNTU 20.04. J' ai réussi à installer sur Ubuntu 20.04 un serveur proxy squid qui pointe vers le moteur de recherche qwant.fr J' ai créé un groupe: UGLU pour réunir les gaulois intéressés par mon site… Si on tape systemctl status squid on obtient: ● squid.service - Squid Web Proxy Server Loaded: loaded (/lib/systemd/system/squid.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2025-11-22 13:50:13 CET; 21min ago Docs: man:squid(8) Process: 1832 ExecStartPre=/usr/sbin/squid --foreground -z (code=exited, status=0/SUCCESS) Process: 1848 ExecStart=/usr/sbin/squid -sYC (code=exited, status=0/SUCCESS) Main PID: 1850 (squid) Tasks: 4 (limit: 4455) Memory: 21.4M CGroup: /system.slice/squid.service ├─1850 /usr/sbin/squid -sYC ├─1852 (squid-1) --kid squid-1 -sYC ├─1853 (logfile-daemon) /var/log/squid/access.log └─1857 (pinger) nov. 22 13:50:13 puyuelo-K72Jr squid[1852]: Max Swap size: 0 KB nov. 22 13:50:13 puyuelo-K72Jr squid[1852]: Using Least Load store dir selection nov. 22 13:50:13 puyuelo-K72Jr squid[1852]: Set Current Directory to /var/spool/squid nov. 22 13:50:13 puyuelo-K72Jr squid[1852]: Finished loading MIME types and icons. nov. 22 13:50:13 puyuelo-K72Jr squid[1852]: HTCP Disabled. nov. 22 13:50:13 puyuelo-K72Jr squid[1852]: Pinger socket opened on FD 14 nov. 22 13:50:13 puyuelo-K72Jr squid[1852]: Squid plugin modules loaded: 0 nov. 22 13:50:13 puyuelo-K72Jr squid[1852]: Adaptation support is off. systemctl status apache2 donne: ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2025-11-22 13:50:07 CET; 23min ago Docs: https://httpd.apache.org/docs/2.4/ Main PID: 1153 (apache2) Tasks: 55 (limit: 4455) Memory: 9.8M CGroup: /system.slice/apache2.service ├─1153 /usr/sbin/apache2 -k start ├─1154 /usr/sbin/apache2 -k start └─1155 /usr/sbin/apache2 -k start nov. 22 13:50:06 puyuelo-K72Jr systemd[1]: Starting The Apache HTTP Server... nov. 22 13:50:07 puyuelo-K72Jr apachectl[1101]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, u> nov. 22 13:50:07 puyuelo-K72Jr systemd[1]: Started The Apache HTTP Server. J ' ai déployé sur GANDI www.histoire.espacedesgaulois.org et j'essaie de tester mon site sur apache2. http:localhost affiche la page defaut d'apache. https:localhost donne une erreur:ERR_SSL_PROTOCOL_ERROR J 'en déduis que le seveur apache2 n'affiche rien de sécurisé alors qu'il dispose d'un certificat par défaut (ssl-cert-snakeoil.pem) Quelles configurations et quels fichiers doivent être protégés en lecture pour que: https://www.histoire.espacedesgaulois.org pointe vers index.html de mon site web ? Pouvez vous me donner les instructions précises à taper pour réussir mon hébergement ? Merci d'avance ….

tutoriel pour héberger un site web sur apache2 avec une sécurisation https et via le proxy squid Bonjour , Bien qu 'aillant une bonne formation universitaire en informatique (en fortran ), il...

#Linux.débutant #apache2 #hébergement #site #web #apache #proxy #sécurité

Origin | Interest | Match

1 0 0 0
A screenshot taken of an Apache Web Server stating that the document root is empty.

A screenshot taken of an Apache Web Server stating that the document root is empty.

Welp, I borked it.

I think I need to set up local DNS (Pi Hole, or similar).

At least I own the domain I selected.

#SelHosted #WebDev #Raspbian #Apache2 #RaspberryPi

2 0 0 1
Monthly report about Debian Long Term Support, August 2025 Like each month, have a look at the work funded by Freexian’s Debian LTS offering. Debian LTS contributors In August, 21 contributors have been paid to work on Debian LTS, their reports are available:...

LTS team also contributed to updates for various packages in Debian stable.

Get the full details in our August report: www.freexian.com/blog/debian-...

#debianlts #freexian #apache2 #openjdk17

0 0 1 0
John Moyer's Home Page John Moyer home page with prime numbers.

There will be some downtime on www.rsok.com/~jrm/ and other services hosted on the same machine. I am upgrading #Debian stable.

#Linux #apache2 #exim4

0 1 0 0
John Moyer's Home Page John Moyer home page with prime numbers.

There will be some downtime on https://www.rsok.com/~jrm/ and other services hosted on the same machine. I am upgrading #Debian stable.

#Linux #apache2 #exim4

0 1 0 0