how to start apache22 without ssl

Chuck Swiger cswiger at mac.com
Wed Jul 11 18:43:07 UTC 2007


On Jul 11, 2007, at 11:24 AM, pj wrote:
> I can't find any clue as to how to start apache22 without SSL.
>
> What is httpd -DNOHTTPACCEPT ?
>
> Thanks for any help...

Use "apachectl configtest" first to make sure the config is valid,  
then "apachectl start".  To make this permanent, add something like:

    apache2_enable="YES"

...to /etc/rc.conf.

The -DNOHTTPACCEPT controls or disables the AcceptFilter directive; see:

http://httpd.apache.org/docs/2.2/mod/core.html#acceptfilter
http://www.freebsd.org/cgi/man.cgi?query=accept_filter&sektion=9

-- 
-Chuck



More information about the freebsd-questions mailing list