Hello Ewan,

пятница, 4 февраля 2000 г., you wrote:

EE> Module Name: mod_proxy_add_forward.c
EE> Content handlers: none
EE> Configuration Phase Participation: none
EE> Request Phase Participation: Fixups
EE> Module Directives: none

EE> Looks good to me. My guess is that I'm missing something obvious, but I
EE> can't imagine what. I've checked the list archive for similar problems,
EE> but I can't find examples of anyone complaining about the header not
EE> appearing once the proxy_add_forward module was successfully compiled
EE> into the front-end server.

EE> Any assistance would be greatly appreciated.

It looks like wrong module execution order. By using
ClearModuleList/AddModule you can easily correct this. Note that
modules are being executed in 'reverse' order, i.e. module that you
'Add' first will be executed last.

Best regards,
 Ilya                            mailto:[EMAIL PROTECTED]

Reply via email to