PHP Classes

File: include/dist-cfg-gentoo.php

Recommend this page to a friend!
  Classes of Rolands Kusins   PHP Block Host   include/dist-cfg-gentoo.php   Download  
File: include/dist-cfg-gentoo.php
Role: Configuration script
Content type: text/plain
Description: Gentoo specific configuration
Class: PHP Block Host
Parse logs and block suspicious hosts
Author: By
Last change:
Date: 10 years ago
Size: 313 bytes
 

Contents

Class file image Download
<?php
// Path to configuration file
define("CONFIG_PATH","/etc/hostblock.ini");
// Path to working directory (where data will be stored)
define("WORKDIR_PATH","/var/lib/hostblock");
// Path to log file directory
define("LOGDIR_PATH","/var/log");
// Path to PID file
define("PID_PATH","/var/run/hostblock.pid");
?>