Apacheconfigurationphp时不会启动

我正在尝试使用apache 2.2.17configurationphp 5.3.6。 Apache运行良好,但不会启动一旦我添加到httpd.conf为PHP的条目。 当我尝试启动apache时,错误日志也停止了input。

这里是我添加的条目,在http.conf中的相应位置

AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps DirectoryIndex index.html index.php LoadModule php5_module "C:/Program Files (x86)/PHP/php5apache2_2.dll" PHPIniDir "C:/Program Files (x86)/PHP" 

我一直在研究这个,但一直没能find我做错了什么。 我加了双引号的path,因为有他们的空间,这解决了日志中的loadmodule错误,只是现在我没有信息去我缺less什么。 任何帮助,将不胜感激。 我宁愿不使用所有在一个安装程序,如wamp服务器等,谢谢!