View Full Version : [ubuntu] Will Ubuntu server run html?
AngusMcBurger
February 4th, 2009, 03:46 PM
I'm really not very clever with linux software and wanted to ask, will ubuntu server edition 8.10 run html webpage coding? It might sound a bit obvious but I'm very new to linux,
Cheers!
Simian Man
February 4th, 2009, 03:49 PM
The only thing that "runs" HTML is a web browser. All operating systems come with a web browser so yes. If you want to set up a web server to answer requests for HTML pages then you need Apache installed.
What exactly do you want?
ridetheteapot
February 4th, 2009, 03:50 PM
yes. apache.
otherwise jetty on a workstation will work to
AngusMcBurger
February 4th, 2009, 04:00 PM
Well just a server to run a website on if you know what I mean! Or in your words, answer requests for html!!
Simian Man
February 4th, 2009, 04:24 PM
Ah OK it sounded like you maybe just wanted to learn HTML. Yeah Ubuntu server is a good web server then.
tubezninja
February 4th, 2009, 05:23 PM
When you install Ubuntu Server edition from CD, one of the options is to set up a LAMP (Linux Apache MySQL PHP) configuration. This is the easiest way to get a viable web server up and running, and it also includes scripting (PHP) and back end database (MySQL) functions if you want to host dynamically created web content.
Once installed, you throw all of your HTML into the /var/www directory, and the server will serve the content.
There also this documentation if you want to know more (or know how to set up LAMP on an already-running system:
https://help.ubuntu.com/community/ApacheMySQLPHP
This page refers to some older versions of Ubuntu, but the commands to install, as well how to configure everything, is still relevant to current versions of Ubuntu.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.