Apache module : mod_bandwidth

Bandwidth management module for the Apache webserver

Mod_bandwidth” is a module for the Apache webserver that enable the setting of server-wide or per connection bandwidth limits, based on the directory, size of files and remote IP/domain.

“mod_bandwidth” software is copyright Yann Stettler and CohProg SàRL. It’s distributed “as is” under the Apache Group licence.

Reference: http://www.cohprog.com/v3/bandwidth/doc-en.html

Apache Module mod_unique_id

Description: Provides an environment variable with a unique identifier for each request
Status: Extension
Module Identifier: unique_id_module
Source File: mod_unique_id.c

Summary

This module provides a magic token for each request which is guaranteed to be unique across “all” requests under very specific conditions. The unique identifier is even unique across multiple machines in a properly configured cluster of machines. The environment variable UNIQUE_ID is set to the identifier for each request.

Reference: http://httpd.apache.org/docs/2.2/mod/mod_unique_id.html

Cpanel Encoders available when PHP is enabled.

Suhosin for PHP
SourceGuardian Loader for PHP
Zend Optimizer for PHP
EAccelerator for PHP
IonCube Loader for PHP

A loader handles the reading and execution of encoded files at runtime.

Reference:

http://www.hardened-php.net/suhosin/
http://www.sourceguardian.com/encoder_help/index.html
http://www.zend.com/en/resources/zend-documentation/
http://eaccelerator.net/


Custom Configure Flags

Custom Configure Flags

Custom configure flags (also known as “raw opts”) are lines of data that advanced users can add to a specific file on the server in order to customize the configuration of Apache or PHP builds.

To add custom configure flags, you must know the version of Apache and PHP to which you need to add the flag. EasyApache allows you to specify any configure option supported by Apache and/or PHP. Simply place the option in the appropriate file; the files are as follows:

For Apache 1.3.x — /var/cpanel/easy/apache/rawopts/Apache1
For Apache 2.0.x — /var/cpanel/easy/apache/rawopts/Apache2
For Apache 2.2.x — /var/cpanel/easy/apache/rawopts/Apache2_2
For all PHP 4.x versions — /var/cpanel/easy/apache/rawopts/all_php4
For all PHP 5.x versions — /var/cpanel/easy/apache/rawopts/all_php5
For Mod_suPHP — /var/cpanel/easy/apache/rawopts/all_suphp
For a specific PHP Version — /var/cpanel/easy/apache/rawopts/PHP-X.X.X


cPanel Security Tokens

cPanel Security Tokens

cPanel have added numerous security features to cPanel/WHM 11.25. cPanel security token system attempts to prevent cross-site request forgery (XSRF) attacks by appending URLs with a session token in the form of cpsess[number].

When this feature is enabled, absolute URLs are no longer allowed. This new feature helps to ensure a safe environment.

« Prev - Next »