Date: Wed, 11 Jul 2007 22:26:16 -0400 From: pj <af.gourmet@videotron.ca> To: Chuck Swiger <cswiger@mac.com> Cc: freebsd-questions@freebsd.org Subject: Re: how to start apache22 without ssl Message-ID: <46959148.3020603@videotron.ca> In-Reply-To: <DEF5068F-E896-41A8-9A4A-DD2E7350DE44@mac.com> References: <46952078.10809@videotron.ca> <DEF5068F-E896-41A8-9A4A-DD2E7350DE44@mac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I had already done what you suggest. I don't recall where I found the -DNOHTTPACCEPT directive. I don't understand why I would use it. Never ran into this before. Anyway, apache is working but still with this ssl problem. Chuck Swiger wrote: > 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?46959148.3020603>