All Projects → DBezemer → Rpm Haproxy

DBezemer / Rpm Haproxy

Licence: gpl-3.0
HAproxy RPM spec and builds for CentOS 6/7

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Rpm Haproxy

ansible-haproxy
Installs and configures HAProxy
Stars: ✭ 19 (-81.55%)
Mutual labels:  centos, haproxy
Rocky
Full-featured, middleware-oriented, programmatic HTTP and WebSocket proxy for node.js
Stars: ✭ 357 (+246.6%)
Mutual labels:  proxy, balancer
ungoogled-chromium-fedora
RPM build for ungoogled-chromium
Stars: ✭ 24 (-76.7%)
Mutual labels:  centos, rpm
wacom-gui
Python/PyQt Wacom GUI for KDE
Stars: ✭ 113 (+9.71%)
Mutual labels:  centos, rpm
Multitor
Create multiple TOR instances with a load-balancing.
Stars: ✭ 624 (+505.83%)
Mutual labels:  proxy, haproxy
nginx-more
Development repository for nginx-more package
Stars: ✭ 96 (-6.8%)
Mutual labels:  centos, rpm
HAProxy-2-RPM-builder
Build latest HAProxy binary with prometheus metrics support
Stars: ✭ 28 (-72.82%)
Mutual labels:  rpm, haproxy
Redishappy
Redis Sentinel high availabillity daemon
Stars: ✭ 111 (+7.77%)
Mutual labels:  haproxy, rpm
Open Build Service
Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
Stars: ✭ 599 (+481.55%)
Mutual labels:  centos, rpm
Kubeadm Playbook
Fully fledged (HA) Kubernetes Cluster using official kubeadm, ansible and helm. Tested on RHEL/CentOS/Ubuntu with support of http_proxy, dashboard installed, ingress controller, heapster - using official helm charts
Stars: ✭ 533 (+417.48%)
Mutual labels:  proxy, centos
Haproxy
HAProxy Load Balancer's development branch (mirror of git.haproxy.org)
Stars: ✭ 2,463 (+2291.26%)
Mutual labels:  proxy, haproxy
Ngx mruby Package Builder
Package Builder of ngx_mruby with Docker
Stars: ✭ 25 (-75.73%)
Mutual labels:  centos, rpm
Nuster
A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy
Stars: ✭ 1,825 (+1671.84%)
Mutual labels:  proxy, haproxy
copr-rpm-spec
My RPM specs on Copr
Stars: ✭ 17 (-83.5%)
Mutual labels:  centos, rpm
Ansible Role Haproxy
Ansible Role - HAProxy
Stars: ✭ 112 (+8.74%)
Mutual labels:  proxy, haproxy
ganeti-rpm
Ganeti RPM Packaging
Stars: ✭ 23 (-77.67%)
Mutual labels:  centos, rpm
Prometheus Rpm
Prometheus RPM Packages
Stars: ✭ 190 (+84.47%)
Mutual labels:  centos, rpm
Nodejs Rpm
node.js rpm spec
Stars: ✭ 199 (+93.2%)
Mutual labels:  centos, rpm
Docker Rpm Builder
Build native RPM packages for Centos/RHEL/Fedora from any Linux distro or even OSX, by leveraging docker capabilities.
Stars: ✭ 366 (+255.34%)
Mutual labels:  centos, rpm
Rotating Proxy
Rotating TOR proxy with Docker
Stars: ✭ 739 (+617.48%)
Mutual labels:  proxy, haproxy

Github All Releases

This repository contains some build artifacts of HAproxy that are provided with no support and no expectation of stability. The recommended way of using the repository is to build and test your own packages.

RPM Specs for HAproxy on CentOS / RHEL / Amazon Linux with default syslog

Perform the following steps on a build box as a regular user.

Install Prerequisites for RPM Creation

sudo yum groupinstall 'Development Tools'

Checkout this repository

cd /opt
git clone https://github.com/DBezemer/rpm-haproxy.git 
cd ./rpm-haproxy
git checkout 2.1

Build using makefile

Without Lua support

make

With Lua support

make USE_LUA=1

With Prometheus Module support

make USE_PROMETHEUS=1

Without sudo for yum

make NO_SUDO=1

Resulting RPM will be in /opt/rpm-haproxy/rpmbuild/RPMS/x86_64/

Build using Docker

make run-docker

Resulting RPMs will be in `./RPMS/`

Credits

Based on the Red Hat 6.4 RPM spec for haproxy 1.4 combined with work done by

Additional logging inspired by https://www.percona.com/blog/2014/10/03/haproxy-give-me-some-logs-on-centos-6-5/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].