PHP web pages stopped working

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
User avatar
Vegan
Forum Regular
Posts: 574
Joined: Fri Sep 05, 2008 3:34 pm
Location: Victoria, BC
Contact:

PHP web pages stopped working

Post by Vegan »

After putting some additional software on my server to support ASP pages in addition to PHP, Apache2 has stopped rendering PHP pages? What would manage to keep Apache2 from rendering PHP as if I run PHP from the console it runs fine.
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: PHP web pages stopped working

Post by VladSun »

Check you Apache config and error-log files ...
There are 10 types of people in this world, those who understand binary and those who don't
User avatar
Vegan
Forum Regular
Posts: 574
Joined: Fri Sep 05, 2008 3:34 pm
Location: Victoria, BC
Contact:

Re: PHP web pages stopped working

Post by Vegan »

Some errors with mono:

[Tue Oct 28 11:53:03 2008] [warn] (22)Invalid argument: Failed to destroy the '/tmp/mod_mono_dashboard_XXGLOBAL_1' shared memory dashboard
[Tue Oct 28 11:53:03 2008] [warn] (22)Invalid argument: Failed to destroy the '/tmp/mod_mono_dashboard_default_2' shared memory dashboard
[Tue Oct 28 11:54:30 2008] [notice] Apache/2.2.8 (Ubuntu) mod_mono/1.2.5 configured -- resuming normal operations
[Tue Oct 28 11:54:30 2008] [error] Failed running '/usr/lib/mono/1.0/mod-mono-server.exe --filename /tmp/.mod_mono_server --nonstop --appconfigdir /etc/mono-server (null) (null) (null) (null) (null) (null) (null)'. Reason: Exec format error
[Tue Oct 28 11:59:39 2008] [notice] caught SIGWINCH, shutting down gracefully
[Tue Oct 28 11:59:40 2008] [warn] (22)Invalid argument: Failed to destroy the '/tmp/mod_mono_dashboard_XXGLOBAL_1' shared memory dashboard
[Tue Oct 28 11:59:40 2008] [warn] (22)Invalid argument: Failed to destroy the '/tmp/mod_mono_dashboard_default_2' shared memory dashboard
[Tue Oct 28 11:59:49 2008] [notice] Apache/2.2.8 (Ubuntu) mod_mono/1.2.5 configured -- resuming normal operations
[Tue Oct 28 11:59:49 2008] [error] Failed running '/usr/lib/mono/1.0/mod-mono-server.exe --filename /tmp/.mod_mono_server --nonstop --appconfigdir /etc/mono-server (null) (null) (null) (null) (null) (null) (null)'. Reason: Exec format error
[Tue Oct 28 12:23:12 2008] [notice] caught SIGWINCH, shutting down gracefully
[Tue Oct 28 12:23:13 2008] [warn] (22)Invalid argument: Failed to destroy the '/tmp/mod_mono_dashboard_XXGLOBAL_1' shared memory dashboard
[Tue Oct 28 12:23:13 2008] [warn] (22)Invalid argument: Failed to destroy the '/tmp/mod_mono_dashboard_default_2' shared memory dashboard
[Tue Oct 28 12:23:22 2008] [notice] Apache/2.2.8 (Ubuntu) mod_mono/1.2.5 configured -- resuming normal operations
[Tue Oct 28 12:23:23 2008] [error] Failed running '/usr/lib/mono/1.0/mod-mono-server.exe --filename /tmp/.mod_mono_server --nonstop --appconfigdir /etc/mono-server (null) (null) (null) (null) (null) (null) (null)'. Reason: Exec format error
[Tue Oct 28 12:34:48 2008] [notice] caught SIGWINCH, shutting down gracefully
[Tue Oct 28 12:34:49 2008] [warn] (22)Invalid argument: Failed to destroy the '/tmp/mod_mono_dashboard_XXGLOBAL_1' shared memory dashboard
[Tue Oct 28 12:34:49 2008] [warn] (22)Invalid argument: Failed to destroy the '/tmp/mod_mono_dashboard_default_2' shared memory dashboard
[Tue Oct 28 12:34:58 2008] [notice] Apache/2.2.8 (Ubuntu) configured -- resuming normal operations
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
Post Reply