feature: initial commit for all new image changes
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash -e
|
||||
################################################################################
|
||||
## File: install-apache.sh
|
||||
## Desc: Install Apache HTTP Server
|
||||
################################################################################
|
||||
|
||||
# Install Apache
|
||||
apt-get install apache2
|
||||
|
||||
# Disable apache2.service
|
||||
systemctl is-active --quiet apache2.service && systemctl stop apache2.service
|
||||
systemctl disable apache2.service
|
||||
|
||||
invoke_tests "WebServers" "Apache"
|
||||
Reference in New Issue
Block a user