Apacheを使用した簡単なWebサーバー
VSCode + Remote Containerを使用
参考: Developing inside a Container using Visual Studio Code Remote Development
Apacheの起動
service apache2 start
http://127.0.0.1:8000 に/www/html/index.html
が表示される
Apacheを使用した簡単なWebサーバー
VSCode + Remote Containerを使用
参考: Developing inside a Container using Visual Studio Code Remote Development
Apacheの起動
service apache2 start
http://127.0.0.1:8000 に/www/html/index.html
が表示される