Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: httpd-2.2.24-win32 issue... |
|
Author |
|
snovakov
Joined: 21 May 2013 Posts: 3 Location: USA, Grapevine
|
Posted: Wed 22 May '13 0:17 Post subject: httpd-2.2.24-win32 issue... |
|
|
Am having an issue with Apache 2.2.24 interacting with php-5.3.25-Win32-VC9-x86.
Apache is successfully loading the php5apache2_2.dll file (which is in C:\php location), but PHP is not working in browser.
Area of httpd.conf 'linking' PHP and Apache looks like:
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "C:\php\"
LoadModule php5_module "C:\php\php5apache2_2.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
~ Steven[/code] |
|
Back to top |
|
glsmith Moderator

Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Wed 22 May '13 8:12 Post subject: Re: httpd-2.2.24-win32 issue... |
|
|
snovakov wrote: |
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "C:\php\"
LoadModule php5_module "C:\php\php5apache2_2.dll"
AddHandler application/x-httpd-php .php
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
|
|
|
Back to top |
|
|
|
|
|
|