View previous topic :: View next topic |
Author |
Message |
mconfortino n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 28 Feb 2006 Posts: 11
|
Posted: Sat Mar 31, 2007 10:56 am Post subject: Apache2 stopped working [SOLVED] |
|
|
Hi! After upgrading to php 5.2.1-r3, apache 2 doesnt work any more. Here is the only error I could find:
Code: |
errante ~ # tail /var/log/apache2/error_log
[Fri Mar 30 17:44:20 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Fri Mar 30 17:44:20 2007] [notice] Digest: generating secret for digest authentication ...
[Fri Mar 30 17:44:20 2007] [notice] Digest: done
Fatal error: Allowed memory size of 32 bytes exhausted (tried to allocate 8192 bytes) in Unknown on line 0
[Sat Mar 31 07:00:50 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Sat Mar 31 07:00:50 2007] [notice] Digest: generating secret for digest authentication ...
[Sat Mar 31 07:00:54 2007] [notice] Digest: done
Fatal error: Allowed memory size of 32 bytes exhausted (tried to allocate 8192 bytes) in Unknown on line 0
errante ~ #
|
Any ideas? Thanks.
Last edited by mconfortino on Sun Apr 01, 2007 11:32 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
IQgryn l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 05 Sep 2005 Posts: 764 Location: WI, USA
|
Posted: Sat Mar 31, 2007 5:16 pm Post subject: |
|
|
Did you run revdep-rebuild after updating php? Apache probably has runtime dependencies on php that were broken by the upgrade. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mconfortino n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 28 Feb 2006 Posts: 11
|
Posted: Sun Apr 01, 2007 11:31 am Post subject: |
|
|
Thank you for your answer. It didn't worked. Finally I unmerged apache and php, deleted all traces (/etc/apache2, /etc/php, /lib/apache2, etc.) and reemerged both. Now it works again. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|