Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jul 2007 11:43:06 -0700
From:      Chuck Swiger <cswiger@mac.com>
To:        pj <af.gourmet@videotron.ca>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: how to start apache22 without ssl
Message-ID:  <DEF5068F-E896-41A8-9A4A-DD2E7350DE44@mac.com>
In-Reply-To: <46952078.10809@videotron.ca>
References:  <46952078.10809@videotron.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DEF5068F-E896-41A8-9A4A-DD2E7350DE44>