open https://gitpod.io#https://github.com/gitpod-io/apache-example
- use the Dockerfile to configure Apache
- optional: use a custom and minimal apache.conf. If you don't do this, the default from workspace-full will be used.
- follow the Apache logs in the Gitpod Terminal View via multitail
- run apache on port 8080
apachectl start
- start Apache Web Server (it's started automatically on workspace launch)apachectl stop
- stop Apache Web Servergp open /var/log/apache2/access.log
- Open Apache access.log in Gitpod editorgp open /var/log/apache2/error.log
- Open Apache error.log in Gitpod editormultitail /var/log/apache2/access.log -I /var/log/apache2/error.log
- View and follow logs in Terminal