Home » Archive

Articles tagged with: Apache

Archlinux, Bases de Datos, Go, Linux, MySQL, PHP, Programación »

[8 ene 2011 | One Comment | ]
Cómo Instalar y Configurar Apache PHP y MySQL en ArchLinux

Un servidor es una herramienta indispensable para todo desarrollador web, inclusive si alguien que no sea desarrollador quiero probar un software como wordpress o joomla necesita tener instalado un servidor local para poder hacerlo.
Archlinux nos brinda la posibilidad de tener uno muy fácilmente.
Lo primero que tenermos que hacer es instalar los binarios de MySQL, php y Apache para después configurar el entorno:

# pacman -S apache php php-apache mysql

Agregamos nuestro usuario al grupo http:

# gpasswd -a pahko http

donde “pahko” es el nombre de su usuario.
Editamos el archivo /etc/hosts y agregamos la …

Base de Datos, Biblioteca Virtual, Mysql, Php »

[13 may 2010 | No Comment | ]
Beginning PHP5, Apache, and MySQL Web Development

Book Description
This update to a Wrox bestseller dives in and guides the reader through the entire process of creating dynamic, data-driven sites using the open source “AMP” model: Apache Web server, the MySQL database system, and the PHP scripting language. The team of expert authors covers PHP scripting, database management, security, integration, and e-commerce functions and comes complete with a useful syntax reference.
* Showcases three fully functional Web site examples, with implementations for both Windows and Linux, that readers can incorporate into their own projects
* Updates include a new chapter …