#apache2

2025-05-21

• 💻 Light enough to run locally on a single #RTX4090 or #Mac with 32GB #RAM while powerful enough for enterprise use on privacy-sensitive repositories

• 🚀 Released under #Apache2 license and available free on #HuggingFace, #Ollama, #Kaggle, #Unsloth, and #LMStudio

2025-05-16

Apache 2.4.58 enabling cgi instead of cgid? #apache2

askubuntu.com/q/1547855/612

2025-05-16

Unable to run Laravel Apps on latest Ubuntu 25.04 #apache2 #mysql #laravel #2504

askubuntu.com/q/1547818/612

2025-05-11

Ubuntu freeze and log out after trying to access a localhost site (xampp) #server #apache2 #googlechrome #xampp

askubuntu.com/q/1547529/612

2025-05-04

How can I set up a local Ubuntu-based web server to host and test a static HTML site like KavaFan.com? #commandline #updates #apache2 #staticip #hosting

askubuntu.com/q/1547070/612

2025-05-04

Per user website PHP not working Ubuntu 24.04 #server #apache2 #php

askubuntu.com/q/1547064/612

2025-04-30

CI4 not loading after fresh install — blank page on localhost #networking #server #apache2 #dns #nginx

askubuntu.com/q/1546812/612

2025-04-29

Do Nginx and Apache have the same HTTP status codes? #apache2 #nginx #webserver

askubuntu.com/q/1546736/612

benzogaga33 :verified:benzogaga33@mamot.fr
2025-04-24
Hacker Newsh4ckernews
2025-04-16
SEO copywriter Daniel Beránekseo_copywriter_daniel_beranek
2025-03-28

- nasazuje ve verzi

🚀 Novinka na WP-Hosting! 🚀

Přidali jsme možnost aktivovat OpenLiteSpeed místo !

🔥 Rychlejší načítání, nižší zatížení .u a lepší pro :

✅ aktivace na pár kliknutí

✅ změna DNS záznamů na pár kliknutí

✅ neskutečná pro .u

Podrobnosti a na blogu wp-hosting.cz/openlitespeed-na

Sandro Santillistrk@floss.social
2025-03-27

What do you use to analyze #Apache2 logs in 2025 ?

I used to run #AWStats but I suspect there's some Rust or Go or what not "modern" alternative these days...

2025-03-19

#Mistral Small 3.1: SOTA Multimodal #AI with 128k Context Window 🚀

#MistralAI releases improved #opensource model outperforming #Gemma3 and #GPT4oMini with 150 tokens/sec speed. Features #multimodal capabilities under #Apache2 license.

🧵👇#machinelearning

2025-03-02

+tinkertinkertinker+

I am #gaming.

- Oh. What game do you play?

Securing #Apache2 with @letsencrypt.

Willem Van den Ende - Writingmostalive
2025-02-28

Software that just works: has been running for years, only sending me messages when something has triggered. I had forgotten it uses to deliver mail. I didn't know I had a mail server anymore :-). needed a restart after 8 years or so (haven't checked, maybe it is just 5), there was a memory leak somewhere.

2025-02-28

Good morning o/
I am planning to switch from #Apache2 to #NGINX this weekend.

Any tips or good #HowTo|s?

#AskFedi #WebServer

Menel :xmpp:menel@snikket.de
2025-02-22
Updated Version of the apache http caching setup for snac, including proxy media

I already wrote about caching here.
Now I extended what I cache a bit.
This was because after enabling the option to proxy media, I've seen access to the file paths /x/ and /y/ in addition to the path were snac stores the media that I include in my own posts ( /s/ ).
There are two locations to proxy media, depending if you requests the media via the mastodon api or via the web. (/x/ and /y/), oh and I added the nodeinfo2.0 path too, because I've noticed it was queried all the time by a lot of instances and it gives me pleasure to see something cached handed out in the access logs. 🙂 (I guess it is actually irrelevant for the system resources)
This is the updated setup:
Enable the relevant modules:

a2enmod expires cache cache_disk

Be sure "htcacheclean" is running to clean up the old disk cache. (under debian see /etc/default/apache-htcacheclean or else the relevant systemd service or whatever)
Then add this to the httpd Virtualhost config:

<LocationMatch "^/social/[^/]+/[xys]/|^/social/nodeinfo_2_0">
CacheEnable disk
Header set Cache-Control "max-age=86400, public" "expr=%{REQUEST_STATUS} == 200"
ExpiresActive On
ExpiresDefault "access plus 86400 seconds"
</LocationMatch>
This will use the disk cache to cache everything under the $username/s/, /x/ and /y/ paths, as well as for the /nodeinfo_2_0 path, utilizing mod_expires to generate the appropriate cache headers (for lazy ones like me). In this case caching it for 1 day.
Further reading and all options are explained under https://httpd.apache.org/docs/2.4/caching.html (and ff)

The Header that I set here, on the condition of Status code 200, is needed for the path /y/, because snac set no-cache on that location and mod_expires will honor that if we don't override it. I set it to the same Cache-Control value as mod_expires would. (I use mod_expires because it will additionally calculate the date and put that in the expires header. (hence the name I guess 😀 )

#Fediverse #Hosting #ITNotes #apache2 #httpd #Ownyourdata #Server #Snac #Snac2 #Tipsandtricks #Tutorial #Debian #caching
:xmpp:
2025-02-22

° switch from #Apache2 to #nginx

2025-02-16

Ein Lob auf die Kleinen! Meine #Raspis (3B+/ 400/ 5) wuseln unermüdlich als Server (#lighttpd, #apache2), als sparsamer Desktop-Rechner und für die #homeautomation Einzig die SD-Karten spielen nur begrenzt mit;-( Also Umstieg auf USB-Boot für alle! Apropos Haltbarkeit: Ein (ziemlich) neuer XT12 mit sehr viel Power gab seinen Geist bereits nach 7 Monaten sporadischen Betriebs unvermittelt auf. "Mehr nach der Obduktion", würde ein Gerichtsmediziner wohl in diesem Fall sagen.

Desktop-/ Mini-PC

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst