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: specifying error log file in php.ini prevents apache start
Author
lawrie34



Joined: 14 Nov 2008
Posts: 2

PostPosted: Wed 30 Nov '11 12:24    Post subject: specifying error log file in php.ini prevents apache start Reply with quote

I have installed Apache 2.2.21, PHP 5.3.8 on windows 7. If I specify an error log file in php.ini, the Apache server won't start. All is fine if I let it default to the apache log file, or log errors to syslog.
This used to be ok on Apache 2.2.14 / PHP 5.2.9.
Can anyone suggest what the problem is?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7364
Location: Germany, Next to Hamburg

PostPosted: Wed 30 Nov '11 18:16    Post subject: Reply with quote

it would help a lot, if you post the line in php.ini that you tried for the error log.
Back to top
lawrie34



Joined: 14 Nov 2008
Posts: 2

PostPosted: Wed 30 Nov '11 18:45    Post subject: Reply with quote

The line is:

error_log = "c:\apache\htdocs\logs\error_log.txt"

and the error is:
Error 1067: The service terminated unexpectedly
Back to top


Reply to topic   Topic: specifying error log file in php.ini prevents apache start View previous topic :: View next topic
Post new topic   Forum Index -> Apache