我正在尝试通过TinyProxy提供一些页面。
当我将Firefox代理设置更改为:
本地主机:8888(是的,我正在使用隧道),我得到的只有一个白屏幕?
当我评论这句话时:
Listen x.x.x.x (the address of my server)我得到一个403错误:
Access denied
The administrator of this proxy has not configured it to service requests from your host.
Generated by tinyproxy version 1.8.1.至少当我发现这个错误的时候我的隧道是有效的..。
但是,有人能帮我配置TinyProxy吗?
事先非常感谢,
发布于 2010-08-17 02:33:47
这意味着TinyProxy正在工作。向下看,查找tinyproxy的ACL配置。您需要告诉它要接受的IP范围。来自文档:
Allow
Deny
The Allow and Deny options provide a means to customize which clients are
allowed to access Tinyproxy. Allow and Deny lines can be specified multiple
times to build the access control list for Tinyproxy. The order in the config
file is important. If there are no Access or Deny lines, then all clients are
allowed. Otherwise, the default action is to deny access. The argument to
Access or Deny can be a single IP address of a client host, like 127.0.0.1,
an IP address range, like 192.168.0.1/24 or a string that will be matched
against the end of the client host name, i.e, this can be a full host name like
host.example.com or a domain name like .example.com or even a top level domain
name like .com.https://serverfault.com/questions/170941
复制相似问题