Diferencia entre revisiones de «Instalación Mapuche»
De Wiki
(→Instalación Apache) |
(→Despues del último #LoadModule) |
||
Línea 25: | Línea 25: | ||
LoadModule php5_module "c:/php/php5apache2_2.dll" | LoadModule php5_module "c:/php/php5apache2_2.dll" | ||
<IfModule php5_module> | <IfModule php5_module> | ||
− | + | AddType application/x-httpd-php .php | |
− | + | PHPIniDir c:/php/ | |
− | + | DirectoryIndex index.php index.html | |
</IfModule> | </IfModule> | ||
==Instalación Php== | ==Instalación Php== |
Revisión del 10:10 13 feb 2013
Contenido
Necesitamos:
Carpetas donde instalaremos lo necesario
Crear Carpeta Php en c:/ Crear Carpeya Apache en c:/
Descargar postgres
http://www.postgresql.org/ Versión que instale yo (Postgresql-8.3.15-1-windows.exe)
Descargar php
http://php.net/ Version que instale yo (php-5.3.21-Win32-VC9-x86.zip)
Descargar Apache
Version que instala yo (httpd-2.4.3-win32.zip)
Instalacion y Configuracion
Instalación Postgres
Instalación Apache
Despues del último #LoadModule
LoadModule php5_module "c:/php/php5apache2_2.dll" <IfModule php5_module> AddType application/x-httpd-php .php PHPIniDir c:/php/ DirectoryIndex index.php index.html </IfModule>