RE: [users@httpd] Reverse proxy

2020-03-24 Thread Muggeridge, Matt
I’ll add a little more about cookies to Mark’s excellent answer… If you’re using cookies for passing authentication tokens via the reverse-proxy, then read about ProxyPassReverseCookiePath. E.g. let’s say your proxy uses the path “/foo/” and this is mapped to ”/” on the backend. Then you need

Re: [users@httpd] Mediawiki 1.34 doesn't find Localsettings.php on Windows -Ubuntu

2020-03-24 Thread Francis Franck
I don't see a reference to the file in any of the error messages . Is there a way to track php traffic? On Tue, 24 Mar 2020 at 14:02, Richard wrote: > > > Date: Monday, March 23, 2020 20:49:20 +0100 > > From: Francis Franck > > > > I'm trying to install Mediawiki 1.34 via tarball - apparently a

Re: [users@httpd] Reverse proxy

2020-03-24 Thread Mark Brodis
Without knowing exactly how your setup is configured, my guess is the issue is that when you authenticate the first time to the remote site whatever auth logic it's using that is not being persistent for your connection or repeat requests. Typically this would be a cookie, you authenticate success

Re: [users@httpd] Asynchronous HTTP proxy

2020-03-24 Thread Eric Covener
On Tue, Mar 24, 2020 at 10:07 AM Michal Kováčik wrote: > > Well is there any chance you plan to support some kind of multiplexing? > > Our use case is that we have Apache configured to use thousands of > connections to interactive servers, but we also have websockets running > through same set o

Re: [users@httpd] Asynchronous HTTP proxy

2020-03-24 Thread Michal Kováčik
Well is there any chance you plan to support some kind of multiplexing? Our use case is that we have Apache configured to use thousands of connections to interactive servers, but we also have websockets running through same set of Apache servers. As these connections are blocking we could eventual

[users@httpd] Reverse proxy

2020-03-24 Thread Jairo Jimenez
Greetings I am new to apache. so please dont be so hard if this is too basic I;ve been practicing by my self looking for scenarios to solve, but I have this a particular one that I can[t figure out. I manage to set some sore of reverse proxy to forward a website that I have on an intranet.(forwar

Re: [users@httpd] Mediawiki 1.34 doesn't find Localsettings.php on Windows -Ubuntu

2020-03-24 Thread Richard
> Date: Monday, March 23, 2020 20:49:20 +0100 > From: Francis Franck > > I'm trying to install Mediawiki 1.34 via tarball - apparently all > the modules are working fine: phpmyadmin, sql database, apache2. > http://localhost/mediawiki/Mw-config ran successfully and produced > a valid Localsettin