Category: Opensource
Open-source software (open-source) is a new term that is defined as software whose source code can be used by the public, and the use, modification, and distribution of this software are not restricted by licenses. Open source software is usually copyrighted, and its license may contain such restrictions: deliberate protection of its open source status, notice of authorship, or development control. “Open source” is being registered as a certification mark by public interest software organizations, which is also a means of creating a formal definition of open source.
PaxOS algorithm: Message transfer consistency
There are many excellent articles about Paxos algorithm on the Internet, I will organize and collect them below:
Recently studied the paxos algorithm and read many related articles. The conce
Springboot Implementation Timer Timer Processing Tasks
Recently encountered a problem in the project. For a newly created activity, the activity set the start time and end time, which is just a status code change in the database. However, there is a pr
Nginx forward proxy & reverse agent
1, forward proxy 1. I can’t access a certain website, but I can access a proxy server. This proxy server can access the website that I can’t access< /span>
2. So I connected to the proxy ser
Jetty server
1: Modify the port number
http://www.cnblogs.com/freeweb/p/5943034.html
jetty default port is 8080, it’s easy to modify the port number, first enter the jetty server installation and di
Nginx performs domain name override and pan-domain analysis configuration
#user nobody;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; #pid logs/nginx.pid; events {worker_connections 1024;} http {include mime
Nginx – $ document_root variable cannot be used in the “root” instruction
I ran into this problem while setting up my nginx configuration. Does anyone know why this happens?
root /folder/my_root;
index index.php index.html index.htm;
error_page 404 /404 .html;
l
Nginx directory through vulnerability
Nginx (engine x) is a high-performance HTTP and reverse proxy server, as well as an IMAP/POP3/SMTP server. Nginx is often used as a reverse proxy, the dynamic part is passed to the backend port by
Nginx causes a big file that cannot be uploaded due to permissions
1. After using the nginx proxy, when the application uploads files, it is found that small files can be uploaded, but large files cannot be uploaded. Check the nginx log and find this sentence: cli
Jetty Basic Introduction
1. Jetty catalog analysis
bin: executable script file
demo- base:
etc: XML configuration defined by Jetty module File directory
lib: library files that Jetty depends on
<