ReePrime
video tutorial apache

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

video tutorial apache

E
Eduardo Querales

56 Views • Jun 20, 2014

Description

http://httpd.apache.org/download.cgi
http://windows.php.net/downloads/releases/archives
http://dev.mysql.com/downloads/file.php?id=452188

httpd-php

#load the php main library to avoid dll hell
Loadfile "C:\Program Files\PHP\php5ts.dll"
#load the sapi so that apache can use php
LoadModule php5_module "C:\Program Files\PHP\php5apache2_2.dll"
#set the php.ini location so that you don't have to waste time guessing where it is
PHPIniDir "C:\php"
#Hook the php file extensions
AddHandler application/x-httpd-php .php
AddHandler application/x-httpd-php-source .phps