Ho scaricato e installato l'ultima versione di apache 2.2.4 e php 5.2.1
Installo il tutto e apache non parte.
Faccio il test e mi esce questo:
La riga è questa:codice:httpd.exe: Syntax error on line 117 of C:/Programmi/Apache Software Foundation/A pache2.2/conf/httpd.conf: Cannot load C:/php/php5apache2.dll into server: Imposs ibile trovare il modulo specificato. Note the errors or messages above, and press the <ESC> key to exit. 28...
mi sembra tutto apostocodice:# Start Php integration LoadModule php5_module "c:/php/php5apache2.dll" AddType application/x-httpd-php .php PhpIniDir "C:/php" # End Php integration
e questo è lo screen con il file php5apache2.dll
quale potrebbe essere il problema?
grazie
////////////////////////////////////////////////////////////////////////
edit:
ho puntato il LoadModule su php5apache2_2.dll ed ora mi da questo errore:
la riga è la seguente:codice:Syntax error on line 165 of C:/Programmi/Apache Software Foundation/Apache2.2/co nf/httpd.conf: <Directory> directive requires additional arguments Note the errors or messages above, and press the <ESC> key to exit. 27...
possibile che su linux vada tutto :|codice:<Directory> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all Satisfy all </Directory>
////////////////////////////////////////////////////////////////////////
edit:
Ho rifatto il procedimento è ho notato che l'errore di collegamento nasce quando cambio la DocumentRoot da "blablabla/htdocs" a "C:/www"
![]()


Rispondi quotando