:: Nginx: enable gzip compression
April 29th, 2012 05:31 AM | httpd | No Comment
:: How to enable gzip compression on nginx
+ configure nginx.conf
add / setup compression for nginx:
+ testing configuration and reload nginx
:: Links
+ Google
+ DevCha
:: BIND : setup spf record
April 27th, 2012 02:45 AM | linux | No Comment
:: How to setup SPF record for domain on BIND/named
+ add spf record on zone file
added line like this:
or
+ restaring named
:: Links
+ Google
+ Cyberciti
:: CentOS 6: Postfix and Dovecot
April 27th, 2012 01:48 AM | email | No Comment
:: How to installing Postfix and Dovecot on Linux CentOS
:: How to configure Postfix for Dovecot
+ configure main.cf
+ restarting postfix
:: Configure Dovecot on Linux CentOS 6
+ configure dovecot.conf
+ config mail auth mehanism
+ configure mail_location
+ configure service auth
+ configure pop3
+ restaring ...
:: nginx : www to non-www domain
April 26th, 2012 02:52 AM | httpd | No Comment
:: How to redirect www to non-www domain in nginx
+ edit nginx.conf or your virtualhost file
+ add redirecting on server {}
+ reload nginx
:: Links
+ Google
+ CyberCiti
:: Banned countries ip on CSF
April 22nd, 2012 03:26 AM | linux | No Comment
:: How to ban countries ip on CSF (ConfigServer Security & Firewall)
+ edit csf.conf
+ add two-letters country code on CC_DENY (ex: US,ID)
you can refer this url for other countries.
+ restarting csf
:: Links
+ Google
+ Ponap
:: Clear BlackList Authentication on SolusVM
April 19th, 2012 02:59 AM | linux | No Comment
:: Issue
If you enter wrong logins number of times for the SolusVM it can lock you by adding your IP to blacklist.
:: How to clear blacklist wrong logins authentication on SolusVM
Login to SolusVM Server via ssh and run this command ...