質問編集履歴
4
再度journalctl -xe
test
CHANGED
File without changes
|
test
CHANGED
@@ -99,3 +99,23 @@
|
|
99
99
|
--------------------------------------------------------------
|
100
100
|
|
101
101
|
**太字の、(code=exited, status=1/FAILURE)部分が赤色になり、なにやらエラーっぽいのですが、これはなんでしょうか。**
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
再度、journalctl -xeをしてみました
|
106
|
+
|
107
|
+
---------------------------------
|
108
|
+
|
109
|
+
11月 29 15:39:50 略 sudo[4280]: shohei.fujiwara : TTY=pts/0 ; PWD=/home/shohei.fujiwara ; USER=root ; COMMAND=/bin/journalctl -xe
|
110
|
+
|
111
|
+
11月 29 15:41:02 略 sudo[4286]: shohei.fujiwara : TTY=pts/0 ; PWD=/home/shohei.fujiwara ; USER=root ; COMMAND=/bin/systemctl start httpd
|
112
|
+
|
113
|
+
11月 29 15:41:02 略 polkitd[490]: Registered Authentication Agent for unix-process:4287:2763370 (system bus name :1.61 [/usr/bin/pkttyagent --notify-
|
114
|
+
|
115
|
+
11月 29 15:41:02 略 polkitd[490]: Unregistered Authentication Agent for unix-process:4287:2763370 (system bus name :1.61, object path /org/freedeskto
|
116
|
+
|
117
|
+
11月 29 15:41:09 略 sudo[4293]: shohei.fujiwara : TTY=pts/0 ; PWD=/home/shohei.fujiwara ; USER=root ; COMMAND=/bin/journalctl -xe
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
--------------------------------
|
3
文章を整えた
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
|
37
37
|
|
38
38
|
|
39
|
-
systemctl start httpd後、journalctl -xe
|
39
|
+
systemctl start httpd後、journalctl -xeで表示された文言
|
40
40
|
|
41
41
|
-----------------------------
|
42
42
|
|
@@ -54,11 +54,13 @@
|
|
54
54
|
|
55
55
|
11月 29 13:54:12 略 systemd[1]: Failed to start The Apache HTTP Server.
|
56
56
|
|
57
|
+
|
58
|
+
|
57
59
|
--------------------------------------
|
58
60
|
|
59
|
-
/etc/httpd/conf/vhost/AAAA.confの1行目でしょうか、、、
|
61
|
+
**/etc/httpd/conf/vhost/AAAA.confの1行目でしょうか、、、
|
60
62
|
|
61
|
-
<!-- でコメントアウトして改行しているだけなのですがこれはダメなのでしょうか。
|
63
|
+
<!-- でコメントアウトして改行しているだけなのですがこれはダメなのでしょうか。**
|
62
64
|
|
63
65
|
|
64
66
|
|
@@ -96,4 +98,4 @@
|
|
96
98
|
|
97
99
|
--------------------------------------------------------------
|
98
100
|
|
99
|
-
太字の、(code=exited, status=1/FAILURE)部分が赤色になり、なにやらエラーっぽいのですが、これはなんでしょうか。
|
101
|
+
**太字の、(code=exited, status=1/FAILURE)部分が赤色になり、なにやらエラーっぽいのですが、これはなんでしょうか。**
|
2
新たな問題
test
CHANGED
File without changes
|
test
CHANGED
@@ -59,3 +59,41 @@
|
|
59
59
|
/etc/httpd/conf/vhost/AAAA.confの1行目でしょうか、、、
|
60
60
|
|
61
61
|
<!-- でコメントアウトして改行しているだけなのですがこれはダメなのでしょうか。
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
#でコメントアウトしたらactiveになりました。
|
66
|
+
|
67
|
+
---------------------------------------
|
68
|
+
|
69
|
+
httpd.service - The Apache HTTP Server
|
70
|
+
|
71
|
+
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
|
72
|
+
|
73
|
+
Drop-In: /etc/systemd/system/httpd.service.d
|
74
|
+
|
75
|
+
mqlimits.conf
|
76
|
+
|
77
|
+
Active: active (running) since 木 2018-11-29 14:15:45 JST; 4s ago
|
78
|
+
|
79
|
+
Docs: man:httpd(8)
|
80
|
+
|
81
|
+
man:apachectl(8)
|
82
|
+
|
83
|
+
Process: 2909 ExecStop=/bin/kill -WINCH ${MAINPID} **(code=exited, status=1/FAILURE)**
|
84
|
+
|
85
|
+
Main PID: 2988 (httpd)
|
86
|
+
|
87
|
+
Status: "Processing requests..."
|
88
|
+
|
89
|
+
CGroup: /system.slice/httpd.service
|
90
|
+
|
91
|
+
tq2988 /usr/sbin/httpd -DFOREGROUND
|
92
|
+
|
93
|
+
tq2989 /usr/sbin/httpd -DFOREGROUND
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
--------------------------------------------------------------
|
98
|
+
|
99
|
+
太字の、(code=exited, status=1/FAILURE)部分が赤色になり、なにやらエラーっぽいのですが、これはなんでしょうか。
|
1
コードを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -33,3 +33,29 @@
|
|
33
33
|
|
34
34
|
|
35
35
|
------------------------------------------------------
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
systemctl start httpd後、journalctl -xeにて表示された文言
|
40
|
+
|
41
|
+
-----------------------------
|
42
|
+
|
43
|
+
Unit httpd.service has begun starting up.
|
44
|
+
|
45
|
+
11月 29 13:54:13 略 httpd[2907]: httpd: Syntax error on line 385 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf/vhost/AAAA.conf: /
|
46
|
+
|
47
|
+
11月 29 13:54:12 略 polkitd[490]: Unregistered Authentication Agent for unix-process:2901:2122425 (system bus name :1.50, object path /org/freedesktop/Polic
|
48
|
+
|
49
|
+
11月 29 13:54:12 略 systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
|
50
|
+
|
51
|
+
11月 29 13:54:13 略 kill[2909]: kill: cannot find process ""
|
52
|
+
|
53
|
+
11月 29 13:54:12 略 systemd[1]: httpd.service: control process exited, code=exited status=1
|
54
|
+
|
55
|
+
11月 29 13:54:12 略 systemd[1]: Failed to start The Apache HTTP Server.
|
56
|
+
|
57
|
+
--------------------------------------
|
58
|
+
|
59
|
+
/etc/httpd/conf/vhost/AAAA.confの1行目でしょうか、、、
|
60
|
+
|
61
|
+
<!-- でコメントアウトして改行しているだけなのですがこれはダメなのでしょうか。
|