Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 2 of 2

This is a discussion on cPanel Training Seminar 2007 in the VPS & Dedicated forum
For any interested the cPanel Training Seminar 2007 material is now online in PDF format: http://trainingseminar.cpanel.net/ ...

  1. #1
    all about nothing! Frank Broughton's Avatar
    Join Date
    Jan 2006
    Posts
    2,158

    cPanel Training Seminar 2007

    For any interested the cPanel Training Seminar 2007 material is now online in PDF format:

    http://trainingseminar.cpanel.net/

  2. #2
    Loyal Client thisisit3's Avatar
    Join Date
    Mar 2007
    Posts
    642
    I read them all, some are interesting but overall they don't have anything new if you've been using cPanel for some time.

    I believe one or two are rather interesting and not documented elsewhere. One of those that i like is mod_evasive:

    Code:
    cd /usr/local/src
    wget http://www.zdziarski.com/projects/mod_evasive/mod_evasive_1.10.1.tar.gz
    tar -zxf mod_evasive_1.10.1.tar.gz
    cd mod_evasive
    /usr/local/apache/bin/apxs -cia mod_evasive.c
    Code:
    <IfModule mod_evasive.c>
    DOSHashTableSize 3097
    DOSPageCount 5
    DOSSiteCount 100
    DOSPageInterval 2
    DOSSiteInterval 2
    DOSBlockingPeriod 600
    </IfModule>
    if you have a really busy server then its worth using it.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •