Re: AuthN only once per request instead once every subrequest

2011-10-03 Thread PlagiaTUM
ly will have a solution until 2.4 is out. [1] http://code.google.com/p/mod-auth-external/ -- PlagiaTUM - Not responding for months, we're cool like that

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 no

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. > &

AuthN only once per request instead once every subrequest

2011-03-18 Thread PlagiaTUM
me as in the parent request and it already has been AuthN'd'', but we don't know the best way to do that. A quick test with a .htaccess file showed that Access Restrictions are still honored within a subrequest. Thank you for your consideration and time! PlagiaTUM diff -