View Single Post
  #1   (View Single Post)  
Old 8th July 2008
Copperhead Copperhead is offline
Real Name: Rob K
New User
 
Join Date: Jul 2008
Location: Los Angeles, CA, USA
Posts: 2
Default Apache 2.2.9 won't start

I am stumped.

I am running FreeBSD 7.0 (GENERIC) with Apache 2.2.9 built from ports with all of the defaults selected in the config. I was receiving an error message [warn] http accept filter failed to load: No such file or directory, which I fixed by running kldload accf_http and inserting the appropriate line in to /boot/loader.conf. However, Apache fails to start in anyway.

Here is the tail -f of /var/log/http-error.log:

[Mon Jul 07 23:39:44 2008] [info] Init: Seeding PRNG with 136 bytes of entropy
[Mon Jul 07 23:39:44 2008] [info] Init: Generating temporary RSA private keys (512/
1024 bits)
[Mon Jul 07 23:39:45 2008] [info] Init: Generating temporary DH parameters (512/102
4 bits)
[Mon Jul 07 23:39:45 2008] [warn] Init: Session Cache is not configured [hint: SSLS
essionCache]
[Mon Jul 07 23:39:45 2008] [info] Init: Initializing (virtual) servers for SSL
[Mon Jul 07 23:39:45 2008] [info] mod_ssl/2.2.9 compiled against Server: Apache/2.2
.9, Library: OpenSSL/0.9.8e
[Mon Jul 07 23:39:45 2008] [info] mod_unique_id: using ip addr 76.175.163.252
[Mon Jul 07 23:39:46 2008] [info] Init: Seeding PRNG with 136 bytes of entropy
[Mon Jul 07 23:39:46 2008] [info] Init: Generating temporary RSA private keys (512/
1024 bits)
[Mon Jul 07 23:39:46 2008] [info] Init: Generating temporary DH parameters (512/102
4 bits)
[Mon Jul 07 23:39:46 2008] [info] Init: Initializing (virtual) servers for SSL
[Mon Jul 07 23:39:46 2008] [info] mod_ssl/2.2.9 compiled against Server: Apache/2.2
.9, Library: OpenSSL/0.9.8e

I have turned SSL on and off, with no luck, and I have have turned virtual Hosts on and off with no luck.

Any ideas?
Reply With Quote