摘要: nfs failed, reason given by server: Permission denied我有3台client去找server;前2台很正常;第3台的时候,死活不过;尝试了各种网上建议的解决办法;比如:修改/etc/fstab等等后来;我修改/etc/exports仅仅只是把第3行重新复制新添加了一遍,并重启portmap,nfs服务后client挂载成功了;这个让我想起了tnsname.ora会因为格式问题而不可用的情况====================附录:参考资料:http://blog.itechol.com/space-33-do-blog-id-5650.ht 阅读全文
posted @ 2013-05-31 19:08 陳聽溪 阅读(770) 评论(0) 推荐(0)
摘要: http://nginx.org/cn/docs/http/ngx_http_proxy_module.htmlhttp://bbs.linuxtone.org/thread-19302-1-1.htmlhttp://blog.csdn.net/zl8762385/article/details/5946325proxy也是nginx最有名的功能之一了,当然要了解一下这强大的功能了server { listen 8080; #location / {//例子1 # proxy_passhttp://www.nginxcn.com/; #} location /home/ { //例子2 pro 阅读全文
posted @ 2013-05-31 16:29 陳聽溪 阅读(6228) 评论(0) 推荐(0)