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

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to