Apache refuses to start

matt.janus

Verified User
Joined
Aug 22, 2008
Messages
5
I'm not sure what happened. Everything was running then all of the sudden after adding a domain apache tried to restart but couldn't. The first error I had gotten was saying that the group "admin" didn't exist. I fixed that error by adding the group admin (which i would like to remove). This is kind of confusing though, as the user/group admin is no where in the httpd.conf. The next error I got was the following:

[Fri Aug 22 14:45:42 2008] [warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter


Can someone please advise?


--edit ---

apparently i need to google a little more as one answer was found at:
http://help.directadmin.com/item.php?id=170

But my first question as to why it needed group admin still stands.
 
Last edited:
Add the following line into /boot/loader.conf:
Code:
accf_http_load="YES"
 
Back
Top