Could you provide me with your list of AddModule directives as well as the output of the "httpd -l" command? -ascs -----Original Message----- From: Annie Dumont [mailto:annie.dumont@xxxxxxxxxxxxxxx] Sent: Thursday, January 26, 2006 1:07 PM To: users@xxxxxxxxxxxxxxxx Subject: Re: [users@httpd] How to execute cgi on a proxied host ? Hi Axel-Stéphane, AddModule mod_proxy was after AddModule mod_cgi. I try to change the ordering : no effect :-( Regards, annie Axel-Stéphane SMORGRAV a écrit : >In Apache 1.3 the order in which the modules are executed depends on the order in which they are added by AddModule. > >What you need to do is change the ordering of the AddModule directives so that mod_cgi is executed after mod_proxy. To achieve this I believe that the AddModule concerning mod_proxy must appear AFTER the one concerning mod_cgi. Modules are executed in the reverse order of that in which they are added. > >Cordialement, >-ascs --------------------------------------------------------------------- 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