UnknownSec Bypass
403
:
/
proc
/
thread-self
/
root
/
opt
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
apachemonitor.sh
#!/bin/bash log=/opt/apachemonitor.log if [ $(/etc/init.d/apache2 status | grep -v grep | grep 'Active: active' | wc -l) -gt 0 ] then echo "Apache is running: `date +%d-%m-%Y_%H:%M:%S`" else /etc/init.d/apache2 stop /etc/init.d/apache2 start echo "Apache Restart: `date +%d-%m-%Y_%H:%M:%S`" >> $log fi
Copyright © 2026 - UnknownSec