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:
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 --
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
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
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
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
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/
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
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