Category Redhat Centos

install geoip php centos

To install geoip php centos follow these steps Install Steps # cd /tmp # wget # tar -zxvf geoip-1.0.8.tgz # cd geoip-1.0.8.tgz # phpize # ./configure # make # make install # echo “extension=geoip.so” >> Verify Installation #…

install varnish centos redhat

To install varnish on centos or redhat #!/bin/bash echo “Adding Varnish Repository and installing varnish” rpm –nosignature -i > /dev/null 2>&1 yum -q -y install varnish echo “Varnish installed.” chkconfig varnish on echo “Fetching standard Varnish config from Cloud…

curl test https redirect

Testing an https redirect In this example we will be testing an https redirect via curl curl test https redirect Syntax curl -k –head http://someurl Example [root@interweb ~]# curl -k –head HTTP 301 Moved Permanently Connection: close Location: …