On 03-06-2013 08:56, sarika wrote:
> On Saturday, June 1, 2013 5:41:38 PM UTC+5:30, Luuk wrote:
>> On 01-06-2013 13:27, sarika wrote:
>>
>>> Hi All
>>
>>>
>>
>>> I m getting the issue of Apache crash with the following error in EventViewer
>>
>>>
>>
>>> Faulting application name: httpd.exe
>>
>>> Faulting module name: ntdll.dll
>>
>>> Faulting Module Path : c:\Windows\SysWOW64\ntdll.dll
>>
>>>
>>
>>>
>>
>>> and after that i could not start Apache and did not have access to apache Log files.
>>
>>>
>>
>>> This issue mainly arise when i change MaxConnectionsPerChild to 1000 instead of 0 for MPM module
>>
>
> No syntax i not the issue.
> After changing MaxConnectionsPerChild to 1000 it works. but after some time apache crashes
>
it must have someting to do with another change in config,
or with some pages that is served.
i tested this and send a lot of request to my (test)server, and it seems
stable
What kind of pages are being serverd? is it PHP, or plain HTML?
If you are serving plain HTML, than a complete config would give more info.
If its PHP, that i suspect an error in your PHP-code.....