Re: [users@httpd] allow general access after 1 auth

2023-08-13 Thread Daniel Ferradal
El dom, 13 ago 2023 14:45, Will Fatherley escribió: > > >> No, that doesn't satisfy the following: >> >> > If someone authenticates on https://www.example.com/webapp, the url is >> available for everyone. > > >> Could the complicating allow directive sequence be placed in an if/else > type of sc

Re: [users@httpd] allow general access after 1 auth

2023-08-13 Thread Will Fatherley
> > No, that doesn't satisfy the following: > > > If someone authenticates on https://www.example.com/webapp, the url is > available for everyone. > Could the complicating allow directive sequence be placed in an if/else type of scope that uses some elements of the deciding session?

Re: [users@httpd] allow general access after 1 auth

2023-08-12 Thread Eric Covener
On Sat, Aug 12, 2023 at 1:30 PM Will Fatherley wrote: > > >> >> I was wondering if it is possible to allow general access to an url after >> some account authenticated for this url. Without the necessity to adapt the >> web application for this >> >> > Yes, that would be mod session and it’s rel

Re: [users@httpd] allow general access after 1 auth

2023-08-12 Thread Will Fatherley
> > I was wondering if it is possible to allow general access to an url after > some account authenticated for this url. Without the necessity to adapt the > web application for this > > Yes, that would be mod session and it’s related modules

[users@httpd] allow general access after 1 auth

2023-08-12 Thread Marc
I was wondering if it is possible to allow general access to an url after some account authenticated for this url. Without the necessity to adapt the web application for this Say we have closed https://www.example.com/webapp with something like Require valid-user Order deny,allow Deny from all