Warning about bad shutdown preventing Apache from starting?

For some time, Apache has refused to start. The only thing in the error logs is:

[Thu Dec 10 20:48:39 2009] [warn] pid file C: /wamp/bin/apache/Apache2.2.14/logs/httpd.pid overwritten - Fuzzy closing the previous start of Apache?
[Thu Dec 10 20:49:18 2009] [warn] pid file C: /wamp/bin/apache/Apache2.2.14/logs/httpd.pid overwritten - Fuzzy closing previous start of Apache?
[Thu Dec 10 20:50:22 2009] [warn] pid file C: /wamp/bin/apache/Apache2.2.14/logs/httpd.pid overwritten - Fuzzy closing previous start of Apache?
[Thu Dec 10 21:07:20 2009] [warn] pid file C: /wamp/bin/apache/Apache2.2.14/logs/httpd.pid overwritten - Fuzzy closing previous start of Apache?
[Thu Dec 10 21:07:52 2009] [warn] pid file C: /wamp/bin/apache/Apache2.2.14/logs/httpd.pid overwritten - Fuzzy closing previous start of Apache?

Seeing how this is just a warning, I don’t see how this can prevent Apache from working, but it is. I rebooted the computer several times, installed and disabled the service, but nothing works.

Is this a common problem? Or is it something specific?

+5
source share
5 answers

This is a lock file, which means that Apache is already running. If you kill the program (or it fails), and this file is left behind, a new instance of the program will not be launched.

Just delete the file, and then you can open new instances of Apache.

+12
source

- , httpd.pid.
. , php.ini

; extension = php _ **. dll// Windows

**. linux

+4

, http.pid, php - php.ini .dll. , PHP , php.ini, Apache . , no-no.

+2

, ( ) httpd ( , Xampp), ( Windows), .

0

"extension php_pgsql.dll" modificaitons php.ini.

extension=php_mysql.dll
extension=php_pdo.dll
extension=php_pdo_mysql.dll

extension=php_pgsql.dll

, google, . , apache2 .

0

All Articles