Re: [users@httpd] Bypass Authn

2020-09-23 Thread vadud3
On Wed, Sep 23, 2020 at 4:15 PM Eric Covener wrote: > On Wed, Sep 23, 2020 at 4:11 PM wrote: > > > > Hi All, > > > > I am using this config and I am not able to connect to /mydir/noauth > without authentication. > > > > ProxyPass /mydir http://example.org/mydir > > ProxyPassReverse /mydir

Re: [users@httpd] Bypass Authn

2020-09-23 Thread Eric Covener
On Wed, Sep 23, 2020 at 4:11 PM wrote: > > Hi All, > > I am using this config and I am not able to connect to /mydir/noauth without > authentication. > > ProxyPass /mydir http://example.org/mydir > ProxyPassReverse /mydir https://example.org/mydir > > >Require all granted > > > >

[users@httpd] Bypass Authn

2020-09-23 Thread vadud3
Hi All, I am using this config and I am not able to connect to /mydir/noauth without authentication. ProxyPass /mydir http://example.org/mydir ProxyPassReverse /mydir https://example.org/mydir Require all granted Order allow,deny Allow from all AuthType