Failed to enable the ‘httpready’ Accept Filter

Pengalaman install apache22 lewat ports freeBSD 7,  waktu start webserver dengan

#apachectl start

muncul warning

... No such file or directory: Failed to enable the 'httpready' Accept Filter

After googling, ketemu solusinya : Menload spesial drive pada freeBSD yg bernama

  • accf_http
  • So jalankan

  • accf_http
  • dengan perintah


    #kldload accf_http
    #apachectl restart

    Supaya driver otomatis di load waktu booting tambahkan option

  • ‘accf_http_load=”YES”‘
  • pada boot loader.conf


    # echo 'accf_http_load="YES"' >> /boot/loader.conf