Einzelnen Beitrag anzeigen
  #1  
Alt 15.04.2016, 15:50:30
Ade85 Ade85 ist offline
Anfänger
 
Registriert seit: Apr 2016
Alter: 39
Beiträge: 1
wiederholte Ausführung killt Apache

Hallo SelfPHP Forum,

ich habe ein PHP-Script geschrieben, dass wiederholt eine EXE-Datei mit veränderten Eingabeparametern durchführt. Nach einer bestimmten Anzahl an Ausführungen dieses EXE-Programms will sich Apache (XAMPP) auf meinem lokalen Computer immer herunterfahren:

15:32:28 [Apache] Problem killing PID 3076
15:32:28 [Apache] Check that you have the proper privileges
15:32:28 [Apache] Attempting to stop Apache (PID: 7000)
15:32:28 [Apache] Problem killing PID 7000
15:32:28 [Apache] Check that you have the proper privileges
15:32:28 [Apache] Attempting to stop Apache (PID: 2696)
15:32:28 [Apache] Problem killing PID 2696
15:32:28 [Apache] Check that you have the proper privileges
15:32:28 [Apache] Attempting to stop Apache (PID: 3076)
15:32:28 [Apache] Problem killing PID 3076
15:32:28 [Apache] Check that you have the proper privileges
15:32:28 [Apache] Attempting to stop Apache (PID: 7000)
15:32:28 [Apache] Problem killing PID 7000
15:32:28 [Apache] Check that you have the proper privileges
15:32:28 [Apache] Status change detected: stopped

Ich vermute, dass Apache denkt es sei ein Hacker-Angriff. Gibt es in der httpd-Konfigurationsdatei einen Parameter, den man einstellen kann, damit Apache dieses Shutdown-Vorgang nicht ausführt und es lässt die Privilegien zu prüfen?

MfG Ade85
Mit Zitat antworten