Login   Register  
PHP Classes
elePHPant
Icontem

File: include/dist-cfg-gentoo.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2014-01-25 01:45
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");
?>