質問編集履歴
1
誤字を修正いたしました。
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
|
|
57
57
|
```
|
|
58
58
|
355 <VirtualHost *:80>
|
|
59
|
-
356 ServerName
|
|
59
|
+
356 ServerName mysite.com
|
|
60
60
|
357 DirectoryIndex index.html index.php
|
|
61
61
|
358 AddDefaultCharset UTF-8
|
|
62
62
|
359 DocumentRoot /var/www/html/mysite
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
363 </VirtualHost>
|
|
67
67
|
364
|
|
68
68
|
365 <VirtualHost *:80>
|
|
69
|
-
366 ServerName server.
|
|
69
|
+
366 ServerName server.mysite.com
|
|
70
70
|
367 DirectoryIndex index.html index.php
|
|
71
71
|
368 AddDefaultCharset UTF-8
|
|
72
72
|
369 DocumentRoot /var/www/html/mysite-server
|