Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

apache show connections

#enable status module
sudo a2enmod status

#Open /etc/apache2/mods-enabled/status.conf and add your ip:
   
<Location /server-status>
    SetHandler server-status
    Require local
    Require ip your.ip.address.here
</Location>
    
#resart apache    
sudo service apache2 restart

#see server/apache status at www.yourwebsite.com/server-status
Comment

PREVIOUS NEXT
Code Example
Shell :: determine if command exists 
Shell :: nextcloud config.php location docker 
Shell :: wc command 
Shell :: awk print all columns 
Shell :: git supprimer branche origin 
Shell :: p4merge git config 
Shell :: open download folder in mac 
Shell :: git clone all repositories in organization 
Shell :: mysqltuner mysql administrator password in plesk server 
Shell :: Problem 1: problem with installed package podman-docker-2.2.1-7.module_el8.3.0+699+d61d9c41.noarch 
Shell :: curl cookie get 
Shell :: gitlab gitignore not working 
Shell :: sed replace baskslash with forwardslash 
Shell :: auto finish zsh 
Shell :: How to show date and complete time on the Ubuntu Top Panel 
Shell :: task manager opera browser 
Shell :: grafana for linux download ubuntu 
Shell :: ubuntu check usb connections 
Shell :: where do you install composer 
Shell :: find rm files older 
Shell :: snap scrcpy 
Shell :: change line endings script for directory 
Shell :: creating splash screen for nativescript 
Shell :: laravel installer version 
Shell :: bash script wget 
Shell :: kill a port in linux 
Shell :: duf in apt ubuntu 
Shell :: install stremio ubuntu 20.04 
Shell :: git checkout -q error: you need to resolve your current index first 
Shell :: ettercap mac 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =