Yandex is the largest search engine in Russia with about 60% market share in that country.It also develops a number of Internet-based services and products. Yandex ranked as the 4th largest search engine worldwide. Quality and relevant search engine results, light web mail service, powerful translator, and more features that make this company irreproachably present […]
If you had an http website and/or non-www url structure and you installed an https protocole and you would like to force your server to redirect permanently all urls to https AND .www new version of your website you can simply apply (copy past) the following configuration into your .htaccess file found in the root […]
DenyHosts monitors server logs and bans ips that exceed a certain number of failed logins. It is an effective security tool, written in python, this software helps to prevent brute force attacks on a virtual server. Install DenyHosts sudo rpm -Uvh http://mirror.metrocast.net/fedora/epel/6/i386/epel-release-6-8.noarch.rpm sudo yum install denyhosts Whitelist IP Addresses Edit the file : hosts.allow nano /etc/hosts.allow […]
GZIP compression is based on the deflate algorithm, which is a combination of Huffman and LZ77 algorithms. ‘Deflate’ was developed in response to software problems patent covering LZW and other compression algorithms, thus limiting the possible uses of compression and other popular archiving programs. Enabling this feature could make your website pages load +70% faster. First make […]
The practice of configuring multiple IP addresses on a particular network interface is called IP aliasing. You can assign multiple IP addresses to one network interface from a single subnet or completely different ones. First step : get the ifconfig command into our system To get the ifconfig command into our system , run the […]
Os: Centos File: httpd.conf Make sure that : AllowOverride All <Directory “/var/www/html”> # # Possible values for the Options directive are “None”, “All”, # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that “MultiViews” must be named *explicitly* — “Options All” # doesn’t give it to you. # # […]
mod_rewrite is an Apache module used to manipulate URL’s and is compiled into the base Apache HTTP Server in CentOS. See the mod_rewrite documenation(link is external) for more information. How to configure the Apache mod_rewrite module
The Apache web server is the most popular way of serving web content on the Internet. It serves more than half of all of the Internet’s active websites, and is extremely powerful and flexible. Apache breaks down its functionality and components into individual units that can be customized and configured independently. The basic unit that […]
This document describes how to install and configure ProFTPD on CentOS Server. ProFTPD is an FTP daemon for unix and unix-like operating systems. ProFTPD is developed, released and distributed under the GNU Public License (GPL), which basically establishes it as free software, meaning that it may be sold, licensed and otherwise manipulated in any way […]
Today, I received a Digital Millennium Copyright Act (DMCA) notice from google saying that my proxy-wars.com website probably made the subject of a copyright violation. In reality, there was not any copyright infringement because the server does not contain the files or content shown. It’s a proxy, and like all proxy Proxy-wars.com allows users to unlock locked or […]
- 1
- 2