2016-07-25 02:54:40 +00:00
|
|
|
#!/bin/bash
|
2016-08-06 00:29:06 +00:00
|
|
|
# @app pluie/alpine-apache
|
|
|
|
# @author a-Sansara https://git.pluie.org/pluie/docker-images
|
2016-07-25 02:54:40 +00:00
|
|
|
|
|
|
|
. /scripts/common.sh
|
|
|
|
|
2016-08-04 01:00:33 +00:00
|
|
|
initTitle "Starting" "Apache Daemon"
|
2016-07-25 02:54:40 +00:00
|
|
|
httpd -D FOREGROUND
|