mirror of https://github.com/Aidaho12/haproxy-wi
v3.3
parent
a31691cb29
commit
5183c56cae
|
@ -37,6 +37,7 @@ Began to lead a [Twitter](https://twitter.com/haproxy_wi), subscribe! I will wri
|
|||
22. Metrics incoming connections
|
||||
23. Web acceleration settings
|
||||
24. Web application firewall
|
||||
25. LDAP support
|
||||
|
||||
![alt text](image/haproxy-wi-metrics.jpeg "Merics")
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ echo ""
|
|||
echo "################################"
|
||||
|
||||
if hash apt-get 2>/dev/null; then
|
||||
apt-get install git net-tools lshw dos2unix apache2 gcc netcat python3.5 python3-pip g++ freetype2-demos libatlas-base-dev openldap-dev -y
|
||||
apt-get install git net-tools lshw dos2unix apache2 gcc netcat python3.5 python3-pip g++ freetype2-demos libatlas-base-dev openldap-dev libpq-dev python-dev libxml2-dev libxslt1-dev libldap2-dev libsasl2-dev libffi-dev python3-dev -y
|
||||
HTTPD_CONFIG="/etc/apache2/apache2.conf"
|
||||
HAPROXY_WI_VHOST_CONF="/etc/apache2/sites-enabled/haproxy-wi.conf"
|
||||
HTTPD_NAME="apache2"
|
||||
|
|
|
@ -15,7 +15,7 @@ chmod +x app/*py
|
|||
chmod +x app/tools/*py
|
||||
|
||||
if hash apt-get 2>/dev/null; then
|
||||
apt-get install git net-tools lshw dos2unix apache2 gcc netcat python3-pip gcc-c++ openldap-devel -y
|
||||
apt-get install git net-tools lshw dos2unix apache2 gcc netcat python3-pip gcc-c++ openldap-devel libpq-dev python-dev libxml2-dev libxslt1-dev libldap2-dev libsasl2-dev libffi-dev python3-dev -y
|
||||
else
|
||||
yum -y install https://centos7.iuscommunity.org/ius-release.rpm
|
||||
yum -y install git nmap-ncat net-tools python35u dos2unix python35u-pip httpd python35u-devel gcc-c++ openldap-devel
|
||||
|
|
Loading…
Reference in New Issue