Hello all --
I've taken note of Ticket 11755 regarding a patch to the Apache2 MacPort due to the known problems with mod_ssl on Leopard. I have installed both the openssl and openssl97 MacPorts. I deactivated openssl and ensured that openssl97 was active. I patched the apache2 (version
2.2.6 of Apache) Portfile. And then I installed apache2 with the openssl97 variant:
$ sudo port install apache2 +openssl97
$ opt/local/apache2/bin/apachectl start
httpd: Syntax error on line 96 of /opt/local/apache2/conf/httpd.conf: Cannot load /opt/local/apache2/modules/mod_ssl.so into server: dlopen(/opt/local/apache2/modules/mod_ssl.so, 10): Symbol not found: _ssl_cmd_SSLCACertificateFile\n Referenced from: /opt/local/apache2/modules/mod_ssl.so\n Expected in: flat namespace\n
LoadModule ssl_module modules/mod_ssl.so
-rwxr-xr-x 2 admin staff 156512 Jan 6 06:09 mod_ssl.so