|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi all PHP newbie here,
1) I disabled IIS. 2) Loaded Apache 2.2.4 on Win2K3. 3) Loaded PHP 5.2.4 pretty much bare bones, but included MySQL, SMTP, SOAP and ZIP extensions. Installers: apache_2.2.4-win32-x86-openssl-0.9.8d.msi php-5.2.4-win32-installer.msi Installer changed the httpd.conf file and added the following: PHPIniDir "C:/Program Files/PHP/" LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll" AddType application/x-httpd-php .php Error log shows that PHP was configured: .... [Fri Sep 14 16:07:49 2007] [notice] Apache/2.2.4 (Win32) PHP/5.2.4 configured -- resuming normal operations [Fri Sep 14 16:07:49 2007] [notice] Server built: Jan 9 2007 23:17:20 .... If I add any PHP code to the index.html file it is ignored: <?php print "My Test"; ?> or <?php phpinfo(); ?> Any ideas? -- thanks, bill |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
"AlterEgo" <someone@dslextreme.com> wrote in message news:13em57122h92h15@corp.supernews.com... > Hi all PHP newbie here, > > 1) I disabled IIS. > 2) Loaded Apache 2.2.4 on Win2K3. > 3) Loaded PHP 5.2.4 pretty much bare bones, but included MySQL, SMTP, SOAP > and ZIP extensions. > > Installers: > apache_2.2.4-win32-x86-openssl-0.9.8d.msi > php-5.2.4-win32-installer.msi > > Installer changed the httpd.conf file and added the following: > PHPIniDir "C:/Program Files/PHP/" > LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll" > AddType application/x-httpd-php .php > > Error log shows that PHP was configured: > ... > [Fri Sep 14 16:07:49 2007] [notice] Apache/2.2.4 (Win32) PHP/5.2.4 > configured -- resuming normal operations > [Fri Sep 14 16:07:49 2007] [notice] Server built: Jan 9 2007 23:17:20 > ... > > If I add any PHP code to the index.html file it is ignored: Unless you want php tp process all html files, that's what should have happened. Try giving the file a .php extension. > > <?php print "My Test"; ?> > or > <?php phpinfo(); ?> > > Any ideas? > > -- thanks, bill HTH Vince |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
"Vince Morgan" <vinharAtHereoptusnet.com.au> wrote in message news:46eb2150$0$18304$afc38c87@news.optusnet.com.a u... > > "AlterEgo" <someone@dslextreme.com> wrote in message > news:13em57122h92h15@corp.supernews.com... >> Hi all PHP newbie here, >> >> 1) I disabled IIS. >> 2) Loaded Apache 2.2.4 on Win2K3. >> 3) Loaded PHP 5.2.4 pretty much bare bones, but included MySQL, SMTP, >> SOAP >> and ZIP extensions. >> >> Installers: >> apache_2.2.4-win32-x86-openssl-0.9.8d.msi >> php-5.2.4-win32-installer.msi >> >> Installer changed the httpd.conf file and added the following: >> PHPIniDir "C:/Program Files/PHP/" >> LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll" >> AddType application/x-httpd-php .php >> >> Error log shows that PHP was configured: >> ... >> [Fri Sep 14 16:07:49 2007] [notice] Apache/2.2.4 (Win32) PHP/5.2.4 >> configured -- resuming normal operations >> [Fri Sep 14 16:07:49 2007] [notice] Server built: Jan 9 2007 23:17:20 >> ... >> >> If I add any PHP code to the index.html file it is ignored: > > Unless you want php tp process all html files, that's what should have > happened. Try giving the file a .php extension. > >> >> <?php print "My Test"; ?> >> or >> <?php phpinfo(); ?> >> >> Any ideas? >> >> -- thanks, bill > > HTH > Vince > Thx Vince. Still couldn't get it running with Apache 2.2.x, but it works (with your clarification) on 2.0.59. |
|
![]() |
| Outils de la discussion | |
|
|