Page 1 of 1

EACCELERATOR hit: messages in apache error logfile

PostPosted: 27. October 2009 23:20
by purper
Hi all!

did someone see the EACCELERATOR hit: messages in the logfile before?
I got plenty of them for some reason. In the xampp/php directory in the config files php.ini and php5.ini the debugging is set to 0. (found with google that setting 1 causes this to happen.)

Thanks for you're time, hoping for an answer,

Richard.

Little example:
Code: Select all
EACCELERATOR hit: "..\xampp\...\forum\index.php"
EACCELERATOR hit: "..\xampp\...\forum\Settings.php"

Re: EACCELERATOR hit: messages in apache error logfile

PostPosted: 27. October 2009 23:35
by Izzy
What version of XAMPP and which Windows OS?

In the latest XAMPP version there is only 1 php.ini file and that is in the xampp\php folder.

In older versions of XAMPP the php.ini file used is in the xampp\apache\bin folder.

Check for the correct php.ini file to edit by using http://localhost/xampp/phpinfo.php and look for the line:
Loaded Configuration File

After editing any ini or conf file, restart Apache to have the edits recognised.

Re: EACCELERATOR hit: messages in apache error logfile

PostPosted: 28. October 2009 11:50
by purper
I am currently using 1.7.1, but on both places i can find php.ini files. Both contain ;eaccelerator.debug = "0" so that should be fine..
Xampp has been updated from 1.6.6 in steps since I follow new updates ;)

The localhost link doesn't work for me, most likely i blocked it for security reasons long time ago :shock: