OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
doc
/
apache2
/
examples
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:13:43 AM
rwxr-xr-x
📄
apache2.monit
284 bytes
02/23/2021 04:35:16 PM
rw-r--r--
📄
secondary-init-script
524 bytes
02/23/2021 04:35:16 PM
rw-r--r--
📄
setup-instance
1.69 KB
04/26/2022 12:46:43 AM
rw-r--r--
Editing: secondary-init-script
Close
#!/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