Submitted by plahpoy@gmail.com on Tue, 07/14/2009 - 20:13
I clicked the upgrade button in virtualmin admin on the home page. Now php is not referenced in apache so the browser tries to download the php file. There is also no libphp5.so on the server at all anymore.
Client is ALREADY nagging :|
thanks in advance,
Z
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Tue, 07/14/2009 - 20:17 Comment #1
Which packages got upgraded exactly? We have seen cases where a new Ubuntu apache version does not include mod_php for some reason..
You can check if it is installed with the command :
dpkg --list libapache2-mod-php5
Or re-install it with :
apt-get install dpkg --list libapache2-mod-php5
Submitted by Graeme on Sat, 07/18/2009 - 16:02 Comment #2
I had exactly the same. Debian 5 (lenny) / VirtualMin 3.703 GPL - almost new install of server and VirtualMin working just fine then installed "apache2 2.2.9-10+lenny4" and bang, PHP module missing. I guessed at the suggestion below which resolved the issue.
apt-get install libapache2-mod-php5
Would like to know why... is anything else affected?
Would like to know why.
We'd like to know why, too, but you'll have to take it up with the Debian folks to find out. We don't know, these aren't our packages that are broken. ;-)
Submitted by Graeme on Sat, 07/18/2009 - 17:22 Comment #4
I agree this isn't a VirtualMin problem... I've done a bit more digging (dpkg.log) and the Debian update "apache2 2.2.9-10+lenny4" removes "libapache2-mod-php5" along with "apache2-mpm-prefork" inorder to install "apache2-mpm-worker"
It's a shame I didn't see that when I did the update through VirtualMin, I'm sure VirtualMin showed me the output but, the -y switch is so quick!
Could/does VirtualMin keep the apt-get output in a log for this sort of issue? Would be easier to look at the result of each package/update than the whole of the dpkg.log file.
Submitted by xkeywee on Sun, 07/19/2009 - 17:42 Comment #5
I have had the same issue and it keeps happening, I have to keep reinstalling libapache2-mod-php5 after doing any virtualmin updates.
Is there a way to stop it happening?
Submitted by xkeywee on Sun, 10/11/2009 - 05:02 Comment #6
This did not happen after latest update so seems to have been corrected.
Thanks
Submitted by JamieCameron on Sun, 10/11/2009 - 11:47 Comment #7
Great!
Submitted by Issues on Mon, 10/26/2009 - 01:36 Comment #8
Automatically closed -- issue fixed for 2 weeks with no activity.