ports/security/ossec-hids-local-config/files/template-logs-apache.xml.in
Steve Wills 868061ef79 security/ossec-hids-server: update from 2.8.3 to 3.1.0
PR:		232794
Submitted by:	Dominik Lisiak <dominik.lisiak@bemsoft.pl> (maintainer)
2018-11-09 18:52:21 +00:00

28 lines
678 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<template_config os="FreeBSD" profile="%%LOGS_APACHE_PROFILE%%">
<localfile>
<log_format>apache</log_format>
<location>/var/log/httpd-error.log</location>
</localfile>
<localfile>
<log_format>apache</log_format>
<location>/var/log/httpd-access.log</location>
</localfile>
</template_config>
<template_config os="Linux" profile="%%LOGS_APACHE_PROFILE%%">
<localfile>
<log_format>apache</log_format>
<location>/var/log/apache2/error.log</location>
</localfile>
<localfile>
<log_format>apache</log_format>
<location>/var/log/apache2/access.log</location>
</localfile>
</template_config>