Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.138.113.44
#!/bin/sh
### BEGIN INIT INFO
# Provides: apache2-XXX
# Required-Start: $local_fs $remote_fs $network $syslog $named
# Required-Stop: $local_fs $remote_fs $network $syslog $named
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# X-Interactive: true
# Short-Description: Start/stop apache2 web server (config /etc/apache2-XXX)
### END INIT INFO
#
# this init script can be installed as /etc/init.d/apache2-XXX
#
# source original init script to keep $0 and other arguments
. /etc/init.d/apache2
|