[users@httpd] mod_ajp: adding "secret=xxx" parameter to config yields syntax error

2020-02-13 Thread Mark H. Wood
HTTPD 2.4.41 I'm trying to set up authenticated proxying between HTTPD and Tomcat. I have, for example: ProxyPass "/host-manager/" \ "ajp://[::1]:8009/host-manager/" \ secret="secret" When I run configtest, the result is: * apache2 has detected an error in your setup:

Re: [users@httpd] ./confgure syntax to create static binary and eliminate "Shared" modules?

2020-02-13 Thread edflecko .
Sure. This command: ./configure --disable-alias --disable-authn_file --disable-authn_core --disable-authz_host --disable-autoindex --disable-authz_groupfile --disable-authz_user --disable-authz_core --disable-access_compat --disable-auth_basic --disable-reqtimeout --disable-filter --disable-env --

Re: [users@httpd] ./confgure syntax to create static binary and eliminate "Shared" modules?

2020-02-13 Thread Robert Snakard
Please update with your findings! On Thu, Feb 13, 2020 at 8:55 AM edflecko . wrote: > Nick, > Thank you for your suggestion in my syntax; I'll try it out. > > The only reason I'm trying it this way is to compare both performance and > security of the default -vs compiled versions to see if there

Re: [users@httpd] ./confgure syntax to create static binary and eliminate "Shared" modules?

2020-02-13 Thread edflecko .
Nick, Thank you for your suggestion in my syntax; I'll try it out. The only reason I'm trying it this way is to compare both performance and security of the default -vs compiled versions to see if there are much, if any, noticeable differences. I', also trying to just learn the subtleties of compi

Re: [users@httpd] Health check expressions

2020-02-13 Thread Antony Stone
On Thursday 13 February 2020 at 13:38:40, Eric Covener wrote: > On Thu, Feb 13, 2020 at 7:30 AM Antony Stone wrote: > > On Thursday 13 February 2020 at 13:16:19, Eric Covener wrote: > > > On Wed, Feb 5, 2020 at 6:45 AM Antony Stone wrote: > > > > > > > > Any idea how to check the content-type of

Re: [users@httpd] Health check expressions

2020-02-13 Thread Eric Covener
On Thu, Feb 13, 2020 at 7:30 AM Antony Stone wrote: > > On Thursday 13 February 2020 at 13:16:19, Eric Covener wrote: > > > On Wed, Feb 5, 2020 at 6:45 AM Antony Stone wrote: > > > Hi. > > > > > > I'm using Apache as a load-balancing proxy, following > > > https://httpd.apache.org/docs/2.4/mod/mod

Re: [users@httpd] Health check expressions

2020-02-13 Thread Antony Stone
On Thursday 13 February 2020 at 13:16:19, Eric Covener wrote: > On Wed, Feb 5, 2020 at 6:45 AM Antony Stone wrote: > > Hi. > > > > I'm using Apache as a load-balancing proxy, following > > https://httpd.apache.org/docs/2.4/mod/mod_proxy_balancer.html and > > https://httpd.apache.org/docs/2.4/mod/

Re: [users@httpd] Health check expressions

2020-02-13 Thread Eric Covener
On Wed, Feb 5, 2020 at 6:45 AM Antony Stone wrote: > > Hi. > > I'm using Apache as a load-balancing proxy, following > https://httpd.apache.org/docs/2.4/mod/mod_proxy_balancer.html and > https://httpd.apache.org/docs/2.4/mod/mod_proxy_hcheck.html as guides to > setting it up. > > I've got it worki

Re: [users@httpd] Health check expressions

2020-02-13 Thread Antony Stone
Does nobody have an idea about this? Any suggestions where else I can ask (developer list etc)? On Wednesday 05 February 2020 at 12:45:01, Antony Stone wrote: > Hi. > > I'm using Apache as a load-balancing proxy, following > https://httpd.apache.org/docs/2.4/mod/mod_proxy_balancer.html and > ht