質問編集履歴

1

解決した設定ファイルのエラーは除き、現在発生したエラーを記載しています。ご回答頂いた方、ありがとうございました。

2021/07/23 13:34

投稿

say10975
say10975

スコア1

test CHANGED
File without changes
test CHANGED
@@ -14,71 +14,23 @@
14
14
 
15
15
  apachectl cofigtest
16
16
 
17
- Usage: /usr/sbin/apache2 [-D name] [-d directory] [-f file]
17
+ の実行結果
18
18
 
19
- [-C "directive"] [-c "directive"]
20
-
21
- [-k start|restart|graceful|graceful-stop|stop]
22
-
23
- [-v] [-V] [-h] [-l] [-L] [-t] [-T] [-S] [-X]
24
-
25
- Options:
26
-
27
- -D name : define a name for use in <IfDefine name> directives
28
-
29
- -d directory : specify an alternate initial ServerRoot
30
-
31
- -f file : specify an alternate ServerConfigFile
32
-
33
- -C "directive" : process directive before reading config files
34
-
35
- -c "directive" : process directive after reading config files
36
-
37
- -e level : show startup errors of level (see LogLevel)
38
-
39
- -E file : log startup errors to file
19
+ No syntax error
40
-
41
- -v : show version number
42
-
43
- -V : show compile settings
44
-
45
- -h : list available command line options (this page)
46
-
47
- -l : list compiled in modules
48
-
49
- -L : list available configuration directives
50
-
51
- -t -D DUMP_VHOSTS : show parsed vhost settings
52
-
53
- -t -D DUMP_RUN_CFG : show parsed run settings
54
-
55
- -S : a synonym for -t -D DUMP_VHOSTS -D DUMP_RUN_CFG
56
-
57
- -t -D DUMP_MODULES : show all loaded modules
58
-
59
- -M : a synonym for -t -D DUMP_MODULES
60
-
61
- -t -D DUMP_INCLUDES: show all included configuration files
62
-
63
- -t : run syntax check for config files
64
-
65
- -T : start without DocumentRoot(s) check
66
-
67
- -X : debug mode (only one worker, do not detach)
68
-
69
- Action 'cofigtest' failed.
70
-
71
- The Apache error log may have more information.
72
-
73
- say@say:/var/log/apache2$
74
20
 
75
21
 
76
22
 
77
- エラーログは次のとおりです。
23
+ Apacheのエラーログは次のとおりです。
78
24
 
79
- [Fri Jul 23 00:00:19.217205 2021] [mpm_prefork:notice] [pid 643622] AH00171: Graceful restart requested, doing restart
25
+ [Fri Jul 23 22:30:05.838003 2021] [mpm_prefork:notice] [pid 626] AH00169: caught SIGTERM, shutting down
80
26
 
27
+ [Fri Jul 23 22:30:07.072611 2021] [ssl:warn] [pid 1435] AH01909: say:443:0 server certificate does NOT include an ID which matches the server name
28
+
29
+ [Fri Jul 23 22:30:07.810866 2021] [ssl:warn] [pid 1436] AH01909: say:443:0 server certificate does NOT include an ID which matches the server name
30
+
81
- AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
31
+ [Fri Jul 23 22:30:07.829180 2021] [mpm_prefork:notice] [pid 1436] AH00163: Apache/2.4.41 (Ubuntu) OpenSSL/1.1.1f configured -- resuming normal operations
32
+
33
+ [Fri Jul 23 22:30:07.829240 2021] [core:notice] [pid 1436] AH00094: Command line: '/usr/sbin/apache2'
82
34
 
83
35
 
84
36