質問編集履歴

2

誤字

2021/09/16 08:11

投稿

ASAPBYAF
ASAPBYAF

スコア2

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  Concreatly, when curl localhost:80 or curl localhost:81 is input, I can see the output of the HTMLfile I make.
10
10
 
11
-
11
+
12
12
 
13
13
  #Then, I want to connect Apache with mod_wsgi.
14
14
 

1

内容の追加

2021/09/16 08:11

投稿

ASAPBYAF
ASAPBYAF

スコア2

test CHANGED
@@ -1 +1 @@
1
- apache don't work after setting the mod_wsgi
1
+ Apache don't work after setting the mod_wsgi
test CHANGED
@@ -128,7 +128,21 @@
128
128
 
129
129
  ```ここに言語を入力
130
130
 
131
+ apache2.service - Apache httpd daemon
132
+
133
+ Loaded: loaded (/usr/lib/systemd/system/apache2.service; enabled; vendor preset: disabled)
134
+
135
+ Active: active (running) since 木 2021-09-16 16:15:24 JST; 4s ago
136
+
137
+ Process: 27620 ExecStart=/usr/local/apache2/bin/apachectl -k start (code=exited, status=0/SUCCESS)
138
+
139
+ Main PID: 27623 (httpd)
140
+
131
- コード
141
+ Tasks: 5
142
+
143
+ CGroup: /system.slice/apache2.service
144
+
145
+ └─27623 /usr/local/apache2/bin/httpd -k start
132
146
 
133
147
  ```
134
148