I have an Windows Server 2003 and XAMPP running for more than a year, but in past days my Apache error log is full of "& was unexpected at this time." error. I searched everywhere and I coudn't find anything. Seriously, What is this?

[Sun Sep 25 10:24:07 2011] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11
OpenSSL/0.9.8i PHP/5.2.9 configured -- resuming normal operations
[Sun Sep 25 10:24:07 2011] [notice] Server built: Dec 10 2008 00:10:06
[Sun Sep 25 10:24:07 2011] [notice] Parent: Created child process 3364
[Sun Sep 25 10:24:08 2011] [notice] Digest: generating secret for digest authentication ...
[Sun Sep 25 10:24:08 2011] [notice] Digest: done
[Sun Sep 25 10:24:09 2011] [notice] Child 3364: Child process is running
[Sun Sep 25 10:24:09 2011] [notice] Child 3364: Acquired the start mutex.
[Sun Sep 25 10:24:09 2011] [notice] Child 3364: Starting 250 worker threads.
[Sun Sep 25 10:24:09 2011] [notice] Child 3364: Starting thread to listen on port 443.
[Sun Sep 25 10:24:09 2011] [notice] Child 3364: Starting thread to listen on port 80.
& was unexpected at this time.
& was unexpected at this time.
& was unexpected at this time.
& was unexpected at this time.
& was unexpected at this time.
& was unexpected at this time.
& was unexpected at this time.
& was unexpected at this time.
& was unexpected at this time.
link|improve this question
feedback

1 Answer

Enable LogLevel debug and see if messages become more clear. Error looks like XML or XSLT processing error, do you have any related modules enabled?

link|improve this answer
Thanks for your comment. Everything was OK for a while so I didn't used your advise, but now it's happening again and I enabled "LogLevel debug" as you said. now error are like this: (OS 10054)An existing connection was forcibly closed by the remote host. : core_output_filter: writing data to the network and [debug] mod_headers.c(740): headers: ap_headers_output_filter() and they are coming and coming! I don't know what to do and I don't have any XML or XSLT modules enabled – faridv Nov 6 '11 at 13:03
Also I have used "EnableMMAP off", "EnableSendfile off" and "Win32DisableAcceptEx" wishing to solve the problem, but nothing happend! – faridv Nov 6 '11 at 13:09
Try to disable mod_headers. If you think my comment is useful, you may upvote it. – Selivanov Pavel Nov 9 '11 at 10:40
I disabled it and I'm hoping it work and does not make any problems with my application! I love to up-vote your comment, it's the only way that I can thank you for your help but I'm new to this site and it says I need more reputation to do that. I promise as soon as I get enough reputations I'll do that. Thanks again.. – faridv Nov 10 '11 at 18:51
It's still giving me "& was unexpected at this time." in error log :( – faridv Nov 10 '11 at 18:53
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.