Sophie

Sophie

distrib > Mandriva > 9.2 > i586 > by-pkgid > 0f6bb0ea94bd7775bc315f08cafd27bc > files > 1

apache2-mod_benchmark-2.0.47_1.6a-1mdk.i586.rpm

<IfDefine HAVE_BENCHMARK>
  <IfModule !mod_benchmark.c>
    LoadModule benchmark_module    extramodules/mod_benchmark.so
  </IfModule>
</IfDefine>

# Partly taken from the mod_benchmark.c file, Sun Apr 13 2003
# -- 
# Regards // Oden Eriksson
# Deserve-IT Networks http://www.deserve-it.com

<IfModule mod_benchmark.c>

    LogFormat "%t %{BenchmarkElapsed}n %{BenchmarkScoreBoard}n \"%r\" %s %B" benchmark_log
    CustomLog logs/benchmark.log benchmark_log

    # BenchmarkTrace debug

    # ScoreBoardFile logs/apache_runtime_status
    # BenchmarkUseScoreBoard on

    # BenchmarkStore /usr/lib/apache2-extramodules/benchmark-mysql.so:localhost:benchmark:user:password
    # BenchmarkWithSysInfo on:/usr/lib/apache2-extramodules/sysstat2:/tmp/benchmark:5
    # BenchmarkAlertAction /usr/lib/apache2-extramodules/alerter.sh

    <Location />

	BenchmarkEngine on
	BenchmarkAccept \.html$|\.php$
	BenchmarkAlertLimit 200

    </Location>

</IfModule>