[users@httpd] Configuration question

2020-01-24 Thread o1bigtenor
Greetings Am a noob at server setup installation and configuration. Running on a Debian 10 Buster box set up as a LAMP stack using versions 1. Debian 10 (Buster) 2. Apache 2.4.38 3. Mariadb 10.3 4. PHP 7.3.11 Being a noob I've been using documents to guide me in the setup and the configuration

[users@httpd] Virtual host macros and reverse proxy

2020-01-24 Thread Tom Browder
I have multiple virtual hosts for which I would like to use a reverse proxy to a dynamic application running constantly on my server. I would like to use a macro to do something like this pseudo code: $port = 16000 for each domain.tld map domain.tld to localhost:$port

Re: [users@httpd] mod_reqtimout can NOT be set on VHost

2020-01-24 Thread Eric Covener
On Fri, Jan 24, 2020 at 8:56 AM Dominik Stillhard wrote: > > Hi eric > > Yes I use name base VHosts. I did this tests with the "header" timeouts.. > Are these corner-cases documented somewhere? I don't know. I suspect something like the Note: in e.g.

AW: [users@httpd] mod_reqtimout can NOT be set on VHost

2020-01-24 Thread Dominik Stillhard
Hi eric Yes I use name base VHosts. I did this tests with the "header" timeouts.. Are these corner-cases documented somewhere? Thank you Dominik > -Ursprüngliche Nachricht- > Von: Eric Covener > Gesendet: Freitag, 24. Januar 2020 14:38 > An: users@httpd.apache.org > Betreff: Re:

Re: [users@httpd] mod_reqtimout can NOT be set on VHost

2020-01-24 Thread Eric Covener
On Fri, Jan 24, 2020 at 8:13 AM Dominik Stillhard wrote: > > Hi all > > To be honest, I don’t know whether I am missing something completely or > whether mod_reqtimeout documentation is completely wrong. > I just didn’t ever manage the timeouts to be applied as I understood it from >

[users@httpd] mod_reqtimout can NOT be set on VHost

2020-01-24 Thread Dominik Stillhard
Hi all To be honest, I don't know whether I am missing something completely or whether mod_reqtimeout documentation is completely wrong. I just didn't ever manage the timeouts to be applied as I understood it from documentation... after searching the web and finding this conversation,