Related Articles
Fix file permissions
Synching files and copying files between devices can sometimes lead to incorrect permissions. Use the following lines to set them back to your desired permission based on their type, either Files [-t
Optimal secure SSL Cipher Configuration for Apache and Nginx
# apache SSLProtocol all -SSLv2 -SSLv3 # RC4 is broken and is not specified in the allowed ciphers, 3DES is used instead for legacy connections, still somewhat secure SSLHonorCipherOrder on SSLCip
HAProxy SSL SNI Configuration
http://blog.haproxy.com/2012/04/13/enhanced-ssl-load-balancing-with-server-name-indication-sni-tls-extension/ Adding SSL Cert Create SSL Bundle in this order certificate, intermediate, int
LAMP Permissions Ubuntu, Debian
First, you should ensure that your username is included in www-data group. If not, you can add your username as www-data group sudo adduser user www-data user can be changed with your username. A