一 : 如何设置QQ透明皮肤?
[怎么让qq皮肤透明]如何设置QQ透明皮肤?——简介二 : 微博皮肤如何设置透明
微博皮肤如何设置透明
皮肤如何设置透明
新浪微博,模板。
自定义,页面颜色。
内容背景,
选色的地方输入#000000
输入后回车,透明化了再保存。 可以看看我的
三 : 如何设置透明全屏QQ皮肤
[qq皮肤怎么弄成全屏的]如何设置透明全屏QQ皮肤——简介四 : 如何用 Nginx 配置透明 HTTP 和 HTTPS 代理?
[nginx 配置]如何用 Nginx 配置透明 HTTP 和 HTTPS 代理?网友张晓亮(Larry)对[nginx 配置]如何用 Nginx 配置透明 HTTP 和 HTTPS 代理?给出的答复:
作为 web server nginx 当然是可以处理 ssl 的,但作为 proxy 则是不行的。
因为 nginx 不支持 CONNECT,收到 “CONNECT /:443 HTTP/1.1” 后会报一个包含“client sent invalid request while reading client request line,” 的错误。
因为 CONNECT 是正向代理的特性,据说也没有计划支持。
如果觉得 squid 比较难上手,也不够轻量,可以试试类似的。
以下都支持 http/https,
trafficserver
tinyproxy https://banu.com/tinyproxy/
基于 Python 的:
exaproxy http://code.google.com/p/exaproxy/
mitmproxy http://mitmproxy.org/
tinyhttpproxy http://www.oki-osk.jp/esc/python/proxy/就一个文件,06年以后就没有更新了
还有跨平台且有GUI的 Charles http://www.61k.com
Charles 实在是太棒了!但还是不如fiddler方便,前者还是更侧重 抓包而不是代理,还是 fiddler 更强大些。如果有条件还是在 windows 上开 fiddler 的代理吧。
网友杜琴对[nginx 配置]如何用 Nginx 配置透明 HTTP 和 HTTPS 代理?给出的答复:
A. 把SSL证书和中级根证书拷贝到Apache存放证书的目录中,如: /etc/httpd/conf/ssl.crt/
a. Copy the certificate and Intermediate CA Certificate to the Apache directory in which you plan to store your certificates (example: /etc/httpd/conf/ssl.key/ or /etc/httpd/conf/ssl.crt/).
B.使用文本编辑器打开http.conf文件,添加如下3行参数(如果没有的话)
b. Open the Apache httpd.conf file in a text editor (notepad/vi). Locate the SSL VirtualHost associated with your certificate. Verify that you have the following 3 directives within this virtual host. Please add them if they are not present:
SSLCertificateKeyFile /where/the/key/is/located/http://www.61k.comkey
SSLCertificateFile /where/the/certificate/is/located/http://www.61k.comrt
SSLCACertificateFile/where/the/certificate/is/located/intermediate.crt
请注意: Apache中含有https.conf和ssl.conf两个功能相同的文件,请只修改其中一个文件,否则会有冲突而使得Apache不能正常启动。
Note that some instances of Apache contain both a httpd.conf and ssl.conf file. Please enter or amend the httpd.conf or the ssl.conf with the above directives. Do not enter the information in both as there will be a conflict and Apache will not start.
c. 保存修改。 Save the changes and exit the editor.
d. 使用如下命令停止Apache后再启动Apache,以便Apache daemon能注册修改的参数。
Stop and start the Apache daemon which will register the changes that have been made in the config file. You can use the following commands:
/usr/sbin/apachectl stop /usr/sbin/apachectl startssl
or:
/usr/sbin/httpd -k stop /usr/sbin/httpd -DSSL
网友飞扬对[nginx 配置]如何用 Nginx 配置透明 HTTP 和 HTTPS 代理?给出的答复:
Nginx目前无法正向代理SSL,只能使用Squid。
网友李爽对[nginx 配置]如何用 Nginx 配置透明 HTTP 和 HTTPS 代理?给出的答复:
[08/Jul/2014:12:58:31 +0800] "CONNECT http://www.61k.com443HTTP/1.1" 400 571 "-" "-"
嗯嗯.正向代理.不支持https
网友tgfeng对[nginx 配置]如何用 Nginx 配置透明 HTTP 和 HTTPS 代理?给出的答复:
server{
listen 80;
listen 443 default ssl;
...
ssl on;
ssl_certificate /path/to/crt;
ssl_certificate_key /path/to/key;
...
}
nginx接受https请求,与后端无关.
五 : iPhone微信透明皮肤如何设置方法教程
iPhone微信透明皮肤怎么设置?
看着好友的苹果手机中的微信透明皮肤非常的好看,所以就想着自己也来把微信设置下透明皮肤,下面本文将为大家详细的介绍设置方法。
iPhone微信透明皮肤怎么设置?
1、首先要在网上下载微信透明皮肤文件,然后按照以上进行操作即可。
2、PC端打开软件iTools ,点击应用程序,找到微信,点击浏览,把主题加压出的文件夹内的所有文件导入MicroMessenger.app中,重新启动微信即可。
61阅读| 精彩专题| 最新文章| 热门文章| 苏ICP备13036349号-1