我用的是eclipse,加上了phpEclipse1.2.3插件,
下载了xampp1.7.2,并解压到d: 下.
想设置在eclipse环境下启动apache.
于是在Eclipse的windows菜单下,选Preferences -->PHPeclipse -->PHP External Tools -->Apache进行设置,
设置如下:Start Apache: -c "DocumentRoot {0}"
          Stop  Apache: -k shutdown
          Restart Apache: -k restart
完成后,网上资料说,Apache 要设置成 D:\xampp-1.7.2\xampp\apache\bin\Apache.exe.
但是在D:\xampp-1.7.2\xampp\apache\bin目录下,找不到Apache.exe。该怎么办?