午夜的温柔_个人页

个人头像照片 午夜的温柔
0
12
0

个人介绍

暂无个人介绍

擅长的技术

获得更多能力
通用技术能力:

暂时未有相关通用技术能力~

云产品技术能力:

暂时未有相关云产品技术能力~

阿里云技能认证

详细说明
暂无更多信息
正在加载, 请稍后...
暂无更多信息
  • 提交了问题 2016-03-10

    忘记了登录xshell4的密码,ftp又怎么登录呢?

  • 回答了问题 2015-02-28

    我ECS是青岛的,但是怎么查询IP都是河北石家庄铁通的?

    Re我ECS是青岛的,但是怎么查询IP都是河北石家庄铁通的?
    我是杭州节点,查询是北京的电信通的
    踩0 评论0
  • 回答了问题 2014-09-26

    Linux Bash严重漏洞修复紧急通知(已全部给出最终修复方案)

    ReLinuxBash严重漏洞修复紧急通知
    现在用   env x='() { :;}; echo vulnerable' bash -c "echo this is a test"  显示的结果是 Xshell: env: command not found.   是不是代表修复成功了?
    踩0 评论0
  • 回答了问题 2014-08-01

    阿里云的网站日志怎么查看

    Re阿里云的网站日志怎么查看
    什么情况,没人知道吗啊?
    踩0 评论0
  • 提交了问题 2014-07-29

    阿里云的网站日志怎么查看

  • 回答了问题 2014-04-11

    linuxnginx服务器域名怎么做301重定向

    回2楼服务器之家的帖子
    请问用的帝国程序,怎么做301重定向。


    我网上查找过,说是修改这个文件—     /alidata/server/nginx-1.2.5/conf  


    打开这个文件是这样的:
    -----------------------------------------

    server {
            listen       80;
            server_name  localhost;
        index index.html index.htm index.php;
        root /alidata/www/phpwind;
        location ~ .*\.(php|php5)?$
        {
            #fastcgi_pass  unix:/tmp/php-cgi.sock;
            fastcgi_pass  127.0.0.1:9000;
            fastcgi_index index.php;
            include fastcgi.conf;
        }
        location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
        {
            expires 30d;
        }
        location ~ .*\.(js|css)?$
        {
            expires 1h;
        }
        
        #伪静态规则
        include /alidata/server/nginx/conf/rewrite/phpwind.conf;
        access_log  /alidata/log/nginx/access/phpwind.log;


    }


    --------------------------------------------------------


    在论坛问过,说是加上这段代码:
    -----------------------------------------------------

    server {
      server_name www.domain.com;
      return 301 $scheme://domain.com$request_uri;
    }
    server {
      server_name domain.com;
      [...]
    }


    我想问问如果是正确的,那么代码加在哪个位置。


    还有这个文件是做什么的,是不是不同的程序改的文件不同啊,我网上找方法时,有的说是改这个文件—/alidata/server/nginx-1.2.5/conf/vhosts
    里面代码如下:



    server {
            listen       80;
            server_name  localhost;
        index index.html index.htm index.php;
        root /alidata/www/phpwind;
        location ~ .*\.(php|php5)?$
        {
            #fastcgi_pass  unix:/tmp/php-cgi.sock;
            fastcgi_pass  127.0.0.1:9000;
            fastcgi_index index.php;
            include fastcgi.conf;
        }
        location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
        {
            expires 30d;
        }
        location ~ .*\.(js|css)?$
        {
            expires 1h;
        }
        
        #伪静态规则
        include /alidata/server/nginx/conf/rewrite/phpwind.conf;
        access_log  /alidata/log/nginx/access/phpwind.log;


    }
    ------------------------------------------------------


    最后问一个问题就是,nginx 里   404页面是怎么设置的,哪里改啊。

    -------------------------

    回2楼服务器之家的帖子
    请问用的帝国程序,怎么做301重定向。


    我网上查找过,说是修改这个文件—     /alidata/server/nginx-1.2.5/conf  


    打开这个文件是这样的:
    -----------------------------------------

    server {
            listen       80;
            server_name  localhost;
            index index.html index.htm index.php;
            root /alidata/www/phpwind;
            location ~ .*\.(php|php5)?$
            {
                    #fastcgi_pass  unix:/tmp/php-cgi.sock;
                    fastcgi_pass  127.0.0.1:9000;
                    fastcgi_index index.php;
                    include fastcgi.conf;
            }
            location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
            {
                    expires 30d;
            }
            location ~ .*\.(js|css)?$
            {
                    expires 1h;
            }
            
            #伪静态规则
            include /alidata/server/nginx/conf/rewrite/phpwind.conf;
            access_log  /alidata/log/nginx/access/phpwind.log;


    }


    --------------------------------------------------------


    在论坛问过,说是加上这段代码:
    -----------------------------------------------------

    server {
      server_name www.domain.com;
      return 301 $scheme://domain.com$request_uri;
    }
    server {
      server_name domain.com;
      [...]
    }


    我想问问如果是正确的,那么代码加在哪个位置。


    还有这个文件是做什么的,是不是不同的程序改的文件不同啊,我网上找方法时,有的说是改这个文件—/alidata/server/nginx-1.2.5/conf/vhosts
    里面代码如下:



    server {
            listen       80;
            server_name  localhost;
            index index.html index.htm index.php;
            root /alidata/www/phpwind;
            location ~ .*\.(php|php5)?$
            {
                    #fastcgi_pass  unix:/tmp/php-cgi.sock;
                    fastcgi_pass  127.0.0.1:9000;
                    fastcgi_index index.php;
                    include fastcgi.conf;
            }
            location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
            {
                    expires 30d;
            }
            location ~ .*\.(js|css)?$
            {
                    expires 1h;
            }
            
            #伪静态规则
            include /alidata/server/nginx/conf/rewrite/phpwind.conf;
            access_log  /alidata/log/nginx/access/phpwind.log;


    }
    ------------------------------------------------------


    最后问一个问题就是,nginx 里   404页面是怎么设置的,哪里改啊。


    踩0 评论0
  • 回答了问题 2014-04-07

    阿里云有可能出海外主机产品不?

    Re阿里云有可能出海外主机产品不?
    说是要出香港的节点
    踩0 评论0
  • 回答了问题 2014-04-07

    nginx怎么做301重定向,哪里出错了

    回2楼林林林的帖子
    嗯  我看到了,笑得好美
    踩0 评论0
  • 提交了问题 2014-04-01

    nginx怎么做301重定向,哪里出错了

  • 回答了问题 2014-03-26

    请问阿里云的服务器怎么和万网域名绑定啊

    回6楼备案客服的帖子
    一般有两部,1,域名解析空间   2,空间绑定域名

    我已经完成第一步,在域名管理里解析了ip,请问第二步,空间如何绑定域名呢? 是不是阿里云备案通过就已经自动完成绑定了,还是说阿里云后台那里可以绑定。
    踩0 评论0
  • 回答了问题 2014-03-25

    阿里云备案成功后却延时不能访问(已超24小时)

    回2楼备案客服的帖子
    我的也是这情况,我13好提交,昨天短信告知我备案成功,icp号也下来了,今天一早我就去解析域名,结果发现阿里云上显示备案还在进行中。     顺便问问,怎么参与备多久送多久,我的备案ID:1421247       备案订单号:24210019228      
    踩0 评论0
  • 回答了问题 2014-03-25

    备案通过,请专员解除拦截

    Re备案通过,请专员解除拦截
    我的备案也过了,昨天手机接到了短信,但是阿里云上面还是显示在审核。
    踩0 评论0
正在加载, 请稍后...
滑动查看更多
正在加载, 请稍后...
暂无更多信息