<VirtualHost *:80>
ServerName xxx.zhengfeng.me #访问域名
SSLProxyEngine on
ProxyRequests off
<Proxy *>
Order allow,deny
Allow from all
</Pr
操作说明:https://github.com/MoeClub/AlphaSSL 需要在 https://shop.moeclub.org/cart.php?gid=4 购买个apply token有效期13个月
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
#禁止指定蜘蛛访问
RewriteCond %{HTTP_USER_AGENT} www.baidu.com/search/spider.html$
RewriteRule ^(.*)$ fuck [R=403,L]
#非指定端口跳转
RewriteCond %{SE
exec('php 2.php > /dev/null 2>/dev/null &');