当我们在 Linux 上的 apache 服务器上输入带有错误端口的 url 时,如何获得友好的错误页面
我在 linux 机器上有一个 apache 服务器,它监听: http://:8080 它将重定向到 https://:8082
我的问题是当我们访问时如何获得友好的错误页面: http://:8082 //错误的端口
到目前为止我们将在网络浏览器状态栏中看到信息: “等待http://:8082...”, 并且很长时间没有回应。
你知道,8082端口很特殊,因为它用于https连接,如果我们访问:http://:8083,它将很快返回错误(HTTP 400 Bad Request)。
谢谢, 埃姆雷
I have an apache server on linux machine which listen at:
http://:8080
it will redirect to https://:8082
my question is how could we get the friendly error page when we access:
http://:8082
//wrong port
till now we will have the info in web browser status bar:
"waiting for http://:8082...",
and no response in long time.
you know, the port 8082 is special because it is used for https connection, if we access: http://:8083, it will return with error(HTTP 400 Bad Request) quickly.
thanks,
Emre
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题可能应该在服务器故障中,但无论如何这里都有一个答复。
有多种方法可以归档您想要的内容,但没有一种方法特别好。但如果我真的必须这样做,我会这样做,
This question should propably be in serverfault but here's a reply anyway.
Multiple ways to archive what you are after, none of them which is particulary great. But if i'd really really have to do that i'd do it like this