• 首页
  • LINUX
    • Linux知识
    • Linux命令行
  • Windows
  • WebServer
    • APACHE
    • NGINX
    • LIGHTTPD
  • PHP
  • 数据库
    • MYSQL
    • phpMyAdmin
    • MSSQL
  • web面板
    • DirectAdmin面板
    • AMH面板
    • CPanel面板
  • 疑难杂症

http如何强制301到https?

2020年3月9日 APACHE 0条评论 315次阅读 0人点赞

apache 1:将仅将http强制301到https,但不301带www或带www。例如要求最终https://baddb.com 和https://www.baddb.com都能打开。 RewriteEngine o…

nginx: [emerg] too long parameter

2017年12月31日 NGINX 0条评论 4,394次阅读 0人点赞

站点添加附加域名,字符数大约有4000多个字符,100多个域名。将此些域名添加到nginx/vhost/站点.conf的域名项后,重启nginx时,就出现了该错误。 nginx的核心文件限死了 NGX_CONF_BUFF…

升级nginx到1.12.1或1.13.2,解决漏洞编号:CVE-2017-7529

2017年7月12日 NGINX 0条评论 5,024次阅读 0人点赞

2017年7月11日,Nginx官方发布了一个安全公告,漏洞CVE编号为CVE-2017-7529 http://nginx.org/ 官方可查。 情报来源: https://bbs.aliyun.com/read/32…

nginx下子目录301重定向到二级域名 (Nginx)

2017年3月16日 NGINX 0条评论 1,879次阅读 0人点赞

即例如将 http://50.93.194.105/wap 301重定向到 http://wap.baddb.com location ~* ^/wap/ { rewrite ^/wap/(.*)$ http://wap…

禁止某目录下运行php (Nginx)

2017年3月16日 NGINX 0条评论 1,149次阅读 0人点赞

例:禁止images目录及其下文件运行php location ~ /images/.*\.php$ { deny all; }

标签聚合

nginx putty custombuild web面板 pureftp winscp Zend Guard Loader 数据库 perl directadmin phpmyadmin amh linux 文件操控命令 基本命令 mysql 辅助命令 openssl apache php
  • 最新文章
  • 热点文章
  • 随机文章
  • 最新
  • 热点
  • 随机
    http如何强制301到https? http如何强制301到https? MySQL 5.7出现"this is incompatible with sql_mode=only_full_group_by"错误的解决方案 MySQL 5.7出现"this is incompatible with sql_mode=only_full_group_by"错误的解决方案 Directadmin面板更换授权IP Directadmin面板更换授权IP zencart-Call to undefined function zen_get_info_page() zencart-Call to undefined function zen_get_info_page() directadmin环境安装支持http2 directadmin环境安装支持http2
  • 暂时没有数据
    rm 删除文件 rm 删除文件 AMH中开设虚拟主机站点 AMH中开设虚拟主机站点 apache2.4 / nginx / php5.6 环境下GBK乱码 apache2.4 / nginx / php5.6 环境下GBK乱码 scp命令提示command-line: line 0: Bad configuration option: PermitLocalCommand scp命令提示command-line: line 0: Bad configuration option: PermitLocalCommand Directadmin面板中创建FTP用户 Directadmin面板中创建FTP用户

Copyright 2025 BadDB网站建设知识库. All Rights Reserved.
Theme Kratos made by Vtrois