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: Apache wont run.... |
|
Author |
|
hrgruzom
Joined: 19 Nov 2007 Posts: 2
|
Posted: Mon 19 Nov '07 22:58 Post subject: Apache wont run.... |
|
|
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
|
Posted: Mon 19 Nov '07 23:03 Post subject: |
|
|
I forgot:
I use Apache 2.0.59 and php 5.2.5 |
|
Back to top |
|
|
|
|
|
|