Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > Server Platforms
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Server Platforms
Discussion regarding the Ubuntu Server Edition. For more information on the Ubuntu Server Team, please visit their wiki page or Launchpad page.

 
Thread Tools Display Modes
Old October 28th, 2008   #1
Vegan
Grande Half-n-Half Cinnamon Ubuntu
 
Vegan's Avatar
 
Join Date: Aug 2008
Location: Victoria, BC Canada
Beans: 951
Ubuntu 10.04 Lucid Lynx
Mono killed PHP5, Apache2 wont render

After installing mono on my server, PHP5 stopped working. Now when I open the phpBB3 forum, the browser wants to save the page rather than render.

Tried reinstalling no joy, thoughts?
__________________
IT/Developer, Windows/Linux/Mainframe
Windows box: RaidMax Smilodon, AK680, M4A77D, 2 GB DDR2-800, Dell OEM HD 2400 Pro
Linux box: rack chassis, 450W, M2NBP-VM CSM, need a CPU, need RAM, NVS-210
AM2/AM2+/AM3 CPU, DDR2-800 RAM needed

Last edited by Vegan; October 28th, 2008 at 02:51 PM..
Vegan is offline   Reply With Quote
Old October 28th, 2008   #2
cdenley
Ubuntu addict and loving it
 
Join Date: Dec 2006
Location: Chicago
Beans: 3,751
Re: Mono killed PHP5

In hardy, the mono module depended on the threaded version of apache while the php module depended on the prefork version. You had to choose between php and mono. This appears to be fixed in intrepid.

http://changelogs.ubuntu.com/changel....9-1/changelog
Quote:
mod-mono (1.9-1) unstable; urgency=low

* New upstream version.
* Add Jo Shields to Uploaders.
* Integrate changes from latest NMU (Closes: #457109, #472847 #486605,
#487069). Thanks to Christian Perrier.
* Bump standards version to 3.8.0 (no changes needed).
* Prefork Apache isn't as broken as some people thought. Dependency
lowered to apache2.2-common only, so any apache MPM can be chosen
.

-- Jo Shields <directhex@apebox.org> Fri, 4 Jul 2008 08:45:53 +0100
cdenley is offline   Reply With Quote
Old October 28th, 2008   #3
Vegan
Grande Half-n-Half Cinnamon Ubuntu
 
Vegan's Avatar
 
Join Date: Aug 2008
Location: Victoria, BC Canada
Beans: 951
Ubuntu 10.04 Lucid Lynx
Re: Mono killed PHP5

That is fundamentally wrong, file.php can be rendered with PHP and file.asp can be rendered with something else. So how do it fix my forums?

My goal was to have some sites based on PHP and be able to run run others that came from a Windows server that as ASPX based so I can host all comers.
__________________
IT/Developer, Windows/Linux/Mainframe
Windows box: RaidMax Smilodon, AK680, M4A77D, 2 GB DDR2-800, Dell OEM HD 2400 Pro
Linux box: rack chassis, 450W, M2NBP-VM CSM, need a CPU, need RAM, NVS-210
AM2/AM2+/AM3 CPU, DDR2-800 RAM needed

Last edited by Vegan; October 28th, 2008 at 03:44 PM..
Vegan is offline   Reply With Quote
Old October 28th, 2008   #4
cdenley
Ubuntu addict and loving it
 
Join Date: Dec 2006
Location: Chicago
Beans: 3,751
Re: Mono killed PHP5

Quote:
Originally Posted by Vegan View Post
That is fundamentally wrong, file.php can be rendered with PHP and file.asp can be rendered with something else. So how do it fix my forums?
You upgrade to intrepid (I think it will be released in a few days), then install whichever module you are currently missing. In hardy, you can't have both the php5 module and mono module installed, because as I explained before, their dependencies conflict.

https://bugs.launchpad.net/ubuntu/+s...no/+bug/227781

Last edited by cdenley; October 28th, 2008 at 03:48 PM..
cdenley is offline   Reply With Quote
Old October 28th, 2008   #5
Vegan
Grande Half-n-Half Cinnamon Ubuntu
 
Vegan's Avatar
 
Join Date: Aug 2008
Location: Victoria, BC Canada
Beans: 951
Ubuntu 10.04 Lucid Lynx
Re: Mono killed PHP5

What is intrepid supposed to be an upgrade for? So do I have to unlink my forums for now?
__________________
IT/Developer, Windows/Linux/Mainframe
Windows box: RaidMax Smilodon, AK680, M4A77D, 2 GB DDR2-800, Dell OEM HD 2400 Pro
Linux box: rack chassis, 450W, M2NBP-VM CSM, need a CPU, need RAM, NVS-210
AM2/AM2+/AM3 CPU, DDR2-800 RAM needed
Vegan is offline   Reply With Quote
Old October 28th, 2008   #6
cdenley
Ubuntu addict and loving it
 
Join Date: Dec 2006
Location: Chicago
Beans: 3,751
Re: Mono killed PHP5

Quote:
Originally Posted by Vegan View Post
What is intrepid supposed to be an upgrade for? So do I have to unlink my forums for now?
hardy = ubuntu 8.04
intrepid = ubuntu 8.10

I assumed you were running ubuntu, seeing as how you are posting on ubuntuforums. Intrepid is the next release of ubuntu, due out in a few days I think. It was also suggested in the bug report I found that you serve mono pages with xsp2 on a different port, then forward apache requests to xsp2 using mod_proxy.
https://bugs.launchpad.net/ubuntu/+s...no/+bug/227781

What do you mean "unlink your forums"?
cdenley is offline   Reply With Quote
Old October 28th, 2008   #7
Vegan
Grande Half-n-Half Cinnamon Ubuntu
 
Vegan's Avatar
 
Join Date: Aug 2008
Location: Victoria, BC Canada
Beans: 951
Ubuntu 10.04 Lucid Lynx
Re: Mono killed PHP5

I am using Ubuntu Server 8.04 LTS which I downloaded and installed a few months ago.

So is it an automatic update?
__________________
IT/Developer, Windows/Linux/Mainframe
Windows box: RaidMax Smilodon, AK680, M4A77D, 2 GB DDR2-800, Dell OEM HD 2400 Pro
Linux box: rack chassis, 450W, M2NBP-VM CSM, need a CPU, need RAM, NVS-210
AM2/AM2+/AM3 CPU, DDR2-800 RAM needed
Vegan is offline   Reply With Quote
Old October 28th, 2008   #8
cdenley
Ubuntu addict and loving it
 
Join Date: Dec 2006
Location: Chicago
Beans: 3,751
Re: Mono killed PHP5

Quote:
Originally Posted by Vegan View Post
I am using Ubuntu Server 8.04 LTS which I downloaded and installed a few months ago.

So is it an automatic update?
Ubuntu Server does not automatically update, unless you installed a desktop environment. If you installed a desktop environment, I think you will be asked if you want to upgrade. Since hardy will be supported longer, many people won't want to upgrade.
cdenley is offline   Reply With Quote
Old October 28th, 2008   #9
Vegan
Grande Half-n-Half Cinnamon Ubuntu
 
Vegan's Avatar
 
Join Date: Aug 2008
Location: Victoria, BC Canada
Beans: 951
Ubuntu 10.04 Lucid Lynx
Re: Mono killed PHP5

Is the a way to graunch the situation?
__________________
IT/Developer, Windows/Linux/Mainframe
Windows box: RaidMax Smilodon, AK680, M4A77D, 2 GB DDR2-800, Dell OEM HD 2400 Pro
Linux box: rack chassis, 450W, M2NBP-VM CSM, need a CPU, need RAM, NVS-210
AM2/AM2+/AM3 CPU, DDR2-800 RAM needed
Vegan is offline   Reply With Quote
Old October 28th, 2008   #10
cdenley
Ubuntu addict and loving it
 
Join Date: Dec 2006
Location: Chicago
Beans: 3,751
Re: Mono killed PHP5

The best way would probably be to build the package yourself, changing the dependencies.
cdenley is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:01 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry