On Fri, Jun 11, 2010 at 2:26 PM, Eric Covener <cove...@gmail.com> wrote:
> On Fri, Jun 11, 2010 at 9:20 AM, Peter Maguire <wormpe...@yahoo.co.uk> wrote:
>> Hi I have encountered a problem using apache 2.2 on freeBSD. Every
>> time I start the server it says somthing like:
>> Httpd: apr_sockaddr_info_get () failed for .LAN
>> Httpd: could not reliably determine the server's fully qualified
>> domain name, useing 127.0.0.1
>
> Set a ServerName in your base configuration that resolves to some hostname.
>
>> [warn] (2) no such file or directory: failed to enable the 'httpready'
>> Accept filter
>
> Try searching the web (harder?) for this error message, or disable the
> filter http://httpd.apache.org/docs/2.2/mod/core.html#acceptfilter
>

FreeBSD Specific instructions:

kldload accf_http
kldload accf_data # if using accept filters on SSL

Add the following lines to /etc/rc.conf to have them auto loaded:
apache22_http_accept_enable="YES"

Cheers

Tom

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to