最新文章

IIS利用web.config隐藏部分响应头信息或 隐藏服务器响应头中php版本信息的方法

IIS利用web.config隐藏部分响应头信息或 隐藏服务器响应头中php版本信息的方法

<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <outboundRules rewriteBeforeCache="true"> <ru...

2024-01-29 admin 263 阅读
The client needs a new connection for this request as the requested host name does not match the Server Name Indication (SNI) in use for this connection.

The client needs a new connection for this request as the requested host name does not match the Server Name Indication (SNI) in use for this connection.

The client needs a new connection for this request as the requested host name does not match the Server Name Indication (SNI) in use for this connection. 原因是使用apache 由...

2023-12-29 admin 374 阅读
IIS访问提示“请求筛选模块被配置为拒绝包含双重转义序列的请求。” 解决方案。

IIS访问提示“请求筛选模块被配置为拒绝包含双重转义序列的请求。” 解决方案。

报错信息如下: HTTP 错误 404.11 - Not Found 请求筛选模块被配置为拒绝包含双重转义序列的请求。   以下是解决方法 方法1. wwwroot下建立web.config 内容如下: &...

2023-12-29 admin 220 阅读
/www/server/php/74/sbin/php-fpm:symbollookup error:/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/zip.so:undefined symbol: zip libzip version

/www/server/php/74/sbin/php-fpm:symbollookup error:/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/zip.so:undefined symbol: zip libzip version

yum install -y cmake3 # 使用cmake3编译libzip wget https://libzip.org/download/libzip-1.8.0.tar.gz --no-check-certificate tar zxvf libzip-1.8.0.tar.gz && cd ...

2023-12-29 admin 234 阅读
解决 You are using pip version 8.1.2, however version 23.2.1 is available 报错。

解决 You are using pip version 8.1.2, however version 23.2.1 is available 报错。

在安装 docker-compose的时候需要先安装 或升级pip 使用命令 1、 pip install --upgrade pip   运行后会报错 如图。 2、原因是 yum install python-pip 时,CentOS7 默认安装的...

2023-12-29 admin 169 阅读
failure: repodata/repomd.xml from endpoint: [Errno 256] No more mirrors to try. https://packages.endpointdev.com/rhel/2.1903/os/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found

failure: repodata/repomd.xml from endpoint: [Errno 256] No more mirrors to try. https://packages.endpointdev.com/rhel/2.1903/os/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found

failure: repodata/repomd.xml from endpoint: No more mirrors to try. https://packages.endpointdev.com/rhel/2.1903/os/x86_64/repodata/repomd.xml: HTTPS Error 404 - Not Found ...

2023-12-29 admin 177 阅读
wordpress使用代码向百度蜘蛛主动推送链接

wordpress使用代码向百度蜘蛛主动推送链接

简介说明 1. 站长主动向百度搜索推送数据,可缩短爬虫发现网站链接时间,可加快爬虫抓取速度,但无法解决网站内容是否收录问题。 2. 百度搜索资源平台为站长提供链接提交通道,但不...

2023-12-28 admin 319 阅读
解决 -bash: docker-compose: command not found

解决 -bash: docker-compose: command not found

解决 -bash: docker-compose: command not found 今天安装 Nginx Proxy Manager ,运行docker-compose 命令的时候报错   原因是没有安装 docker-compose  ,可以通过pip ...

2023-11-29 admin 192 阅读
CentOS 7.x 编译安装 高版本 git出错解决方案

CentOS 7.x 编译安装 高版本 git出错解决方案

  CentOS操作系统默认安装的git版本是 1.8.3.1 ,此版本有任意文件写入漏洞。 需要升级到2.30.9 及以上版本 才可以修复此漏洞。 修复中遇到了问题 imap-send.o: In functio...

2023-11-29 admin 217 阅读
宝塔面板开启面板SSL后打不开

宝塔面板开启面板SSL后打不开

宝塔面板开启面板SSL后,使用http地址,访问面板地址会提升 连接被重置 “ERR_CONNECTION_RESET”    如图。 解决办法 1、请访问   https://宝塔地址:端口/入口   2、若出现 如提...

2023-11-29 admin 220 阅读