You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Yann <cl...@free.fr> on 2006/11/03 16:37:17 UTC

[users@httpd] Strange priority problem mod_tsa, apache2 with https


Hi all,

I post here because i don't find a solution with mod_tsa team, and it's perhaps
a apache related problem.
I test mod_tsa ( http://www.opentsa.org/ ) with Apache2 (2.0 and 2.2), mod_tsa
work under http but i've a strange problem;
under https only, all my request are read by mod_tsa without any special tsa
directives !

Apache debug log:

[Tue Oct 31 16:01:28 2006] [debug] mod_tsa.c(989): [client 10.237.97.230]
tsa_handler: start, referer: https://blablbala...
[Tue Oct 31 16:01:28 2006] [debug] mod_tsa.c(1004): [client 10.237.97.230]
mod_tsa:request handler is called, referer: https://test.balablaa

So, when in my website a POST occur (in https only), mod_tsa take the hand and
Apache return a 404...

[Tue Oct 31 16:26:12 2006] [debug] mod_tsa.c(989): [client 10.237.97.230]
tsa_handler: start, referer: https://test.blabblabla
[Tue Oct 31 16:26:12 2006] [debug] mod_tsa.c(1004): [client 10.237.97.230]
mod_tsa:request handler is called, referer: https://test.blablablabl...
(BUT is not a TSA request just a POST !)
[Tue Oct 31 16:26:12 2006] [debug] mod_tsa.c(1023): [client 10.237.97.230]
mod_tsa:bad Content-Type in request, referer: https://test.blablabla...
(mod_tsa see it's a bad content-type)
[Tue Oct 31 16:26:12 2006] [debug] mod_tsa.c(1119): [client 10.237.97.230]
tsa_handler: end, referer: https://test.blabla..balablb

Don't have this problem in Apache 1.33...
If i remove mod_tsa, my conf work great, post and get are OK.
I don't find the way to force mod_tsa Apache2 handler... or something else...
or to stop mod_tsa to intercept all GET and POST in https.

It is possible to have a module loaded only for a Virtual Host ?
Or force Apache to discard mod_tsa handler in https mode only ?

Thank you.

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org