solarbrass, to debian Italian

How can I hide a service behind a proxy with ?
Like I have @navidrome running on standard port 4533 but I would like to Proxy it behind apache. So when I go to my website(dot)com/music I can reach it (as well with the apps so prolly websockets needs to be configured?).

I'm doing:
ProxyPass /music/ http://127.0.0.1:4533/music/
ProxyPassReverse /music/ http://127.0.0.1:4533/music/

But when i go to mywebsite(dot)com/music it goes to mywebsite(dot)com/app/

WTF?

Apache2 running on

vwbusguy, to random
@vwbusguy@mastodon.online avatar

Had a crazy idea to support tls-alpn for . I think I can make it work by setting up a container but map 443 to a high local port, then proxy all .acme_challenge to caddy, and have the same domains listed in caddy with the generated certs volume-mounted to the location that apache is set up to read, then using inotify to restart apache on change to those cert files.

https://caddy.community/t/using-caddy-to-keep-certificates-renewed/7525

GoOz, to random French
@GoOz@mamot.fr avatar

Y a des pros de dans le coin ? Je tente vainement de rediriger un dossier vers un fichier dans mon .htaccess avec RedirectMatch 301 ^/rss/?$ /feeds/posts.xml mais il s'obstine à rajouter un / après .xml :/

fell, to PostgreSQL
@fell@ma.fellr.net avatar

God I hate so much...

  1. I have to jump hoops to manage my server, because my Plesk license doesn't cover PostgreSQL.
  2. It keeps annoying me about buying shit.
  3. It defaults to and supports only as a caching proxy in front of Apache.
  4. Said NGINX support is broken af, making you click options in a specific order for them to work at all.

I want to get rid of it so bad but I don't want to set up all those servers from scratch 😭

parigotmanchot, to php French
@parigotmanchot@mastodon.social avatar

: Configure a WEB site (PHP-Apache-Mysql) in 5 minutes with Docker - Doc4Dev - Apache + PHP + MySQL en Docker très simplement.
PHPMyAdmin : https://doc4dev.com/en/install-phpmyadmin-for-mysql-under-docker-with-docker-compose/

Autre exemple identique ou presque avec des options plus poussées : https://www.bgs-associes.com/configurer-une-application-avec-apache-php-mysql/ : https://doc4dev.com/en/create-a-web-site-php-apache-mysql-in-5-minutes-with-docker/

happyborg, to foss
@happyborg@fosstodon.org avatar

If your project is , or , you are now probably one of the bad guys.

If you don't know why this is bad:

Same for contributing to projects with permissive licensing.

As copyright owner of a project you can be a good guy again: switch to

Also stop contributing to other projects that won't switch, after politely explaining why you have a problem with their .

And avoid using those projects when you can.

chris_evelyn, to random German
@chris_evelyn@troet.cafe avatar

Kennt jemand gute, aktuelle Ressourcen zum Webserver? Bücher, Screencasts, Blogs etc.?

(Boost ausdrücklich erwünscht ^^)

uastronomer, to FreeBSD
@uastronomer@mastodon.monoceros.co.za avatar

I recently discovered blacklistd, which I understand is FreeBSDs native equivalent of Fail2Ban.

However I'm struggling to find useful documentation - most search results focus on protecting sshd, and there doesn't seem to be any way to set the rules. What behaviour triggers a block? What if I want to add to that?

I want to protect Apache from getting DOSd by rude and overeager search engine bots. Can blacklistd do this, or would fail2ban be an easier option?

fell, to mastodon
@fell@ma.fellr.net avatar

: Don't forget to enable gzip compression in your or or whatever you're using as a reverse proxy for to improve performance on slow connections. I have seen requests that could be compressed to 10% their original size!

starbreaker, to webdev

I ended up writing this on my lunch break today. It's bugged me for years that doesn't have a way to partial without using without recourse to , , or build tools that output HTML.

new.starbreaker.org/blog/webcr…

lhinderberger, to foss
@lhinderberger@mastodontech.de avatar

I might have to rethink my stance on " all the way".

Due to the highly scriptable nature of the static site generator that I'm building, site code (or even entire sites) may fall under copyleft, and that's not what I want. I've had a look at the , but for my use case, it still sounds too strict. I'm also not keen on writing my own license exception, and I doubt it'd keep enough protections to make GPLing worthwhile in the first place. So I'm afraid 2.0 is my best bet?

onthebridgetonowhere, to opensource

Community Over Code 2023 (former ApacheCon) will be in Halifax Canada and is now open for your talk proposal submissions.

We are looking for presentations about anything relating to ASF projects, open source governance, community, and software development.
We also encourage sustainability related talks (long-term success, socio-technical factors related to sustainability, etc.).

Call is here: https://communityovercode.org/call-for-presentations/

TDP4, to random

Over the past 3 weeks I migrated my Apache Reverse Proxy over to a managed Nginx Reverse Proxy with a web management interface. I apparently have a lot of redirects.

It's mostly stable. Only my old landing page / site is having weird downloading issues. Everything else was easy to do.

SirTapTap, to webdev
@SirTapTap@mastodon.social avatar

So is holding fast against HTTP3 forever?

Considering just giving up and switching to . I have a pretty basic Wordpress install. I just want that speed.

I'm on cloudflare which says it adds HTTP3 but no HTTP3 checker seems to register sirtaptap.com as HTTP3

nixCraft, to random
@nixCraft@mastodon.social avatar

Do ghosts scare me? Noop. But zombies might. However, for every developer or sysadmin, this is the ultimate nightmare.

syneryder, to php

I'm looking for recommendations for a new web host! Who do you use?

The webhost I've used for 24 years is going out of business, seems like a good time to compare the competition. I've already found massive speed differences between webhosts with great reviews. (Seriously, I've seen 7x speed differences between companies.)

Just using PHP & Server Side Includes, no MySQL or Wordpress. I don't want to patch ubuntu/PHP myself. But open to suggestions!

codewiz, to web
@codewiz@mstdn.io avatar

I haven't paid attention to Netcraft's Web Server Survey, which was once a battlefield between Linux and Microsoft (namely Apache httpd vs Microsoft IIS).

Nginx took the lead from Apache in 2019. However, for the past 3 years Nginx's market share has been on a steady decline, matched by the growth of Cloudflare (10%) and "Other" (25%). Is Amazon AWS lumped with it?

https://www.netcraft.com/blog/april-2024-web-server-survey/

#nginx #apache #web #linux

Shadow, to fediverse

After setting up personal instances. I have no energy left lol.




with plugin
(on hold)

All running on

Tired Af GIF

icing, to random
@icing@chaos.social avatar

In case you have not already had enough of the "HTTP/2 Rapid Reset" attack (remember? last week?), here is my blog on the situation and history in Apache httpd: https://github.com/icing/blog/blob/main/h2-rapid-reset.md

DoomsdaysCW, to NativeAmerican
@DoomsdaysCW@kolektiva.social avatar

Why is the world’s hardest language to learn
The tonal differentiates words based on and makes Spanish conjugation look like child’s play.

by Tim Brinkhof, November 27, 2023

"Concentrated in and , the Navajo are one of the largest Native American groups in the United States. Consisting of up to 400,000 tribal members, they are thought to have originated from northwestern and were forcibly moved to their present location by the federal government in the 1860s during .

"Traditional Navajo families live in circular mud-and-log homes called hogans, create intricate ceremonial paintings made of sand, and hold four-day runs (a ritual called kinaalda) to celebrate young girls turning into adult women.

"Arguably, the most important aspect of Navajo culture is their language. Also known as (the “people’s language”), Navajo is similar to , from which it separated between 1300 and 1525 AD. Both Navajo and Apache belong to a language family called , which, providing evidence for their geographic origin, is also spoken by native tribes in , , and . As with other Native American languages, and threaten Navajo’s survival. In 2017, the number of fluent speakers was estimated at 170,000, less than half of the tribe’s population.

"Learning Navajo isn’t easy. Compared to other complicated but more widely spoken languages, like Korean or Arabic, there are limited resources available to non-speakers. Mastery of Navajo language also requires a level of familiarity with Navajo customs, something even some Indigenous people no longer have access to.

"That said, the most daunting aspect of learning Navajo is the language itself. Described by linguists Robert W. Young and William Morgan as a 'hopeless maze of irregularities,' its unique grammar, syntax, and tonal pronunciation are so indecipherable to outsiders that, during the Second World War, the American army used Navajo as a form of military code."

https://bigthink.com/high-culture/navajo-language/?utm_source=pocket-newtab-en-us

LenaA, to ubuntu Swedish

Nu har jag tillbringat två dagar med att installera #Ubuntu och bekantat mig med miljön (det var minst 10 år sen sist). Sedan har jag installerat #Apache, #MySql och #PHP vilket förde med sig några timmars problemlösning när jag upptäckte att jag saknade skrivrättigheter där jag behövde det. När måste slå
upp alla terminalkommandon jag glömt tar det tid. Om någon har ett tips på ett bra #IDE för PHP medan jag övergår till mer nyårsrelaterade grejer, tar jag gärna emot det!

MaxKoder, to php French

Petit article de blog : Comment se créer un environnement de développement avec .
J'ai essayé d'y aller doucement, pour essayer de s'y mettre tranquillou milou...
https://kodercloud.ovh/blog/docker-se-creer-un-environnement-de-developpement-php-9.html

happyborg, (edited ) to Redis
@happyborg@fosstodon.org avatar

is the latest example of why I don't contribute to non projects.

Good licensing

Bad etc

sysop408, to wordpress
@sysop408@sfba.social avatar

I just lost half a day because of a very unusual bug on a Plesk server that caused seemingly arbitrary 403 errors and redirects to the default Apache page that's shown when the site doesn't exist.

It was also my first time touching in years so troubleshooting it was made more difficult in that I wasn't familiar with how the various plugins my client installed were supposed to work together.

It made no sense whatsoever because it wasn't a problem with the site. The server would randomly blacklist your IP address and give you a 403 Forbidden page sometimes and a Plesk default page at other times.

Apparently there was a package update to the server that installed an additional package that doesn't play well with Plesk servers, the mod_evasive module.

First time in 20-some years of managing servers that I've seen anything this freakishly random. Seriously felt like there was a cruel person on the other end just messin with me.

https://support.plesk.com/hc/en-us/articles/14861542533911

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • slotface
  • ngwrru68w68
  • everett
  • mdbf
  • modclub
  • rosin
  • khanakhh
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • Youngstown
  • GTA5RPClips
  • InstantRegret
  • provamag3
  • kavyap
  • ethstaker
  • osvaldo12
  • normalnudes
  • tacticalgear
  • cisconetworking
  • cubers
  • Durango
  • Leos
  • anitta
  • tester
  • megavids
  • lostlight
  • All magazines