Matrixbob
02-07-2010, 13:41
Versioni interessate:
httpd-2.2.15-win32-x86-openssl-0.9.8m-r2.msi
php-5.3.2-Win32-VC6-x86.msi (che cannava l'installazione)
http://img686.imageshack.us/img686/7061/46029137.png
php-5.3.2-Win32-VC6-x86.zip (il buon vecchio archivio)
Sto seguendo il relativo paragrafo del install.txt dell'archivio di PHP:
Installing as an Apache module
You should add the following lines to your Apache httpd.conf file:
Example 2-3. PHP as an Apache 1.3.x module
This assumes PHP is installed to c:\php. Adjust the path if this is not
the case.
For PHP 5:
# Add to the end of the LoadModule section
LoadModule php5_module "C:/php/php5apache.dll"
# Add to the end of the AddModule section
AddModule mod_php5.c
For both:
# Add this line inside the <IfModule mod_mime.c> conditional brace
AddType application/x-httpd-php .php
# For syntax highlighted .phps files, also add
AddType application/x-httpd-php-source .phps
, ma Apache fa ToroSeduto e non ne vuol sapere di ripartire in questo modo. :boh::muro:
httpd-2.2.15-win32-x86-openssl-0.9.8m-r2.msi
php-5.3.2-Win32-VC6-x86.msi (che cannava l'installazione)
http://img686.imageshack.us/img686/7061/46029137.png
php-5.3.2-Win32-VC6-x86.zip (il buon vecchio archivio)
Sto seguendo il relativo paragrafo del install.txt dell'archivio di PHP:
Installing as an Apache module
You should add the following lines to your Apache httpd.conf file:
Example 2-3. PHP as an Apache 1.3.x module
This assumes PHP is installed to c:\php. Adjust the path if this is not
the case.
For PHP 5:
# Add to the end of the LoadModule section
LoadModule php5_module "C:/php/php5apache.dll"
# Add to the end of the AddModule section
AddModule mod_php5.c
For both:
# Add this line inside the <IfModule mod_mime.c> conditional brace
AddType application/x-httpd-php .php
# For syntax highlighted .phps files, also add
AddType application/x-httpd-php-source .phps
, ma Apache fa ToroSeduto e non ne vuol sapere di ripartire in questo modo. :boh::muro: