4 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
97
views
Is there a better way to remove trailing slashes in Caddy 2 (FrankenPHP) config?
The problem:
I need to remove trailing slashes from an URLs, but preserve URL query if it exists.
Examples:
/support/ => /support
/support/?id=123 => /support?id=123
My current working config ...
0
votes
0
answers
89
views
Support die/exit on FrankenPHP(Caddy) worker mode
My PHP app runs on a Caddy webserver, over a FrankenPHP container (Dunglas image). It runs in worker mode.
Unfortunately, it seems that workers prevent abrupted interruptions of the process. So is not ...
0
votes
0
answers
19
views
Transactions not rolled back in FrankenPHP worker mode cause data loss after deployment — has anyone experienced this?
I’m running an application using FrankenPHP in worker mode. In one script, I use BEGIN TRANSACTION → SELECT → INSERT → COMMIT if certain conditions are met. But I forgot to call ROLLBACK when the ...
0
votes
0
answers
52
views
Localization in laravel with mcamara/laravel-localization while on FrankenPHP
Can't seem to get internationalized routes to work when running on FrankenPHP.
Tried clearing the cache, restarting the server after rebuilding routes. But still, as soon I try to access ...