SteamPixel
SteamPixel
Hi @matteovisotto, unfortunately I am not very familiar with Nginx server. So I don't know out of the box what the correct configuration is. Can you please share your configuration?
Hi @matteovisotto I will now create a nginx docker demo. So I can test your case. Unfortunately this could take a few weeks because I have not much time for...
For Apache your example works fine for me. Here is a tree of all included files. In my webroot I have created a "test" folder. Inside this I have created...
Please share your config, if you're faster than me to get this to work on nginx.
Perfect! Thank you. I will use this maybe as a basis when creating the nginx docker example.
Sorry for this late answer. Holidays. Try to use func_get_args() inside your predefined function. So you can have a variable number of arguments: https://www.php.net/manual/en/function.func-get-args.php Not tested code: ```php function my_func()...
@apiening This is not an optimal solution but saved my life :-) Seems to work with Typo3 10.4.23 THX!
Thank you. Hm. It seems i have the wrong lsof version installed or something is wrong with lsof itself on my HypriotOS. When i run `lsof -i : 1194` I...
Ok. I have searched for lsof using google. I think i dont have to use the space after the `:` in the command. When I run `lsof -i :1194` without...
Sorry. my mistake :-) I meant `lsof -i :22` (with space) I tried this already. And it prints nothing. I will contact the hypriot team. If i have new insights...