Re: AuthN only once per request instead once every subrequest

2011-10-03 Thread PlagiaTUM
On 05/24/2011 09:29 PM, Stefan Fritsch wrote: >> The mod_auth_socache way should indeed work, but is a work-around, >> not a fix. We would like to fix the situation for the benefit of >> all httpd users. > There may already be something for you in 2.3: > > http://svn.apache.org/viewvc?view=revision

Re: AuthN only once per request instead once every subrequest

2011-05-24 Thread Stefan Fritsch
Hi, On Tuesday 24 May 2011, PlagiaTUM wrote: > Sorry for not writing so long, and please excuse our being such a > pest about this. > > You probably have overseen the remaining questions in our last > email. > > The mod_auth_socache way should indeed work, but is a work-around, > not a fix. We

Re: AuthN only once per request instead once every subrequest

2011-05-24 Thread PlagiaTUM
In fact, a memcmp() should very well solve our problem, but we don't know the size of the ap_conf_vector_t structure. Or do we? On 24.05.2011 04:01, PlagiaTUM wrote: From looking into the debugger, the _content_ of the per_dir_configs is, in our case, the same. The memory location is not. So th

Re: AuthN only once per request instead once every subrequest

2011-05-23 Thread PlagiaTUM
Hello again! Sorry for not writing so long, and please excuse our being such a pest about this. You probably have overseen the remaining questions in our last email. The mod_auth_socache way should indeed work, but is a work-around, not a fix. We would like to fix the situation for the bene

Re: AuthN only once per request instead once every subrequest

2011-03-18 Thread PlagiaTUM
Thank you for your prompt reply! And your two fine suggestions. On 18/03/11 11:45, Nick Kew wrote: > On 18 Mar 2011, at 10:22, PlagiaTUM wrote: >> With a little profiling we found out that authentication is done >> for every subrequest, of which mod_autoindex uses plenty. > > You have two good so

Re: AuthN only once per request instead once every subrequest

2011-03-18 Thread Nick Kew
On 18 Mar 2011, at 10:22, PlagiaTUM wrote: > Dear List! > > We are trying to use mod_autoindex on an access-restricted web server > with lots of directories. Our AuthN is costly (we are using > mod_auth_external). With ~ 700 directories, the generation of the index > takes > 1 minute. > > With

AuthN only once per request instead once every subrequest

2011-03-18 Thread PlagiaTUM
Dear List! We are trying to use mod_autoindex on an access-restricted web server with lots of directories. Our AuthN is costly (we are using mod_auth_external). With ~ 700 directories, the generation of the index takes > 1 minute. With a little profiling we found out that authentication is done