Page 1 of 1

apache crashes continuously

PostPosted: 02. January 2014 18:39
by alfredopacino
hi i get this error in xampp control panel (windows 7, xamp 1.8.1, joomla 2.5)
Code: Select all
15:29:37  [Apache]     Problem killing PID 4836
15:29:37  [Apache]     Check that you have the proper privileges


i tried to update xampp but i didn't solve.

Re: apache crashes continuously

PostPosted: 02. January 2014 19:06
by GameplayJDK
Maybe run it as administrator..
[...] Check that you have the proper privileges

Re: apache crashes continuously

PostPosted: 02. January 2014 20:14
by alfredopacino
i tried but i didn't solve

Re: apache crashes continuously

PostPosted: 02. January 2014 20:32
by Altrea
Do you think these two lines are enough information to provide proper distance diagnostics? You are wrong.

Re: apache crashes continuously

PostPosted: 02. January 2014 20:49
by alfredopacino
this is what happen to apache error log when it crashes
Code: Select all
[02-Jan-2014 19:46:08 UTC] PHP Strict Standards:  Only variables should be assigned by reference in C:\xampp\htdocs\workinmoda\plugins\system\jumirouter\jumirouter.php on line 36

[02-Jan-2014 19:46:13 UTC] PHP Strict Standards:  Only variables should be assigned by reference in C:\xampp\htdocs\workinmoda\plugins\system\jumirouter\jumirouter.php on line 20

[02-Jan-2014 19:46:14 UTC] PHP Strict Standards:  Only variables should be assigned by reference in C:\xampp\htdocs\workinmoda\plugins\system\jumirouter\jumirouter.php on line 33

[02-Jan-2014 19:46:14 UTC] PHP Strict Standards:  Only variables should be assigned by reference in C:\xampp\htdocs\workinmoda\plugins\system\jumirouter\jumirouter.php on line 35

[02-Jan-2014 19:46:14 UTC] PHP Strict Standards:  Only variables should be assigned by reference in C:\xampp\htdocs\workinmoda\plugins\system\jumirouter\jumirouter.php on line 36

[02-Jan-2014 19:49:29 UTC] PHP Strict Standards:  Only variables should be assigned by reference in C:\xampp\htdocs\workinmoda\plugins\system\jumirouter\jumirouter.php on line 20

[02-Jan-2014 19:49:29 UTC] PHP Strict Standards:  Only variables should be assigned by reference in C:\xampp\htdocs\workinmoda\plugins\system\jumirouter\jumirouter.php on line 33

[02-Jan-2014 19:49:29 UTC] PHP Strict Standards:  Only variables should be assigned by reference in C:\xampp\htdocs\workinmoda\plugins\system\jumirouter\jumirouter.php on line 35

[02-Jan-2014 19:49:29 UTC] PHP Strict Standards:  Only variables should be assigned by reference in C:\xampp\htdocs\workinmoda\plugins\system\jumirouter\jumirouter.php on line 36



just usual joomla warnings..not errors

Re: apache crashes continuously

PostPosted: 02. January 2014 21:09
by alfredopacino
i solved with
ThreadStackSize 8388608
in httpd.conf
the site is a little "heavy" i guess

Re: apache crashes continuously

PostPosted: 08. January 2014 20:24
by N0sf3r4tu
alfredopacino wrote:i solved with
ThreadStackSize 8388608
in httpd.conf
the site is a little "heavy" i guess

and how to fix that?

Re: apache crashes continuously

PostPosted: 08. January 2014 22:36
by alfredopacino
fix what?