DJR
                                            DJR
                                        
                                    Hi, same problem for me I'm waiting for the next version
Hello, merci de prendre en compte nos remarques Une schite précision, basée sur un retour d’expérience sur la problématique des reverse proxy, histoire de ne pas chercher de trucs inutiles......
So this is quick tip to use opensh with WITHOUT putty. You just need de cygwin, mintty and openssh Once these prerequisites are installed, you will need to declare an...
Thank you, I do not know this version of powershell and as I am not an administrator of my workstation, I was able to install it and (finally) have a...
Hi, Example with putty putty -v -ssh -l %USERNAME% %HOSTNAME% -P %PORT% -A -X -2 -proxycmd "wstunnel.exe -vvv -L stdio:%host:%port --httpProxy=\%USERDOMAIN\%\\%USERNAME\%:MyPasswd@\%proxy\% wss://myserver.mydomain.com"
you are right ! I had not redone a check of my parameters of version 2.5.0. Version 2.6.0 does not seem to take over all the settings of the previous...
Ok, I found: PHP8 I just did the same thing in PHP7-4 and it works with some changes in the DockerFile to make it work. I don't know why it...
For info my Dockerfile ``` FROM php:7.4-apache SEND COMPOSER_ALLOW_SUPERUSER=1 PRESENTATION 80 WORKDIR /app RUN apt-get update -qq && \ apt-get install -qy\ git\ gnupg\ libicu-dev \ libzip-dev\ libfreetype6-dev\ libjpeg62-turbo-dev\ libpng-dev\...
Hello, Yes, I had read this document and respected the instructions / recommendations. I don't know why it doesn't work in PHP8, I ended up trying a PHP 7.4 install...