PDA

View Full Version : [ubuntu] Setting up a Web Server


Garebear.Shields
September 10th, 2009, 01:05 PM
Hello everyone. Were trying to setup a new web server, and it's running Ubuntu Server Edition X64.

We have absolutely no idea how to install a control panel on it, (we're thinking either CubePanel or Webmin).

Do we first need to install things like Perl and PHP? And if so, how do we install them?

wojox
September 10th, 2009, 01:09 PM
If you didn't install LAMP on installation you can do so here:

sudo tasksel install lamp-server

That will install PHP, Apache2, Mysql.

Look at this link:

https://help.ubuntu.com/community/ApacheMySQLPHP

Garebear.Shields
September 10th, 2009, 01:13 PM
If you didn't install LAMP on installation you can do so here:

sudo tasksel install lamp-server

That will install PHP, Apache2, Mysql.

Look at this link:

https://help.ubuntu.com/community/ApacheMySQLPHP

Thanks for the speedy reply.
Since the server is being hosted by a company, I do not have direct access to it, do you know how I would access the console?

EDIT: Thank's everyone, this issue has been resolved. :)