Hi,
We have a Apache 2.0.54 server with mod_rewrite
staticlly compiled.
(customer defined) The httpd server also have a dynamic module loaded that implements Single
Sign-On (SSO)
The problem is that mod_rewrite rewriting occurs
prior to the the SSO module processing. And this is
not the wanted beheaviour in this
case.
If mod_rewrite would have been dynamicly loaded I
guess that simply changing the order of the load int the .conf file could
have
done the trick. But how can we achive this in our
current set-up? Is it even possible?
BR
Lars
|