Axel,

It's totally my mistake! I didn't mention anything about the environment! (I'm 
hitting my head against the wall for 12+ hours daily
for managing Vignette CMS).  So please forgive me about this.

No it's Apache 2.0.61 (latest) on Solaris 10 U4, and also Linux RHEL
4.4.

The solution that the other gentleman pointed me to (Neil Hillard)
worked OK for me, problem solved, but I just need to understand
how Apache 2.0 handle module loading and calling order, specifically
with mod_rewrite/mod_proxy (the case I pointed below).

Regards,
Tamer

-----Original Message-----
From: Axel-Stephane SMORGRAV [mailto:[EMAIL PROTECTED]
Sent: Monday, December 10, 2007 8:30 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Apache mod_rewrite/mod_proxy conflict?

Judging from your problem description, specifically the fact that modifying the 
ordering of the LoadModule directives changes the behaviour of the server, you 
must be using Apache 1.3.

>From Apache 2.0 on the order of execution of the various hooks is independent 
>of the order of LoadModule directives. Apache determines the ordering itself.

Had you used Apache 2.0 your ProxyPass directive would have gotten the upper 
hand on RewriteRule and there would have been nothing you could do about it 
except from what was suggested to you.

-ascs

-----Message d'origine-----
De : Tamer Embaby [mailto:[EMAIL PROTECTED]
Envoyé : lundi 10 décembre 2007 16:05
À : users@httpd.apache.org
Objet : RE: [EMAIL PROTECTED] Apache mod_rewrite/mod_proxy conflict?

Neil,

Thanks for the answer, I will do that.

But still I want to understand the behavior of both modules, who get called 
first? Where can I read about this?

Thanks for your time.

Tamer

---------------------------------------------------------------------
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]


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