Contents
動作確認環境
Windows10 64bit
ダウンロード
ダウンロード
>> 「XAMPP Windows」An easy to install Apache distribution containing MySQL, PHP, and Perl
↓
>> 「7.4.12」An easy to install Apache distribution containing MySQL, PHP, and Perl
↓
>> 「xampp-portable-windows-x64-7.4.12-0-VC15.zip」An easy to install Apache distribution containing MySQL, PHP, and Perl
Zipを展開
F:\Xam
にZipを展開
F:\Xam\xampp
setup_xampp.batを実行
setup_xampp.batを実行
xampp-control.exeを実行
xampp-control.exeを実行
xampp-control.exeを実行
ApacheとMySQLをスタート
スタートできない場合はエラーをチェック
1 2 3 4 5 |
20:28:50 [Apache] Problem detected! 20:28:50 [Apache] Port 80 in use by "Unable to open process" with PID 4! 20:28:50 [Apache] Apache WILL NOT start without the configured ports free! 20:28:50 [Apache] You need to uninstall/disable/reconfigure the blocking application 20:28:50 [Apache] or reconfigure Apache and the Control Panel to listen on a different port |
[Config]でポートを変更
[Config] > Apache(httpd.conf)
Listen 80
を
Listen 81
に変更