2017阿里云双十一特惠机 - 低至280元/年
活动地址:https://promotion.aliyun.com/ntms/act/pre20171111.html
个人觉得价格很给力,想要其中的2核4GB内存,三年1500元的。奈何现在没券券。
当然,点击这里领取“云大使”优惠券,说不定还可以再获得优惠喔。
活动地址:https://promotion.aliyun.com/ntms/act/pre20171111.html
个人觉得价格很给力,想要其中的2核4GB内存,三年1500元的。奈何现在没券券。
当然,点击这里领取“云大使”优惠券,说不定还可以再获得优惠喔。
游戏开始,伙伴挂机。自己看着地图跑白圈(安全区)。小圈时不知道被什么地方打,随意扔一个手雷,之后趴在草地里用绷带。剩2人时,不知道对方在哪,但他时不时扔手雷。最后呢,死在安全圈外了。
环境:护卫神 apache大师 2.1.0,Windows 2012
过程:
编辑 C:\HwsApacheMaster\Apache\conf\extra\httpd-ssl.conf 文件,修改 SSLSessionCache 文件的存储路径,使之有效;之后新建一个https的站点配置内容,如本例的 mp.anqun.org,证书文件保存在 C:\HwsApacheMaster\Apache\conf\ssl 目录内
# Inter-Process Session Cache:
# Configure the SSL Session Cache: First the mechanism
# to use and second the expiring timeout (in seconds).
#SSLSessionCache "dbm:E:/Huweishen.com/HwsApacheMaster/Apache2.2/logs/ssl_scache"
# SSLSessionCache "shmcb:E:/Huweishen.com/HwsApacheMaster/Apache2.2/logs/ssl_scache(512000)"
SSLSessionCache "shmcb:logs/ssl_scache(512000)"
SSLSessionCacheTimeout 300
# Semaphore:
# Configure the path to the mutual exclusion semaphore the
# SSL engine uses internally for inter-process synchronization.
SSLMutex default
##
## SSL Virtual Host Context
##
<VirtualHost *:443>
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
SSLCertificateFile "conf\ssl\1_mp.anqun.org_bundle.crt"
SSLCertificateKeyFile "conf\ssl\2_mp.anqun.org.key"
ServerName "mp.anqun.org"
DocumentRoot "C:\HwsApacheMaster\wwwroot\mp_f75yPU"
<Directory "C:/HwsApacheMaster/wwwroot/mp_f75yPU">
Options FollowSymLinks ExecCGI
#AddHandler fcgid-script .php
#FcgidWrapper "/php-cgi.exe" .php
DirectoryIndex index.html index.htm index.php default.php index.jsp
AllowOverride All
Order Deny,Allow
Allow from all
</Directory>
</VirtualHost>
环境:Debian 8, MariaDB 10.0,HeidiSQL 9.4
过程: