1. Khái niệm SELinux: Tăng cường bảo mật Linux (Security-Enhanced Linux) là một cơ chế kiểm soát truy cập (access control) bắt buộc . Cơ chế này nằm trong kernel […]
Category: Server
CentOS + Laravel error: Permission denied in /vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:107
Trong quá trình cài đặt Laravel trên môi trường CentOS 7, tôi đã gặp phải vấn đề về permission denied cho file laravel.log và folder […]
Auto restart mysql in Linux server
This is not a clean solution, it would obviously be better to avoid the problem in the first place. Anyway, I am not sure how […]
5 cách phổ biến nhất để cài đặt server cho ứng dụng
Có rất nhiều mô hình cài đặt server dành cho ứng dụng (application server) và mỗi mô hình lại có sự ưu việt khác nhau. […]
Config execution time in Nginx server
Other than Linux, Nginx does not set the execution time in php.ini. Here now, Nginx put it in the nginx.conf file. Specific is /etc/nginx/nginx.conf. By […]
List status codes requests (HTTP)
The values of the numeric status code to Hypertext Transfer Protocol (HTTP) requests is the data sections of messages Status, Error, Forward and Redirect responses […]
Set unlimit time for request in server
In server, each request has been limit around time. So, if you run a function have long time, it will raise to errors only appear […]
Set Up the Web Server
Set Up the Web Server Now that we have verified that our web server can access the WordPress database, we need to actually make this […]
Install MySQL on the Database Server
To get started, we’ll configure one VPS instance as the MySQL server. Having our data stored on a separate computer is a good way to […]
Set Up a Remote Database with MySQL
Configure MySQL to Allow Remote Access Now that you have your database up and running, we need to change some values to allow connections from […]