> -----Ursprüngliche Nachricht-----
> Von: Paul Querna 
> Gesendet: Sonntag, 7. Dezember 2008 08:18
> An: dev@httpd.apache.org; [EMAIL PROTECTED]
> Betreff: [VOTE] Release Apache HTTP server 2.3.0-alpha
> 
> Test tarballs for Apache httpd 2.3.0-alpha are available at:
> 
>      http://httpd.apache.org/dev/dist/
> 
> Your votes please;
> 
>   ±1
>   [  ]  Release httpd-2.3.0 as Alpha
> 
> 

I noticed one problem. Since we placed the proxy balancer modules in a
separate folder they get loaded *before* mod_proxy in the created
httpd.conf. This causes httpd to fail at start as the balancer modules
need symbols from proxy_util (which is linked into mod_proxy).

So I guess we either need to adjust the process that creates the LoadModule
directives for our generated httpd.conf so that the balancer modules get loaded
later or we need to make said symbols optional functions.

Regards

Rüdiger

Reply via email to