webarenaでubuntu その11
概要
webarenaでubuntu18.04やってみた。
apache2.4やってみた。
virtualhostやってみた。
ユーザー作成
sudo adduser hoge
public_htmlフォルダを作成。
index.html書く。
<html>
<body>
It's work!! [hoge]
</body>
</html>
ftpで、アップロード。
sudo adduser hoge
index.html書く。
<html>
<body>
It's work!! [hoge]
</body>
</html>
ftpで、アップロード。
<html>
<body>
It's work!! [hoge]
</body>
</html>
パーミッションを設定。
000-default.confを修正。
<VirtualHost *:80>
ServerName hoge.dip.jp
ServerAdmin webmaster@localhost
DocumentRoot /home/hoge/public_html/
<Directory /home/hoge/public_html>
AllowOverride None
Require all granted
</Directory>
</VirtualHost>
テスト
http://hoge.dip.jp
<VirtualHost *:80>
ServerName hoge.dip.jp
ServerAdmin webmaster@localhost
DocumentRoot /home/hoge/public_html/
<Directory /home/hoge/public_html>
AllowOverride None
Require all granted
</Directory>
</VirtualHost>
http://hoge.dip.jp
以上。
Author And Source
この問題について(webarenaでubuntu その11), 我々は、より多くの情報をここで見つけました https://qiita.com/ohisama@github/items/7d27e4ad3dc4ec490f4a著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .