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: Apache wont run....
Author
hrgruzom



Joined: 19 Nov 2007
Posts: 2

PostPosted: Mon 19 Nov '07 22:58    Post subject: Apache wont run.... Reply with quote

When I have this in my httpd.conf:

LoadModule php5_module "C:/php/php5apache2.dll"
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
PHPIniDir "C:/php"

But when I do this:

LoadModule php5_module "C:/php/php5apache2.dll"
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
#PHPIniDir "C:/php"


...it works... But why?

Thanks for answer
Back to top
hrgruzom



Joined: 19 Nov 2007
Posts: 2

PostPosted: Mon 19 Nov '07 23:03    Post subject: Reply with quote

I forgot:

I use Apache 2.0.59 and php 5.2.5
Back to top


Reply to topic   Topic: Apache wont run.... View previous topic :: View next topic
Post new topic   Forum Index -> Apache