- watch -n 0.5 lynx –dump http://localhost/server-status
- apachetop -q -T 100 /var/log/ispconfig/httpd/<DOMAINNAME>/access.log
- tail -f /var/log/apache2/other_vhosts_access.log
Tag: Apache
Force HTTP To HTTPS
RewriteCond %{HTTPS} !on RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}