how to start apache22 without ssl

Steve Bertrand iaccounts at ibctech.ca
Wed Jul 11 20:45:17 UTC 2007


> 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


More information about the freebsd-questions mailing list