


This post has been edited 1 times, last edit by "Ultimaster" (Jun 23rd 2012, 8:19pm)
Quoted
Step1. Edit /etc/apache2/apache2.conf:
vim /etc/apache2/apache2.conf
Here we will create a filter called local or any other name you want:
# Filters
SetEnvIf REMOTE_ADDR “127.0.0.1″ local
SetEnvIf REMOTE_ADDR “: a” local
Step2. Enable this filter definition file for your sites:
We must change the following line in all sites enabled in /etc/apache2/sites-enabled/ folder:
CustomLog / var/log/apache2/www-access.log combined env =! Local
Step3. Restart apache2.
/etc/init.d/apache2 restart
Enjoy.
kann ich den bei mir auch einfach in der php.ini hochsetzen, oder muss es in meinem fall vom hoster gesetzt werden?

Forum Software: Burning Board® 3.1.7, developed by WoltLab® GmbH