![]() Server : Apache/2.4.52 (Ubuntu) System : Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64 User : www-data ( 33) PHP Version : 8.1.2-1ubuntu2.21 Disable Function : NONE Directory : /usr/share/doc/apache2/examples/ |
#!/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