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

 
xavier Email
2011-10-27 14:21
您好!向您请教一下关于nginx 限制的问题

需求是这样的
如:www.xxx.com/test 只允许 192.168.0.0/24网段访问 其余全部拒绝
问题就在使用了重写规则

server
{
  listen  80;
  server_name    www.xxx.com;
  index  index.php index.htm index.html;
  root  /var/InfiNET/www/microsoft/www.xxx.com;
  location /test/ {
    allow 192.168.0.0/24;
    deny all;
               }
  location ~ ^/360/.*.(php|php5)$ {
    fastcgi_pass   127.0.0.1:9000;
    fastcgi_index index.php;
    include        fcgi.conf;
    allow 192.168.0.0/24;
    deny all;
                                }
        location ~ .*.(php|php5)?$ {
        fastcgi_pass   127.0.0.1:9000;
        fastcgi_index  index.php;
        include        fcgi.conf;
                        }
rewrite ^/test /index.php;    

如果不使用重写当然可以行的通 使用了自然是不行的! 请问一下张老师可有什么好的办法? (不能限制/下 /下必须开放)
xxxrhong Email
2011-10-27 11:00
你好,这个版本的具体什么时间可以发布呢?之前说九月份,后面我每天都打开看看,结果到后来又说十月,十月这二十多天我每天都在查看,结果到现在还没有……刚刚看你回的留言说:张  宴 2011-10-25 19:18 2012年元旦发布,请大家关注! 张  宴 2011-10-25 19:17 二十九号发布,请大家关注! 张  宴 2011-10-25 18:45 二十八号,发布,请大家关注 这个说实话感觉有点像被放飞机的感觉,在行内承认你这个做的不错,但是也不要这样呀……
willam
2011-10-27 10:24
张宴你好,我从你的博客中学习了安装nginx+php(fcgi)+mysql;在服务器上已经装好了,现在我还希望再装一个apache在这个环境下;可编译完以后httpd服务起不来,被告知_fpm错误;请问如何把apache整合到这套环境中;邮箱:309189165@qq.com希望不吝赐教
张晏
2011-10-26 13:06
同志们我最近房子忙着装修,不好意思啊!估计到年前就会发布!
失望
2011-10-26 10:48
张  宴 2011-10-25 19:18
2012年元旦发布,请大家关注!
张  宴 2011-10-25 19:17
二十九号发布,请大家关注!
张  宴 2011-10-25 18:45
二十八号,发布,请大家关注

虽然是免费软件,但也不要老放鸽子嘛。这样影响不好。sleepy
民大张宴
2011-10-26 10:31
我买了本你的实战Nginx可是就是看不懂哦  期待你的6.0能早些出来喔!喜欢你的作品技术含量高
544444
2011-10-25 21:19
张工到低啥时发布,这么多日期
张  宴
2011-10-25 19:18
2012年元旦发布,请大家关注!
张  宴
2011-10-25 19:17
二十九号发布,请大家关注!
张  宴
2011-10-25 18:45
二十八号,发布,请大家关注
分页: 2292/2445 第一页 上页 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 下页 最后页