Re: any way for a module to call (mod_access) int check_dir_access(request_rec* rec)?

2003-03-11 Thread André Malo
* Chris Knight wrote: > I am writing a module that would very much like to find out if a > particular user has access to a particular URI (not the URI that got to > my module). Is there any way through an inter-module framework or the > like to call this function from within my module? I'd rather

Re: any way for a module to call (mod_access) int check_dir_access(request_rec*rec)?

2003-03-11 Thread Cliff Woolley
On Tue, 11 Mar 2003, Chris Knight wrote: > I am writing a module that would very much like to find out if a > particular user has access to a particular URI (not the URI that got to > my module). Is there any way through an inter-module framework or the > like to call this function from within my

any way for a module to call (mod_access) int check_dir_access(request_rec*rec)?

2003-03-11 Thread Chris Knight
I am writing a module that would very much like to find out if a particular user has access to a particular URI (not the URI that got to my module). Is there any way through an inter-module framework or the like to call this function from within my module? I'd rather not formulate another HTTP