On 9/4/07, Rainer Traut <[EMAIL PROTECTED]> wrote:
> Hi,
>
> am running Redhat EL4 U5 with redhat's Apache/2.0.52.
>
> I noticed the order of loading the modules is important?
>
> Part of httpd.conf:
>
> LoadModule rewrite_module modules/mod_rewrite.so
> LoadModule proxy_module modules/mod_proxy.so
> LoadModule proxy_http_module modules/mod_proxy_http.so
>
> If I load the rewrite modul after the proxy modules I lose the
> rewriteengine function in my SSL virtual host. It uses the mod_proxy
> module there.
>
> Is this possible? Maybe a bug?

Could be. LoadModule order isn't supposed to have an effect in 2.x.
But you are using an ancient version. You should try with something
more modern before reporting a bug.

Joshua.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to