minor correction docs/debian_nspawn_container_on_arch_for_testing_apache_configurations.md

This commit is contained in:
2017-07-09 20:44:10 -07:00
parent f9caa6f25c
commit 90ac906169
5 changed files with 15 additions and 13 deletions

View File

@ -57,6 +57,7 @@ without dbus. In this case use the following sequence of commands.
# start the container and login as root
systemd-nspawn -b -D <container name> --network-bridge=br0
# bring up networking so you can install dbus
systemctl enable/start systemd-networkd
# this is also a good time to install and configure locale
apt install dbus locales
# to configure locale
@ -88,7 +89,7 @@ tasksel install web-server
# enable mod ssl
a2enmod ssl ; systemctl restart apache2
# enable the default ssl test page
a2ensite /etc/apache2/sites-available/default-ssl.conf
a2ensite default-ssl.conf ; systemctl reload apache2
```
You'll be up and running with the default self-signed certs.