Author |
|
darkangel
Joined: 30 Jan 2010 Posts: 5
|
Posted: Sat 30 Jan '10 20:26 Post subject: Which PHP DLL should I be using with Apache from this site? |
|
|
Hi,
I installed "httpd-2.2.14-win32-x86-ssl.zip" from http://www.apachelounge.com/download/ (just extracted it and overwrote the config, htdocs, and logs).
Which PHP DLL should I be using with it? I've tried "php5apache2_2.dll" from "php-5.3.1-Win32-VC9-x86.msi", but PHP is not working for some reason (the raw PHP code is just output to the browser).
OS: Windows 7 Home Premium.
Config:
PHPIniDir "C:/Program Files (x86)/PHP/5.3/"
LoadModule php5_module "C:/Program Files (x86)/PHP/5.3/php5apache2_2.dll"
Any help would be appreciated.
_da. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Sun 31 Jan '10 0:17 Post subject: |
|
|
Well I guess your forgot to add AddHandler application/x-httpd-php .php or does apache crash and there is something in the error log?
Or maybe it is the short tag problem using <? instead of <?php ? |
|
Back to top |
|
darkangel
Joined: 30 Jan 2010 Posts: 5
|
Posted: Sun 31 Jan '10 14:07 Post subject: |
|
|
James Blond wrote: | Well I guess your forgot to add AddHandler application/x-httpd-php .php or does apache crash and there is something in the error log?
Or maybe it is the short tag problem using <? instead of <?php ? |
Hmm, I tried again and now it's working!
Thanks. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Sun 31 Jan '10 23:38 Post subject: |
|
|
What was the issue? Just restarting? |
|
Back to top |
|
darkangel
Joined: 30 Jan 2010 Posts: 5
|
Posted: Wed 03 Feb '10 16:27 Post subject: |
|
|
James Blond wrote: | What was the issue? Just restarting? |
Possibly – I'm not sure. |
|
Back to top |
|