douhanshu5517 2014-01-18 22:21
浏览 58
已采纳

nginx + passenger + phpmyadmin =访问被拒绝

I'm confused, i read a lot of information, but still get same error, when i call ../phpmyadmin/index.php

Access denied.

my nginx configuration file:

#user  nobody;
worker_processes  1;

#error_log  logs/error.log;
#error_log  logs/error.log  notice;
#error_log  logs/error.log  info;

#pid        logs/nginx.pid;


events {
    worker_connections  1024;
}


http {
    passenger_root /usr/local/rvm/gems/ruby-1.9.3-p484/gems/passenger-4.0.35;
    passenger_ruby /usr/local/rvm/gems/ruby-1.9.3-p484/wrappers/ruby;
    client_max_body_size 150m;
    include       mime.types;
    default_type  application/octet-stream;

    #log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
    #                  '$status $body_bytes_sent "$http_referer" '
    #                  '"$http_user_agent" "$http_x_forwarded_for"';

    #access_log  logs/access.log  main;

    sendfile        on;
    #tcp_nopush     on;

    #keepalive_timeout  0;
    keepalive_timeout  65;

    #gzip  on;

    server {
        listen       80;
        server_name  localhost;
    location / { 
         alias /home/prog/someapp/public;
     passenger_enabled on;
     rails_spawn_method smart;
     rails_env production;
    }

    location /phpmyadmin/ {
         alias /var/www/html/phpMyAdmin/;
         passenger_enabled off;
         index index.php;
        }
    location /mail/{
     alias /var/www/html/roundcube/;
     passenger_enabled off;
     index index.php;
    }
        #charset koi8-r;

        #access_log  logs/host.access.log  main;

        #location / {
         #   root   html;
          #  index  index.html index.htm;
        #}

        #error_page  404              /404.html;

        # redirect server error pages to the static page /50x.html
        #
        # error_page   500 502 503 504  /50x.html;
        # location = /50x.html {
         #   root   html;
        #}

        # proxy the PHP scripts to Apache listening on 127.0.0.1:80
        #
        #location ~ \.php$ {
        #aliassxy_pass   http://127.0.0.1;
        #}

        # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
        #
        location ~ \.php$ {
            alias         html;
            fastcgi_pass  127.0.0.1:9000;
            fastcgi_index  index.php;
            fastcgi_param  SCRIPT_FILENAME $request_filename;# scripts$fastcgi_script_name;
            include        fastcgi_params;
        }
    #location ~ .php$ { alias html; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $request_filename; include fastcgi_params; }
        # deny access to .htaccess files, if Apache's document root
        # concurs with nginx's one
        #
        #location ~ /\.ht {
        #    deny  all;
        #}
    }


    # another virtual host using mix of IP-, name-, and port-based configuration
    #
    #server {
    #    listen       8000;
    #    listen       somename:8080;
    #    server_name  somename  alias  another.alias;

    #    location / {
    #        root   html;
    #        index  index.html index.htm;
    #    }
    #}


    # HTTPS server
    #
    #server {
    #    listen       443;
    #    server_name  localhost;

    #    ssl                  on;
    #    ssl_certificate      cert.pem;
    #    ssl_certificate_key  cert.key;

    #    ssl_session_timeout  5m;

    #    ssl_protocols  SSLv2 SSLv3 TLSv1;
    #    ssl_ciphers  HIGH:!aNULL:!MD5;
    #    ssl_prefer_server_ciphers   on;

    #    location / {
    #        root   html;
    #        index  index.html index.htm;
    #    }
    #}

}

in

/etc/php5/fpm/pool.d/www.conf

i add

limit_extensions = .php .php3 .php4 .php5 .html 

.html work's great, but nothing is with php

also i try to set in php.ini to 1 cgi.fix_pathinfo and nothing(

what i do wrong?

part of log:

2014/01/19 19:25:01 [error] 5354#0: *11 FastCGI sent in stderr: "Access to the script '/opt/nginx/html' has been denied (see security.limit_extensions)" while reading response header from upstream, client: *, server: localhost, request: "GET /phpmyadmin/index.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: ""

  • 写回答

1条回答 默认 最新

  • douao1926 2014-01-20 10:42
    关注

    the problem is, that you defined aliases inside location blocks.

    but what you might do is, to define root paths for your locations...

    try switching from "alias /var/www/html/phpMyAdmin/;" to "root /var/www/html/phpMyAdmin/;"

    You might use the root directive! Either on the server block or on location blocks.

    Also you might define the index directive for the whole http block.

    http {
      index index.php index.htm index.html;
    
      server {
        server_name www.domain.com;
        root /var/www/html;
    
        location /phpmyadmin {
          [..]
        }
      }
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 我想在一个软件里添加一个优惠弹窗,应该怎么写代码
  • ¥15 fluent的在模拟压强时使用希望得到一些建议
  • ¥15 STM32驱动继电器
  • ¥15 Windows server update services
  • ¥15 关于#c语言#的问题:我现在在做一个墨水屏设计,2.9英寸的小屏怎么换4.2英寸大屏
  • ¥15 模糊pid与pid仿真结果几乎一样
  • ¥15 java的GUI的运用
  • ¥15 Web.config连不上数据库
  • ¥15 我想付费需要AKM公司DSP开发资料及相关开发。
  • ¥15 怎么配置广告联盟瀑布流