
Menu:
Jaromír Adámek - www.Adamek.biz
Apache 2.0.52 + PHP 5.1.4 windows server configuration.
Apache 2.0.52 + PHP 5.1.4
0===========================0
For the details about PHP configuration
look to the file "install.txt".
Unpack PHP zip file to the directory
"C:/Program Files/Apache Group/Apache2/php/"
Apache - httpd.conf
0-------------------0
ServerName localhost
DocumentRoot "D:/"
maybe it isn't necesery, i don't know...
DirectoryIndex index.php index.html
ScriptAlias /php/ "C:/Program Files/Apache Group/Apache2/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php-cgi.exe"
PHP - php.ini
0-------------0
copy file "php.ini-dist" to the Windows directory root
and rename it to the "php.ini"
extension_dir = "./"
take this line as is
Copyright 1999-2010 www.Adamek.biz Jaromir Adamek All rights reserved.