📜 ⬆️ ⬇️

CentALT repository for CentOS 6.x / RHEL 6.x

Created package repository for CentOS 6.x / RHEL 6.x.

While the composition of the repository is:

Conntrack-tools - the package contains utilities for manipulating conntrack connections from userspace;

Dnstop - utility allows you to analyze requests to your DNS server;
')
Dns_flood_detector - the utility allows you to identify which of the ip addresses make more than X queries per second to your DNS server;

Dovecot - latest version POP3 / IMAP server

Postfix is ​​a very popular MTA. The build is performed with the support of the MySQL database, PostgreSQL, and the VDA patch is also included in the build;

Mc - Console file manager Midnight Commander;

Http - latest version of apache web server with ITK patches;

Mod_rpaf is a module for apache for replacing REMOTE_ADDR on a backend server with the value transferred from the frontend via the X-Forwarded-For header. Allows you to hide the frontend / backend separation from scripts and see the normal IP of users, instead of the IP frontend.

Mod_realip2 is a similar module (mod_rpaf) for apache to replace REMOTE_ADDR on the backend server with the value transferred from the frontend via the X-Forwarded-For header. Allows you to hide the frontend / backend separation from scripts and see the normal IP of users, instead of the IP frontend.

Mysql - The latest version of MySQL branch 5.5.x;

Nginx - Two different versions of this web server are available in the repository:

The nginx package is the development version of nginx.
Nginx -V output
configure arguments:
--user=nginx
--group=nginx
--prefix=/usr/share/nginx
--sbin-path=/usr/sbin/nginx
--conf-path=/etc/nginx/nginx.conf
--error-log-path=/var/log/nginx/error.log
--http-log-path=/var/log/nginx/access.log
--http-client-body-temp-path=/var/lib/nginx/tmp/client_body
--http-proxy-temp-path=/var/lib/nginx/tmp/proxy
--http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi
--http-uwsgi-temp-path=/var/lib/nginx/tmp/uwsgi
--http-scgi-temp-path=/var/lib/nginx/tmp/scgi
--pid-path=/var/run/nginx.pid
--lock-path=/var/lock/subsys/nginx
--with-http_secure_link_module
--with-http_random_index_module
--with-http_ssl_module
--with-http_realip_module
--with-http_addition_module
--with-http_sub_module
--with-http_dav_module
--with-http_flv_module
--with-http_mp4_module
--with-http_gzip_static_module
--with-http_degradation_module
--with-http_stub_status_module
--with-http_perl_module
--with-http_geoip_module
--with-mail
--with-mail_ssl_module

--add-module=/builddir/build/BUILD/nginx-1.1.11/nginx-upstream-fair
--add-module=/builddir/build/BUILD/nginx-1.1.11/nginx-upload-progress-module
--add-module=/builddir/build/BUILD/nginx-1.1.11/mod_zip-1.1.6
--add-module=/builddir/build/BUILD/nginx-1.1.11/nginx_upload_module-2.2.0
--add-module=/builddir/build/BUILD/nginx-1.1.11/ngx_http_auth_pam_module-1.2


The nginx-stable package is the latest stable version of nginx.
Nginx -V output
configure arguments:
--user=nginx
--group=nginx
--prefix=/usr/share/nginx
--sbin-path=/usr/sbin/nginx
--conf-path=/etc/nginx/nginx.conf
--error-log-path=/var/log/nginx/error.log
--http-log-path=/var/log/nginx/access.log
--http-client-body-temp-path=/var/lib/nginx/tmp/client_body
--http-proxy-temp-path=/var/lib/nginx/tmp/proxy
--http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi
--http-uwsgi-temp-path=/var/lib/nginx/tmp/uwsgi
--http-scgi-temp-path=/var/lib/nginx/tmp/scgi
--pid-path=/var/run/nginx.pid
--lock-path=/var/lock/subsys/nginx
--with-http_secure_link_module
--with-http_random_index_module
--with-http_ssl_module
--with-http_realip_module
--with-http_addition_module
--with-http_xslt_module
--with-http_image_filter_module
--with-http_sub_module
--with-http_dav_module
--with-http_flv_module
--with-http_mp4_module
--with-http_gzip_static_module
--with-http_random_index_module
--with-http_secure_link_module
--with-http_degradation_module
--with-http_stub_status_module
--with-http_perl_module
--with-mail
--with-mail_ssl_module
--with-ipv6

--add-module=/builddir/build/BUILD/nginx-1.0.11/nginx-upstream-fair


Php - the latest version of php 5.3.x;

Unbound - a productive caching recursive DNS server;

Vsftpd - ftp server with the included patch which allows setting the server and client encoding in the configuration file;

Flow-tools - package for working with data in Netflow format;

Fprobe, softflowd, ipcad - Netflow data collectors;

Quagga - ospfd, bgpd, etc .;

Bird - ospfd, bgpd;

Sc - package for shaping / polising traffic in Linux;

Ipset is actually the ipset binary itself, which for some reason was forgotten to be included in the RHEL 6.2 distribution.

Install repository

The CentALT repository requires the EPEL repository to work.

Installation is as follows:

For i386 architecture:

1. Install the epel repository.
mirror.yandex.ru/epel/6/i386/epel-release-6-7.noarch.rpm


2. Install the CentALT repository.
centos.alt.ru/pub/repository/centos/6/i386/centalt-release-6-1.noarch.rpm


For x86_64 architecture:

1. Install the epel repository.
mirror.yandex.ru/epel/6/x86_64/epel-release-6-7.noarch.rpm


2. Install the CentALT repository.
centos.alt.ru/pub/repository/centos/6/x86_64/centalt-release-6-1.noarch.rpm


View the list of packages in the repository here .

If you have any suggestions / suggestions / recommendations on the content / operation of this repository, I will be happy to take them into account.

Thank you in advance.

Source: https://habr.com/ru/post/135161/


All Articles