Thanks they worked and apache loads good with no errors.

On 11 Jun 2010, at 02:36 PM, Tom Evans <[email protected]> wrote:

On Fri, Jun 11, 2010 at 2:26 PM, Eric Covener <[email protected]> wrote:
On Fri, Jun 11, 2010 at 9:20 AM, Peter Maguire <[email protected]> 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: [email protected]
  "   from the digest: [email protected]
For additional commands, e-mail: [email protected]







---------------------------------------------------------------------
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: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to