Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Author: Simo

Nginx: Unknown Directive “Location”

This is my code (from line 35):

location /
{
index index.php;
root /home/body;
if ($request_filename !~ (js|css|images|robots\.txt |index\.php.*)) {
rewrite ^/(.*)$/index.php/$1 last;
}

October 13, 2021By Simo Nginx instruction, location, nginx, UnknownLeave a Comment

Nginx CRLF (Renewal Enter) Injection Vulnerability

nginx CRLF (carriage return) injection vulnerability reproduces

< span style="font-size: 18px;">1. Vulnerability description

CRLF is “Enter+ “Line feed” (
) is the abbreviation, and it

October 13, 2021By Simo Nginx CRLF, Enter, injection, nginx, Reclaim, Vulnerability, WrapLeave a Comment

OpenResty ——– Core implementation

Foreword The first two articles introduce the core concepts and advantages and architecture of OpenResty respectively. It is recommended to watch it at least once before proceeding with this artic

October 13, 2021By Simo Nginx article, Core, execution, OpenResty, stageLeave a Comment

Nginx performance tuning key features

1. Expires cache time optimization Function: Set a reasonable expires cache time on the server. Types suitable for caching: Static files: html, pictures, js, css, and xml are all cache objects. Adv

October 13, 2021By Simo Nginx Adjustment, excellent, functional, key, nginx, performanceLeave a Comment

Jetty launches Maven

jetty start the maven project

clean jetty:run

Debug environment

MAVEN_OPTS

-Xdebug -Xrunjdwp: transport=dt_socket,server=y,suspend=n,address=1066

October 13, 2021By Simo Jetty jetty, Maven, startupLeave a Comment

Spring Data Solr Dependent File and XML Profile

< br> org.springframework.data
spring-data-solr
1.5.5.RELEASE

org.springframework
spring-test span>
4.2.4.RELEASE

junit
junit
4.9 span>

October 13, 2021By Simo Spring data, dependence, file, profile, Solr, spring, XMLLeave a Comment

Nginx – PHP-FPM breaks down the stack tracking log into a separate event

I have a question, PHP-FPM registers a single event as multiple events. Take the following stack trace as an example:

[30-Jul-2014 05:38:50] WARNING: [pool www] child 11606 said into stderr:

October 13, 2021By Simo Nginx Decomposition, Event, FPM, log, nginx, PHP, Separate, stack, trackingLeave a Comment

Jetty embedded web page service entry

As mentioned earlier, the most widely used jetty can be easily embedded In the application, rather than as an application server, the simplest demo is used below to demonstrate a simplest applicati

October 13, 2021By Simo Jetty embedded web, entry, jetty, page, serviceLeave a Comment

Jetty deploying flowable-idm.war error

Put flowable-idm.war in the ${jetty.base}/webapps directory, and the following error will be reported at startup, because the class javax.annotation.security.DenyAll that ProxyTransactionManagement

October 13, 2021By Simo Jetty deployment, error, flowable, IDM, idm.war, jetty, WarLeave a Comment

Nginx Agent Local Folder (Windows Environment)

Installation environment: win10

nginx-1.17.2

Path: \nginx-1.17.2\conf\nginx.conf

Configure cross-domain and proxy folder path

Start in the nginx folder path cmd (check nginx

October 13, 2021By Simo Nginx environment, folder, Local, nginx, proxy, windowsLeave a Comment

Posts navigation

Page 1 … Page 153 Page 154 Page 155 … Page 590
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2026 • ThemeCountry Powered by WordPress