Link to home
Start Free TrialLog in
Avatar of AielloJ
AielloJFlag for United States of America

asked on

Apache Errors

I am receiving the following two errors in a client's Windows Event log.  Apache is being used with the TrendMicro - SMB for Small Business package.  It's been running problem free for over two years.  The errors started in mid March and are now occurring daily.  The errors are:

The Apache service named  reported the following error:
>>> [Tue Apr 28 11:26:10 2009] [warn] module ssl_module is already loaded, skipping    

followed by:

The Apache service named  reported the following error:
>>> [Tue Apr 28 11:26:10 2009] [notice] Disabled use of AcceptEx() WinSock2 API     .

The client has Automatic Updates turned on if that may be relevant.  Thanks in advance.
Avatar of caterham_www
caterham_www
Flag of Germany image

None of your posted lines from apache's error.log are errors.

> >>> [Tue Apr 28 11:26:10 2009] [warn] module ssl_module is already loaded, skipping    

Do you have two "LoadModule ssl_module..." lines in your httpd.conf?
Avatar of AielloJ

ASKER

These errors were in the Windows Event Logs.  I checked the httpd.conf prior to posting and the only LoadModule directive for the ssl_module is commented out.  This system has been operational for over two years, yet the errors in the Event Logs started in mid-March.  Makes me think it has something to do with a Windows Update or similar.  I'll check Apache's error log.  (That would have been too simple.)
Those are just warnings [warn] and a [notice]. I don't know why apache's debug logging is inserted into your windows eventlog, usually the error.log is being used. An error would be logged with [error] or [critical].

> and the only LoadModule directive for the ssl_module is commented out.

And there are no included config files?
ASKER CERTIFIED SOLUTION
Avatar of AielloJ
AielloJ
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial