Salve scusate mi sapete illuminare?

Dunque ho cambiato il percorso del document root
ed ho sostituito sia qui:
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "D:/Root_PHP/www"
Che qui:
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "D:/Root_PHP/www">
Poi dal prompt di Dos ho arrestato Apache (apache -k stop) e quando vado a riavviarlo (apache -k restart)
mi da questo errore:
codice:
Cannot read apache PID file d:/programmi/apache group/apache/logs/httpd.pid
Se guardo nella directory quel file no esiste.. se lo creo manualmente mi da come errore che è vuoto..

come poso risolvere?