首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >TinyProxy:空白屏幕

TinyProxy:空白屏幕
EN

Server Fault用户
提问于 2010-08-16 12:20:52
回答 1查看 11.2K关注 0票数 3

我正在尝试通过TinyProxy提供一些页面。

当我将Firefox代理设置更改为:

本地主机:8888(是的,我正在使用隧道),我得到的只有一个白屏幕?

当我评论这句话时:

代码语言:javascript
复制
Listen x.x.x.x (the address of my server)

我得到一个403错误:

代码语言:javascript
复制
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吗?

事先非常感谢,

EN

回答 1

Server Fault用户

回答已采纳

发布于 2010-08-17 02:33:47

这意味着TinyProxy正在工作。向下看,查找tinyproxy的ACL配置。您需要告诉它要接受的IP范围。来自文档

代码语言:javascript
复制
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.
票数 7
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/170941

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档