xamppでApacheを起動するとThis may be due to a blocked port, missing dependencies, improper privileges, a crash, or a shutdown by another method. Press the Logs button to view error logs and check the Windows Event Viewer for more clues If you need more help, copy and post this entire log window on the forumsとエラーが表示される時の対処法
ポート番号を調べるのが最初ではありますが、
ありがちな例を紹介します。
httpd.confや、confディレクトリ下のconfの、
ファイル内に記載されてる各種パスが間違ってる…
何故か、/xampp/apache/…で始まる記載だが、
実際はC:/pleiades/xampp/apache/…なんですけど、等。
この場合も、上記のエラーメッセージが出て起動しません。
対処法は、当然、パスの編集です。