> Apache22 from ports doesn't use SSL by default. Check your httpd.conf > file and make sure the LoadModule for "ssl_module" line is commented > out.
I'm near certain that it does, but then again I may be wrong. From Makefile: .if !defined(WITHOUT_SSL_MODULES) USE_OPENSSL= yes .endif ...and this shows up in Makefile.doc as a configure argument: ## WITHOUT_SSL: Disable SSL support Steve _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"