im1987.com
域名年龄: 15年7个月8天HTTP/1.1 301 永久重定向 访问时间:2019年06月30日 07:17:44 服务器:Apache/2 目标网址:https://im1987.com/ 文件大小:289 Keep-Alive: timeout=1, max=100 连接:Keep-Alive 类型:text/html; charset=iso-8859-1 HTTP/1.1 200 OK 访问时间:2019年06月30日 07:17:44 服务器:Apache/2 语言环境:PHP/5.3.29 X-Pingback: https://im1987.com/action/xmlrpc 动作:Accept-Encoding,User-Agent Content-Encoding: gzip 文件大小:8865 Keep-Alive: timeout=1, max=100 连接:Keep-Alive 类型:text/html; charset=UTF-8 网站编码:UTF-8
阿川的博客阿川也随便写写!博客首页nav关于美国VPS鹿先森乐队--华年作者:阿川发布时间:April 7, 2018分类:心情随笔点击:12146歌曲不错 0阅读更多……追踪php的执行过程作者:阿川发布时间:December 27, 2017分类:编程开发点击:6727ps -ef | grep fpm | awk '{print "-p " $2}' | xargs strace 0阅读更多……mysql简单的碎片清理脚本作者:阿川发布时间:April 11, 2017分类:服务器点击:7818#!/bin/bash date=`date +"%Y-%m-%d %H:%M:%S"` echo $date >>/root/information_schema.log tables=$(/usr/local/mysql/bin/mysql -u root -p"tina" 2>/dev/null -e "select concat(table_schema,'.',table_name) from information_schema.tables where data_free>0 and engine !='MEMORY';"|grep -v "concat" |grep -v "tinatest" |grep -v "information_schema" |grep -v "mysql") for table in $tables do /usr/local/mysql/bin/mysql -u root-p"tina" 2>/dev/null -e "optimize no_write_to_binlog table $table;" >>/root/information_schema.log done 0阅读更多……当你的lnmp后端装了apache,使用wp博客又要用https的时候作者:阿川发布时间:February 19, 2017分类:服务器点击:6767今儿个和我朋友测试Wordpress程序,发现在windows的IIS下跑的嗷嗷的,https和http都正常的一塌糊涂.但是同样在linux下面用LNMPA(nginx前端,apache后端)的时候.CSS与JS不会转换成https.现在记录下过程,方便以后查阅首先申请一证书,保存好key和csr.将两个文件放入同一目录,比如/usr/local/nginx/conf下面,因为http配置与其他网站无异,所以暂且不记录,我们主要记录不同的配置.在nginx写如何下配置:server{listen 443;ssl on;ssl_certificate /usr/local/nginx/1bundle.crt;ssl_certificate_key /usr/local/nginx/2.key;ssl_session_timeout 5m;ssl_protocols TLSv1 TLSv1.1 TLSv1.2; #按照这个协议配置ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:HIGH:!aNULL:!MD5:!RC4:!DHE;#按照这个套件配置ssl_prefer_server_ciphers on; proxy_set_header X-Forwarded-Proto $scheme;add_header Front-End-Https on;server_name yourdomains.com;index index.html index.htm index.php default.html default.htm default.php;root /home/wwwroot/caipiaopinpai;location /{try_files $uri @apache;}location @apache{internal;proxy_pass https://localhost:8081;include proxy.conf;}location ~ [^/]\.php(/|$){proxy_pass https://localhost:8081;include proxy.conf;}location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)${expires 30d;}location ~ .*\.(js|css)?${expires 12h;}access_log /home/wwwlogs/yourdomains.log.log access;} 0阅读更多……如何安装最新的webmin作者:阿川发布时间:February 16, 2017分类:网站应用点击:5165一共两步:1)安装webmin(echo "[Webmin]name=Webmin Distribution Neutralbaseurl=http://download.webmin.com/download/yumenabled=1gpgcheck=1gpgkey=http://www.webmin.com/jcameron-key.asc" >/etc/yum.repos.d/webmin.repo; yum -y install webmin)2)安装virtualminwget http://software.virtualmin.com/gpl/scripts/install.shsudo /bin/sh install.sh之后用https://IP:10000登陆进去初始化配置即可 0阅读更多……无限遍历多维数组作者:阿川发布时间:January 29, 2017分类:编程开发点击:6765$arr/多维不规则数组function forarr($m){foreach ($m as $v) {if (is_array($v)) {forarr($v);//递归} else {echo $v ." ";}}}$how=forarr($arr1);echo $how; 0阅读更多……当你的博客发表文章标题内容都为空的时候作者:阿川发布时间:November
© 2010 - 2020 网站综合信息查询 同IP网站查询 相关类似网站查询 网站备案查询网站地图 最新查询 最近更新 优秀网站 热门网站 全部网站 同IP查询 备案查询
2025-10-17 23:40, Process in 0.0026 second.