如何在 centOS 上停放域名
我如何在没有任何 Cpanel(cPanel、plesk 或 ...)并使用 shh 的情况下在基于 CentOS 的 VPS 上停放域名?
how can i park a domain on CentOS based VPS without any Cpanel(cPanel,plesk or ...) and using shh?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以编辑 httpd.conf 以及虚拟主机部分下的 ServerName 部分,您可以在其中添加您的域。如果你的 DNS 没有指向你的网络服务器,你也需要这样做(这是 cpanel 等的优点之一,它为你做这件事,但同时,让你想知道它做了什么)
类似
You can edit httpd.conf and where it says the ServerName part under the virtual hosts section, you can add your domain there. If your DNS isnt pointing to your web server, you will need to do that too (this is one of the advantages of cpanel etc it does it for you but then at the same time, leaves you wondering what it did)
Something like
我假设您有 DNS(即 Godaddy 的,或者您通过 VPS 获得一个)。
编辑您的文件 /etc/httpd/conf/httpd.conf
在底部添加此内容(使用您的域名作为 ServerName,使用您的文件夹作为 DocumentRoot):
目录是可选的,但这对我有用。
然后以“root”身份进入 SSH 并重置 Apache 服务器:
I assume you have DNS (ie. Godaddy's, or you get one with your VPS).
Edit you file /etc/httpd/conf/httpd.conf
Add this at the bottom (use your domain name as ServerName and your folder as DocumentRoot):
Directory is optional, but this works for me.
Than go to SSH as a "root" and reset Apache server: