logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Event 3299 - Don't understand posts on this issue - New user
Author
Amadeus47



Joined: 10 Jul 2008
Posts: 2

PostPosted: Thu 10 Jul '08 3:15    Post subject: Event 3299 - Don't understand posts on this issue - New user Reply with quote

On Dell XPS 410 (2.4MHz dual core) 4GB RAM, Vista SP1, Norton 360, Counterspy.

Log error: The Apache service named reported the following error:
>>> [Wed Jul 09 16:43:02 2008] [notice] Disabled use of AcceptEx() WinSock2 API

The service appears to be connected with the Mod_Rotate_Log.

I read posts on Event 3299 but do not understand how it applies. I see Apache likely was installed by Dell as the original video card was an NVidia. I changed the card to the ATI Radeon 1950.

There is no instance I can find of Apache.exe.

First question is do I need the Apache service? If so, where do I insert the information from the directive about this error?

I appreciate any assistance.

Best regards,

Mike
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Thu 10 Jul '08 7:43    Post subject: Reply with quote

You mean this directive? Win32DisableAcceptEx
Anywhere in the global section outside of any <containers>
Back to top
Amadeus47



Joined: 10 Jul 2008
Posts: 2

PostPosted: Thu 10 Jul '08 7:58    Post subject: Reply with quote

Thank you for your response.

Yes, that is the directive. However, I do not understand the parlance in your directions on how to utilize the information.

Do I need the Apache service in the first instance?
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Thu 10 Jul '08 8:12    Post subject: Reply with quote

Well .. you do not need the service but you want to use it.

A Windows Service runs in the background regardless of whether or not a person is logged into the computer.

THe only other option with Apache is the console, you will have to be logged into the computer to use it, and to keep it running. Log out and the console goes away and Apache with it.

As far as Win32DisableAcceptEx, how about putting it toward the bottom right after

#
#EnableMMAP off
#EnableSendfile off

Win32DisableAcceptEx
Back to top


Reply to topic   Topic: Event 3299 - Don't understand posts on this issue - New user View previous topic :: View next topic
Post new topic   Forum Index -> Apache