logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: httpd-2.2.24-win32 issue...
Author
snovakov



Joined: 21 May 2013
Posts: 3
Location: USA, Grapevine

PostPosted: Wed 22 May '13 0:17    Post subject: httpd-2.2.24-win32 issue... Reply with quote

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

PostPosted: Wed 22 May '13 8:12    Post subject: Re: httpd-2.2.24-win32 issue... Reply with quote

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


Reply to topic   Topic: httpd-2.2.24-win32 issue... View previous topic :: View next topic
Post new topic   Forum Index -> Apache