Hi,
As of 01122008 Apache 2.2.8-28.4 is the version pushed to openSuSE 11.0 by the update repository. As such it will appear via zypper and you will be advised to install it.
I have found however that this version prevents the Apache server from being able to act as a forward proxy. Error on start up is:
$ rcapache2 restart
httpd2-prefork: Syntax error on line 95 of /etc/apache2/httpd.conf: Cannot load /usr/lib/apache2/mod_proxy.so into server: /usr/lib/apache2/mod_proxy.so: cannot open shared object file: No such file or directory
Reverting to Apache 2.2.8-28.1 from the OSS repo fixes the issue.
There was a patch to fix a bug introduced by this version of Apache (28.4) but I guess a further patch is still required.
If anyone can see something I am doing wrong here please let me know. I’d be delighted to retract the accusation of a buggy update.
From what I can see the 28.4 version does not include mod_proxy.so in /usr/lib/apache2. I tried to point the httpd.conf at /usr/lib/apache2-prefolk/mod_proxy.so but that didn’t work either.