MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: //var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy/ModCloudflare.pm
package Cpanel::Easy::ModCloudflare;
# Created by Tyler Larson based on easyapache module for mod_rpaf 
our $easyconfig = {
    'version' => '$Rev: 1 $',
    'name'    => 'Mod CloudFlare',
    'note'    => 'CloudFlare reverse proxy support',
    'url'     => 'http://goo.gl/Tu7hY',
    'src_cd2' => 'mod_cloudflare',
    'hastargz' => 1,
    'step'    => {
        '0' => {
            'name'    => 'Compiling, installing, and activating',
            'command' => sub {
                my ($self) = @_;
                my ($rc, @msg) = $self->run_system_cmd_returnable( [ $self->_get_main_apxs_bin(), qw(-i -a -c mod_cloudflare.c)] );
                if (!$rc) { $self->print_alert_color('red', q{apxs mod_cloudflare.c failed}); }
                return ($rc, @msg);
            },            
        },
    },    
}; 
1;