Servidor web ubuntu

Modificado: 17/05/2008 15:10 por ester - Categorizada como: Ester, Informatica
Editar

Instalación

Vamos a suponer que no tenemos nada en nuestro servidor, por lo tanto, en primer lugar necesitaremos instalar el servidor web (apache) y la base de datos mySQL.
  • MySQL
 apt-get install mysql-server-5.0
apt-get install php5 apache2
apt-get install libapache2-mod-auth-mysql php5-mysql
/etc/init.d/apache2 restart
gedit /var/www/index.html
create database cms;
Grant usage on cms.* to cms_user identified by 'cms_pass';

ScrewTurn Wiki version 2.0.21. Some of the icons created by FamFamFam.