What do you call "webdav authentiation" ?Michele Mase' wrote:
I've the following problem:
A ftontend server with apache2.2.x (http1.1)
mod_proxy
mod_proxy_ajp
A backend server:
tomcat 6.x with 2 webapps:
/app1
/app2 (webdav, basic authentication via http)
Problem:
/app1 works well under proxy_ajp:
ProxyPass /some_path ajp://server:8009/app1
webdav authentication cannot work under proxy_ajp
It works only under proxy_http:
ProxyPass /path http://server/app2
ProxyPassReverse /path http://server/app2
Are there some limitations in proxy_ajp module?
Could webdav authentication work with proxy_ajp?
Michele
DAV itself does not handle authentication.
It is whatever you put "around it" in your configuration that will do the authentication.
Can you post the configuration of the section which you configure with "Dav on" ?
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
" from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx