]> gitweb.michael.orlitzky.com - mjo-overlay.git/blobdiff - www-apache/mod_log_rotate/files/10_mod_log_rotate.conf
www-apache/mod_log_rotate: new package with apache-2.4 support.
[mjo-overlay.git] / www-apache / mod_log_rotate / files / 10_mod_log_rotate.conf
diff --git a/www-apache/mod_log_rotate/files/10_mod_log_rotate.conf b/www-apache/mod_log_rotate/files/10_mod_log_rotate.conf
new file mode 100644 (file)
index 0000000..eb17b46
--- /dev/null
@@ -0,0 +1,6 @@
+<IfDefine LOG_ROTATE>
+LoadModule log_rotate_module modules/mod_log_rotate.so
+RotateLogs On
+</IfDefine>
+
+# vim: ts=4 filetype=apache