我想为图像创建一个单独的域
我想设置一个名为 img.mydomain.com 的域。这将是一个虚拟域,就像我的实际域一样,除了一个区别:它只提供以 .jpg .jpeg .gif .png 等结尾的文件。这样我就可以参考 img.mydomain.com/some_image.jpg 。它会让浏览器认为它是两个独立的域,从而加快页面速度(谷歌页面速度分析器总是提醒我这样做)。
我在 Linux 服务器上运行 apache。我应该在 httpd.conf 中执行此操作吗?如果是这样,我的第一步是什么?
I want to set up a domain called img.mydomain.com. It will be a virtual domain that just like my actual domain except for one difference: it will only serve files that end in .jpg .jpeg .gif .png etc. This way I can refer to img.mydomain.com/some_image.jpg. it will speed up the page speed by making the browser think that it's two separate domains (google page speed analyzer is always nagging me to do this).
I'm running apache on a linux server. Should I do this in httpd.conf? If so, what is my first step?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为每个域创建 2 个文件夹(例如):
以下是您可以放入 httpd.conf 中的内容
create 2 folder for each domains (for example):
here's what you can put in your httpd.conf