🔔 🔔 🔔 Duyuru: 24. Yılımıza özel indirimler sizleri bekliyor ! Kampanya Kodu : TDATA2024 | Detaylı bilgi için tıklayınız.

Install custom Modules


Install custom Modules


We can use custom modules such as Apache and PHP modules also known as “Opt Mods” and “optmods” through the EasyApache system. You can access these modules from both the command line and the WHM interface. EasyApache will compile these custom modules as well as all the other modules you select into PHP and Apache.

How to install custome module

Use the following steps at the command line to install custom modules.

cd  /var/cpanel/easy/apache/custom_opt_mods/

Download your custome module for example mod_GeoIP

wget http://docs.cpanel.net/twiki/pub/EasyApache/EasyApacheCustomModules/custom_opt_mod-mod_geoip.tar.gz

tar -zxvf custom_opt_mod-mod_geoip.tar.gz

Easy apache

/scripts/easyapache

Remove custom module

In order to remove a custom module from the server, delete the files associated with that custom module folder. after that run EasyApache.

You can refer custom modules documentation for more information.

WHM — Navigate to Home >> Software >> EasyApache (Apache Update) >> Help >> Cpanel::Easy Framework POD
or
/scripts/easyapache –perldoc

If you have problems when you build Apache with custom modules, execute the /scripts/easyapache –skip-custom-optmods command to revert back all the default settings.

Example modules.
ModuleDescriptionLinks
mod_auth_mysql This module allows you to authenticate users and authorize access through a MySQL database. Supports Apache 1.3 and 2.0 only. Download
Information
mod_GeoIP This module looks up the IP address of the client web user in the GeoIP database. Download
Information
mod_wsgi This module embeds the Python interpreter into Apache for faster Python applications. Information
GD with JIS-mapped Japanese font support This module provides JIS-mapped Japanese font support for the GD library under PHP5. Download
Turkish locale patch for PHP5 This module improves PHP5 support for the Turkish locale. Download
suPHP PAM patch This module allows you to use limits (/etc/security*.conf) with suPHP. Download
Information
mpm-itk This module lets you run each virtual host with its own UID and GID. Download
Information
PHP4 This module allows you to use PHP version 4.
Warning: PHP 4 is no longer supported in EasyApache 3.15 and later versions. See the cPanel press release for more information.
Download
mod_reqtimeout This module allows you to mitigate slowloris attacks. Download
Information
mod_remoteip This module replaces the original client IP address with the useragent IP address that is configured with the RemoteIPHeader directive. Download
Information
mod_pagespeed This module allows you to install the mod_pagespeed module via EasyApache. Download
Informatio
Bu cevap yeterince yardımcı oldu mu?

Diğer Dökümanlar


  • What is cPanel and how to access it?

    CPanel is a fully featured web-based control panel that allows you to manage your domain through a web interface. cPanel gives you complete control over a vast amount of functions, streamlining...

  • CloudFlare Plugin install on cpanel

    CloudFlare is a performance and security service. With 14 points of presence around the world, a website on CloudFlare typically loads twice as fast, uses 65% less server resources, saves 60% of...

  • Enable Cronjob in cpanel and examples

    What is cron? It is the scheduling daemon of the Linux operating system Cron jobs allow you to automate repetitive tasks on the server that hosts your web site. This is a powerful tool that allows...

  • What is Anonymous FTP and how to enable it

    Anonymous FTP allows you and others that you give permission to, to access your “public_ftp” folder. There are two options available: 1. ftp://ftp.yourdomain.com –This allows...

  • Unable to connect cpanel using IP/whm and IP/cpanel

    If cpanel cannot be accessed using IP/whm and IP/cpanel, but can be accessed using IP:2086 and IP:2082, then here goes the solution for the same. The reason for this issue due to missing some...