No Image

SSL/TLS Improvements in MySQL 5.7.10

2015-12-22 KENNETH 0

Secure communications is a core component of a robust security policy, and MySQL Server 5.7.10 – the first maintenance release of MySQL Server 5.7 – introduces needed improvements in this area.  Support for TLS has been expanded from TLSv1.0 to include TLSv1.1 and TLSv1.2, default ciphers have been updated, and controls have been implemented allowing both server and client-side configuration of acceptable TLS protocol versions.  … Source: mysqlserverteam.com

Scaling Web Applications with NGINX – Part I: Load Balancing

2015-12-22 KENNETH 0

The following is adapted from a talk given by Matt Williams at nginx.conf 2015, held in San Francisco in September. This blog post is the first of two parts, and is focused on load balancing; the second part, focused on caching and monitoring, is here. You can view the presentation slides or watch the video of the complete talk. My name is Matt Williams, and I’m the evangelist at Datadog. Datadog is a SaaS-based monitoring platform. We load up an agent on each host that you want to monitor and start collecting data on everything that’s going on, including metrics from NGINX, or Apache, or MySQL, or PostgreSQL, or the OS, or whatever, then bring it together on a nice dashboard. But I’m not here to talk about Datadog. Today we’re going to focus on “Scaling Web Applications with NGINX [ more… ]

No Image

Holiday Reading List 2015

2015-12-22 KENNETH 0

The holiday season is a great time to catch up on reading and industry news, and also an important time to think about plans for the new year. We have a great pulse on what’s happening in the application delivery and performance industry and have been fortunate to grow as a leader in this space. In this post, we’re sharing some of our most visited and shared blog posts from 2015, and content we think excels. We’ve published several posts throughout the year about the growing adoption of microservices architectures. In September, we launched nginScript – an exciting JavaScript-based scripting implementation for NGINX configuration. We then started a series about improving application performance, published blog posts about security, and released support for HTTP/2. Here are our top 5 blog posts from 2015 that we think you’ll find useful: 1. Introduction [ more… ]

The Benefits of Microcaching with NGINX

2015-12-19 KENNETH 0

NGINX and NGINX Plus are commonly used as web content caches, ranging from individual websites to some of the largest content delivery networks (CDNs) in the world, such as MaxCDN and CloudFlare. Microcaching is an effective method for accelerating the delivery of dynamic, non-personalized content by caching it for very short periods of time. In this article, we’ll see how to accelerate a WordPress-based application by up to 400x using the microcaching technique. Why Cache Content? The benefits of caching are two-fold: caching improves web performance by delivering content more quickly, and it reduces the load on the origin servers. The effectiveness of caching depends on the cacheability of the content. For how long can we store the content, how do we check for updates, and how many users can we send the same cached content to? Caching static content, such [ more… ]

No Image

XE 1.8.15 RELEASE

2015-12-18 KENNETH 0

출처 : https://www.xpressengine.com/devlog/23109961 다운로드 : https://www.xpressengine.com/index.php?mid=download&package_id=18325662 XE 1.8.15 버전이 릴리즈 되었습니다.   변경 내역 Secutiry #1813 레이아웃 미리보기 기능을 이용한 보안 취약점 고침 @bnu 한국인터넷진흥원에서 알려주셨습니다   Defect #1763 $GLOBALS[’HTTP_RAW_POST_DATA’] 버그 수정 @qkrcjfgus33 #1762 autoload 적용으로 필요없어진 상수 삭제 @qkrcjfgus33 #1735 getDbInfo -> getDBInfo @qkrcjfgus33 ~