颇妙 颇妙
3年前
环境信息
环境信息开发环境:macOS12.1开发IDE工具:IntelliJIDEA2021.3.2(CommunityEdition)开发JDK环境:OracleOpenJDKversion17.0.2生产环境:Ubuntu20.04.3LTS数据库:Dockermysql(8.0.28)Nginx:Dockernginx(1.21.6)生产JDK环境:Dockeropenjdk(17.0.2)SFTP:Dockeratmoz/sftp:latest
Wesley13 Wesley13
3年前
20155117王震宇网络对抗
扩展Burp代理环境java环境运行BurpsuiteBurpsuiteJythonjava编写的python解释器BurpSuite插件扩展开发所支持的编程语言有Java和Python,Python开发的插件需要java编写的解释器Jpython。SDK:开发文档:BurpSuit
Stella981 Stella981
3年前
PHP Primary script unknown 终极解决方法
相信很多配置php环境的都遇到过这个恼人的问题:浏览器访问php文件,返回来Filenotfound查看/var/log/nginx/error.log,有“Primaryscriptunknown”,类似如下:2019/01/0310:24:02error1193111931:260Fast
Stella981 Stella981
3年前
Nginx报错:Sorry, the page you are looking for is currently unavailable. Please try again later.
查看了进程,nginx,phpfpm都在运行,排除程序错误,那么就是配置的问题了.一个可能的错误,是由于配置中的 fastcgi\_pass配置错了错误的配置如下 server{listen80;server_namelocalhost;
Stella981 Stella981
3年前
Linux下查看Nginx Apache MySQL的并发连接数和连接状态
1、查看Web服务器(Nginx(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.ha97.com%2Fcategory%2Fwebserver%2Fnginx) Apache(https://www.oschina.net/action/GoToLink?urlhttp%
Stella981 Stella981
3年前
Nginx之Centos7下安装
一.gcc安装安装nginx需要先将官网下载的源码进行编译,编译依赖gcc环境,如果没有gcc环境,则需要安装:yuminstallygccc二.PCREpcredevel安装PCRE(PerlCompatibleRegularExpressions)是一个Perl库,包括perl兼容的正则表
Stella981 Stella981
3年前
Logstash收集nginx访问日志和错误日志
1、收集访问日志1)、首先是要在nginx里面配置日志格式化输出log_formatmain"$http_x_forwarded_for|$time_local|$request|$status|$body_bytes_sent|$request_body|$content_length|$http_ref
Stella981 Stella981
3年前
Linux——nginx(以Ubuntu为例,不同系统也就安装和配置文件的的位置不一样,其他都一样的)
下载安装下载:猛击这里(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fpan.baidu.com%2Fs%2F1jIY49kM)安装:1、进入nginx目录执行:$./configureprefix/usr/local/nginxwith
Stella981 Stella981
3年前
Nginx服务器开箱体验
!profile(http://uploadimages.jianshu.io/upload_images/9824247c51f55d65a82fcb3.jpg?imageMogr2/autoorient/strip%7CimageView2/2/w/1240)概述Nginx是高性能的轻量级WEB服务器,