Thanks for the more detailed answer.  I was not familiar with the 
AcceptFilter command.  Since it was in Apache, I assumed (incorrectly) that 
it was controlling filtering in Apache.  I did a Google search and quickly 
found that it is actually controlling Winsock, so now it makes sense that 
it would not show up in the Apache error log.
  
 Learn something new every day!  I kind of dislike making multiple changes 
to resolve a problem because then you may not know which one solved the 
problem.  Even if the change to 32 bit fixed the issue, I will add this in 
a week or two cause it does sound like a good idea!
  
 Jim
  
  
  

----------------------------------------
 From: "Yann Ylavic" <ylavic....@gmail.com>
Sent: Tuesday, January 12, 2016 8:48 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Apache stops serving pages   
On Tue, Jan 12, 2016 at 5:40 PM, Jim Walls <j...@k6ccc.org> wrote:
> Yann Ylavic asked:
>> Did you try Kevin's proposal, that is :
>> AcceptFilter http none
>> AcceptFilter https none
>
>
> I don't remember seeing that message, so no I didn't.
>
> However, If that was causing a problem, I would think that after setting 
the
> error log to debug level, I would have seen it in the error log.

Not necessarily because httpd won't see any request unless "delivered"
by the OS accept filters.
This is worth a try IMHO.

Regards,
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

 

Reply via email to