Why is the #FSF recommending the #Apache2 license as permissive license above #MIT, #ISC, #BSD etc.?
Sneaky way way to promote #GPL3 above #GPL2? As far as I know Apache 2 is not compatible with GPL2.
Why in the world would one choose a permissive license which is not compatible with GPL2?
#license #software
Software that just works: #monit has been running for years, only sending me messages when something has triggered. I had forgotten it uses #postfix to deliver mail. I didn't know I had a mail server anymore :-). #Apache2 needed a restart after 8 years or so (haven't checked, maybe it is just 5), there was a memory leak somewhere.
a2enmod expires cache cache_disk
<LocationMatch "^/social/[^/]+/[xys]/|^/social/nodeinfo_2_0">This will use the disk cache to cache everything under the /s/, /x/ and /y/ Path, as well as for /$username/nodeinfo20, utilizing the mod_expires to generate the appropriate cache headers (for lazy ones like me), In this case caching it for 1 day.
CacheEnable disk
Header set Cache-Control "max-age=86400, public" "expr=%{REQUEST_STATUS} == 200"
ExpiresActive On
ExpiresDefault "access plus 86400 seconds"
</LocationMatch>
no-cache
on that location and the modexpires will honor that if we don't override it. I set it to the same Cache-Control value as modexpores woud. (mod_expires will additionally calculate the date and put that in the expires
header. (hence the name I guess Unusual default Apache page on an Amazon hostname!
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>
*EDIT thanks for all the (similar) answers! I had always thought a web server only would serve files owned by the web user, regardless of those file mode settings! I was mistaken! :)
Apache2 (on Debian) question
Uhh, I put a file owned by root in my web server dir, and now I can download it from my browser.. is that supposed to be possible or do I have to change some settiing?
I thought only files from the www user should be viewable/downloadable?
Can I use #apache2 licensed emojis on a T-Shirt that I would sell? Or do I have to include license and source code link...
Add canonical headers for files in Apache2
https://andreas.scherbaum.la/post/2024-12-26_add-canonical-headers-for-files-in-apache2/
Ich habe den Artikel "Friendica auf dem Raspberry Pi installieren" noch mal überarbeitet bzw. erweitert.
Hinzugekommen sind die Installation von #Apache2, #MariaDB und die benötigten PHP-Module, sowie die Konfiguration des Virtuellen Hosts für Friendica.
So ist nun eine komplette Installationsanleitung daraus entstanden.
Hier geht es zur Anleitung: Friendica auf dem Raspberry Pi installieren - Blog:Zwo.me
#friendica, #FriendicaInstallation, #apache2, #mariadb, #php, #virtualhost, #raspberrypi
The Linux Lite logo is a yellow feather to represent the lightweight Linux distribution that installs well on older hardware. The Linux distribution is "light as a feather."
https://www.linuxliteos.com/index.html
But the Apache2 HTTP server also has a feather as a logo, but Apache2 is not considered lightweight compared to other web servers like Nginx or Lighttpd.
https://httpd.apache.org/
We've tried to provide good reasons for why changing a software license from truly #opensource to some source-available license makes little sense from a business perspective (in our opinion & experience).
We won't be changing the #Apache2 license for our products. Our main goal is to provide users with good products & help them use these efficiently.
Read more in our latest blog post: https://victoriametrics.com/blog/open-source-software-licenses-vs-revenue-growth-rates/