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

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

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Server Platforms
Discussion regarding any server based ubuntu release.

 
Thread Tools Display Modes
Old December 13th, 2004   #1
MatthewMetzger
A Carafe of Ubuntu
 
Join Date: Nov 2004
Location: La Crosse WI
Beans: 84
Ubuntu 9.10 Karmic Koala
ubuntu as web server?

Does anyone use ubuntu as a web server or as a testing (development) server? If so, could there be forum section devoted to using ubuntu as a web server?

I know that apache2 has its own documentation and forums devoted to it, but it would be good to have an addition to the ubuntu community forums. I've had a very difficult time finding the answers I need concerning virtual hosts on the default apache2 install on ubuntu.
MatthewMetzger is offline   Reply With Quote
Old December 14th, 2004   #2
wulf
Gee! These Aren't Roasted!
 
wulf's Avatar
 
Join Date: Dec 2004
Location: Oxford, UK
Beans: 160
Xubuntu 8.04 Hardy Heron
Re: ubuntu as web server?

I'm just starting to use it at work (webmaster for the local NHS hospital trust), replacing my previous Linux based systems (which ran into problems rebooting after an unscheduled power cycle, giving me an excuse to stick Ubuntu on, er, yesterday ). I found enough answers on here yesterday afternoon to convince me that the path of least resistence was installing apache2 rather than sticking with 1.3; I'm still working through establishing the rest but will have a better sense of Ubuntu as a webdev platform in the next couple of days.

Mind you, I haven't needed to learn about virtual hosts and so, alas, can't help you in that area.

Wulf
__________________
Wulf Forrester-Barker
Bassist with The Elusive Teeth (see gigs page for forthcoming dates)
wulf is offline   Reply With Quote
Old December 14th, 2004   #3
Alessio
A Carafe of Ubuntu
 
Alessio's Avatar
 
Join Date: Dec 2004
Location: Fano (Italia)
Beans: 130
Re: ubuntu as web server?

Quote:
Originally Posted by MatthewMetzger
Does anyone use ubuntu as a web server or as a testing (development) server? If so, could there be forum section devoted to using ubuntu as a web server?

I know that apache2 has its own documentation and forums devoted to it, but it would be good to have an addition to the ubuntu community forums. I've had a very difficult time finding the answers I need concerning virtual hosts on the default apache2 install on ubuntu.
It's a good idea for me, Ubuntu doesn't have a php5 .deb!!
Alessio is offline   Reply With Quote
Old December 14th, 2004   #4
p!=f
Dipped in Ubuntu
 
p!=f's Avatar
 
Join Date: Oct 2004
Location: Prague, Czechia
Beans: 437
Kubuntu 7.10 Gutsy Gibbon
Send a message via ICQ to p!=f
Re: ubuntu as web server?

Quote:
Originally Posted by Alessio
It's a good idea for me, Ubuntu doesn't have a php5 .deb!!
I think it's probably not considered stable enough yet. See your thread "PHP5 from sources". I'm getting to the finish.
__________________
"Linux is like a wigwam. No Windows, no Gates and Apache inside!" - Unknown

RFC 3092 - Etymology of "Foo"
p!=f is offline   Reply With Quote
Old December 14th, 2004   #5
MatthewMetzger
A Carafe of Ubuntu
 
Join Date: Nov 2004
Location: La Crosse WI
Beans: 84
Ubuntu 9.10 Karmic Koala
Re: ubuntu as web server?

Hello, thanks for all your responses. I still think that having a forum dedicated to apache in ubuntu would be great, but I've decided to go back to XAMPP as it easily allows me to add virtual hosts to the bottom of the httpd.conf and it works as I expect it to. I think it would be great if XAMPP would be included in an ubuntu repository (even though it's not really necessary as XAMPP takes all of 30 seconds to install). I use apache as a test web server for my web development projects. Therefore, it doesn't have to be super secure, it just has to have the ability to work on multiple projects with each project having its own domain. XAMPP works great for this.
MatthewMetzger is offline   Reply With Quote
Old December 14th, 2004   #6
Alessio
A Carafe of Ubuntu
 
Alessio's Avatar
 
Join Date: Dec 2004
Location: Fano (Italia)
Beans: 130
Re: ubuntu as web server?

Quote:
Originally Posted by MatthewMetzger
Hello, thanks for all your responses. I still think that having a forum dedicated to apache in ubuntu would be great, but I've decided to go back to XAMPP as it easily allows me to add virtual hosts to the bottom of the httpd.conf and it works as I expect it to. I think it would be great if XAMPP would be included in an ubuntu repository (even though it's not really necessary as XAMPP takes all of 30 seconds to install). I use apache as a test web server for my web development projects. Therefore, it doesn't have to be super secure, it just has to have the ability to work on multiple projects with each project having its own domain. XAMPP works great for this.
For local use, XAMPP it's ok
Alessio is offline   Reply With Quote
Old December 14th, 2004   #7
Daniel G. Taylor
A Carafe of Ubuntu
 
Daniel G. Taylor's Avatar
 
Join Date: Oct 2004
Location: Eindhoven, NL
Beans: 99
Ubuntu Jaunty Jackalope (testing)
Send a message via AIM to Daniel G. Taylor Send a message via Yahoo to Daniel G. Taylor
Re: ubuntu as web server?

I have to ask, what does Ubuntu offer for a server setup that pure Debian doesn't?
__________________
We rarely notice freedom. What we notice is the lack of freedom, and I'm afraid by then it is too late.
Be a good Ubuntu citizen - Report bugs || http://programmer-art.org
Daniel G. Taylor is offline   Reply With Quote
Old December 15th, 2004   #8
poofyhairguy
SADFL's Commando
 
poofyhairguy's Avatar
 
Join Date: Nov 2004
Location: Texas
Beans: 2,351
Send a message via AIM to poofyhairguy
Re: ubuntu as web server?

Quote:
Originally Posted by Daniel G. Taylor
I have to ask, what does Ubuntu offer for a server setup that pure Debian doesn't?

African philosophy. Better hardware detection upon installation (for me at least). The very messy "debian menu" is put to rest. stable releases every six months.

A cool message board to help you (I hate all the mailing lists for debian).
poofyhairguy is offline   Reply With Quote
Old February 2nd, 2005   #9
mpowell
First Cup of Ubuntu
 
Join Date: Feb 2005
Beans: 6
Re: ubuntu as web server?

Quote:
Originally Posted by MatthewMetzger
Hello, thanks for all your responses. I still think that having a forum dedicated to apache in ubuntu would be great, but I've decided to go back to XAMPP as it easily allows me to add virtual hosts to the bottom of the httpd.conf and it works as I expect it to. I think it would be great if XAMPP would be included in an ubuntu repository (even though it's not really necessary as XAMPP takes all of 30 seconds to install). I use apache as a test web server for my web development projects. Therefore, it doesn't have to be super secure, it just has to have the ability to work on multiple projects with each project having its own domain. XAMPP works great for this.
I am interested in using XAMPP. I have already install apache, php and mysql. I cannot get mysql to allow me to do anything - it keeps saying I don't have root privilieges. Anyway will I need to uninstall these prior to installing XAMPP? and if so how do I uninstall?

Thanks
mpowell
mpowell is offline   Reply With Quote
Old February 2nd, 2005   #10
jdodson
Dark Roasted Ubuntu
 
jdodson's Avatar
 
Join Date: Oct 2004
Location: portland oregon USA
Beans: 640
Re: ubuntu as web server?

we have a "ubuntu server talk" forum section. all server related talk should go there. i will pass on the idea of an apache/ubuntu section.
__________________
legen of the green dragon - a fun MiniORPG web game I host. Join us, its fun!
jdodson 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 08:33 PM.


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