Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use "apachectl -D FOREGROUND" instead of "apache -D FOREGROUND" #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ infrabricks/httpd 2.2 ffdb1d64ba4d 8 minutes ago
-e APACHE_LOCK_DIR=/var/run/lock \
-e APACHE_PID_FILE=/var/log/apache2/apache.pid \
infrabricks/httpd:2.2 \
/usr/sbin/apache2 -D FOREGROUND
/usr/sbin/apachectl -D FOREGROUND
04cbe4ab97d71594b4b5383d07d8a499691be1dd5e027482edea48e7fe685084

vagrant@docker-workshop:~$ netstat -nltp | grep 8000
Expand Down