我正在尝试学习如何配置Apache HTTP服务器(我没有经验),而其他人已经在运行Ubuntu 8.04的VM中进行了设置。
我知道服务器正在运行,因为<html><body><h1>It works!</h1></body></html>
当我转到http://1.2.3.4/时会收到“ ” (其中1.2.3.4是VM的IP编号)。
我在/ etc / apache2 /中找到了apache2.conf和httpd.conf(以及其他文件)。httpd.conf为空。
我尝试添加DocumentRoot "/home/username/temp"
到/etc/apache2/httpd.conf中,并将一些简单的HTML放在/home/username/temp/index.html中。但是当我重新加载http://1.2.3.4/时,没有任何变化。
我是否需要重新启动httpd才能使它接受对DocumentRoot的更改?
更新:我将/ etc / apache2 / sites-available / default中的“ DocumentRoot / var / www /”更改为“ DocumentRoot / home / username / temp”,但是直到我运行后,才提供下一个HTML sudo service apache2 restart
。我可以告诉Apache重新加载配置(而不是重新启动)吗?
更新#2:从Karol Piczak对他的回答的评论中得到了这一点:sudo /etc/init.d/apache2 reload
/etc/apache2/sites-available/default
使用文档根映射修改到/ home / davuz / Code / www之后。我错过了此错误:“禁止您没有访问此服务器上的/index.php的权限。” 我曾尝试chmod 775 www
或777,但它仍然错误403