Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试更改 httpd.conf usr/local/apache/conf 中的站点 IP 和路径
例如:
<VirtualHost 111.111.111.111:80> DocumentRoot /home/mypath/public_html
但是我的网站仍然无法运行,它没有转到正确的路径,并且我看不到 index.html 页面。据我了解,服务器虚拟主机应配置 IP 和域路径。为什么我没有看到想要的结果,我只是想让网站显示 index.html ?
该怎么办?
尝试使用以下命令重新启动:
service httpd restart