Linux operating system
NGINX Reverse Proxy Location and Path
NGINX can be easily used as a reverse proxy. To do this you simply need to modify the nginx.conf file and add what you would […]
Linux operating system
NGINX can be easily used as a reverse proxy. To do this you simply need to modify the nginx.conf file and add what you would […]
We got this error when trying to create a service out of the NGINX service. In order to resolve this issue the nginx.conf needed to […]
This is an exmaple of how to install httpd apache using ansible. In this example we created a host group called webservers and placed a […]
Installing Ansible from source is fairly straight forward. Download, build, and configure!
When trying to run the tests against the Ansible source I got this error [root@centos02 ansible]# make tests test/runner/ansible-test units -v –python 2.7 Unit test […]
I got this when trying to install Ansible from source. Needed to upgrade the setuptools in my python installation. This can be done using pip […]
Got this error when performing Ansible installation from source. Installed /usr/lib/python2.7/site-packages/ansible-2.3.0-py2.7.egg Processing dependencies for ansible==2.3.0 Searching for cryptography>=1.1 Reading https://pypi.python.org/simple/cryptography/ Best match: cryptography 1.7.2 Downloading […]
I didn’t have python-pip in my repository so needed to download it from the website wget https://bootstrap.pypa.io/get-pip.py Now run python to install python get-pip.py Collecting […]
When configuring zookeeper replication the using the config file on three hosts tickTime=2000 dataDir=/var/zookeeper clientPort=2181 initLimit=5 syncLimit=2 server.1=192.168.1.12:2888:3888 server.2=192.168.1.13:2888:3888 server.3=192.168.1.14:2888:3888 and attempting to start the […]
[root@centos04 nginx-1.11.6]# ./configure –prefix=/opt/nginx checking for OS + Linux 3.10.0-229.el7.x86_64 x86_64 checking for C compiler … found + using GNU C compiler + gcc version: […]
Copyright © 2024 | WordPress Theme by MH Themes