添加留言
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我
昵称   密码   游客无需密码
网址   电邮   [注册]
               

 
风云 Email
2014-11-5 14:46
你好,问一下 张大师, httpsqs-1.7.tar.gz  google下载不了,貌似 http://httpsqs.googlecode.com上面的东东都下载不下来,方便发我一份么,谢谢了。
zhhzs8986
2014-11-5 11:18
张兄你好,请教下http跳转到https在nginx下该怎么配置呢?下面是我的配置,直接访问http://10.179.132.196:1234
会自动跳转到https://10.179.132.196:4321,通过nginx访问后跳转到https://inv_normal:4321了,结果显示DNS找不到域名。

        upstream INV_NORMAL        {
                server 10.179.132.196:1234;
        }
    server {
            listen       1234;

        #    proxy_ssl_session_reuse off;
            location / {
                           # root   html;
                           # index  index.html index.htm;
                        content_by_lua '
                             ngx.exec("@inv_normal")
                        ';
        }
        location @inv_normal{
           proxy_pass http://INV_NORMAL;
        }
张三的歌 Email
2014-11-2 18:27
RSA server certificate CommonName (CN) `127.0.0.1' does NOT match server name!?PHP Warning:  [eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.6. Rebuild it for your PHP version (5.2.10) or download precompiled binaries.\n in Unknown on line 0PHP Fatal error:  Unable to start eAccelerator module in Unknown on line 01、Apache启动失败,请检查相关配置。√MySQL5.1已启动。求帮忙。。。
amazon gift card code Email Homepage
2014-11-1 19:31
i am loving this webpage as this is giving free amazon gift card codes.
ada Email Homepage
2014-10-30 11:36
阿哲
2014-10-23 11:06
张大哥,请问一下,nginx+两个tomcat,一个端口为8080,一个端口为7080,这两个tomcat可以跟nginx同时实现动静分离吗??请问在代码中如何实现??
apmserv6.0发布了吗?
2014-10-22 21:32
apmserv6.0发布了吗?
silary Email
2014-10-22 20:04
hello ,又遇到一个大神级别的人~路漫漫其修远兮,吾将上下而求索!前方的道路好长啊!!smoke北京最近雾霾太严重
rumah minimalis Email Homepage
2014-10-20 16:57
hallo,,,,interface "mentioned in the text in the whole article  http://www.rumahmungil.com/2014/10/desain-interior-rumah-minimalis.html
小欣 Email
2014-10-13 00:57
nginx 重定向后怎么限速?

我再http添加
limit_req_zone $binary_remote_addr zone=req_one:10m rate=2r/s;
limit_conn_zone $binary_remote_addr zone=addr:10m;

然后在location里面rewrite之前限制,代码如下
location /v1/ {
            limit_conn addr  1;
            limit_req   zone=req_one  burst=5;
            if (!-d $request_filename) {
                #common
                rewrite ^/v1/(\w+)/(\w+)(.html)?$ /api/v1/$1.php?a=$2 last;
            }
        }
但是没有效果,rewrite后就不行,没有rewrite就可以。请问大神有什么解决方案没有?急。。
分页: 2823/3068 第一页 上页 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 下页 最后页