Changes

Jump to navigation Jump to search
274 bytes added ,  16:11, 22 May 2017
no edit summary
Line 26: Line 26:  
RewriteRule ^wp-includes/theme-compat/ - [F,L]
 
RewriteRule ^wp-includes/theme-compat/ - [F,L]
 
</IfModule>
 
</IfModule>
 +
</pre>
 +
 +
== Apache Log analyse on Console ==
 +
create a bash script called apache-analyse.sh
 +
enter:
 +
<pre>
 +
#!/bin/bash
 +
cat /var/log/apache2/access.log | awk '{ print $1 }' | sort | uniq -c
 +
exit 0
 +
</pre>
 +
System Echos like this:
 +
<pre>
 +
1573  www.domain2.de
 +
3568  www.domain3.de
 +
..
 
</pre>
 
</pre>

Navigation menu