| From | Sent On | Attachments |
|---|---|---|
| lhmwzy | Apr 7, 2011 8:51 am | |
| Francis Daly | Apr 7, 2011 10:00 am | |
| Thomas Love | Apr 7, 2011 11:27 am | |
| lhmwzy | Apr 7, 2011 4:51 pm | |
| lhmwzy | Apr 7, 2011 4:52 pm | |
| Oleksandr V. Typlyns'kyi | Apr 7, 2011 5:08 pm | |
| lhmwzy | Apr 7, 2011 9:16 pm | |
| lhmwzy | Apr 7, 2011 9:53 pm | |
| Igor Sysoev | Apr 11, 2011 3:11 am | .Other |
| Igor Sysoev | Apr 11, 2011 3:18 am | .Other |
| lhmwzy | Apr 11, 2011 7:49 am | |
| lhmwzy | Apr 11, 2011 7:50 am | |
| lhmwzy | Apr 11, 2011 8:00 am | |
| ylshjx | Apr 11, 2011 7:19 pm | |
| ylshjx | Apr 11, 2011 7:28 pm |
| Subject: | Re: satisfy problem | |
|---|---|---|
| From: | lhmwzy (lhm...@gmail.com) | |
| Date: | Apr 7, 2011 9:53:33 pm | |
| List: | ru.sysoev.nginx | |
my conf is:
server { listen 80; server_name 10.66.23.112; #charset koi8-r; more_set_headers "Server:lhmwzy web server"; access_log off; root /usr/www/112/www; index index.php index.html index.htm; location ^~ /phpmyadmin/ { satisfy any; #allow 10.68.136.241; allow 10.68.9.210; deny all; auth_basic "passwd"; auth_basic_user_file ksadminpasswd; location ~ \.php$ { fastcgi_pass 127.0.0.1:10080; include fastcgi; fastcgi_index index.php; } }
location ~ \.php$ { fastcgi_pass 127.0.0.1:10080; include fastcgi; fastcgi_index index.php; }
error_page 401 403 /error/401.html; error_page 404 /error/404.html; error_page 500 502 503 504 = /error/50x.html; }
When access phpmyadmin from 10.68.136.241, nginx can not show the /error/401.html,but the default 401 error_page.
_______________________________________________ nginx mailing list ngi...@nginx.org http://nginx.org/mailman/listinfo/nginx






.Other