teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

誤字

2021/09/16 08:11

投稿

ASAPBYAF
ASAPBYAF

スコア2

title CHANGED
File without changes
body CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Firtst, I confirm that Apache serves the HTMLfiles without mod_wsgi.
5
5
  Concreatly, when curl localhost:80 or curl localhost:81 is input, I can see the output of the HTMLfile I make.
6
-
6
+
7
7
  #Then, I want to connect Apache with mod_wsgi.
8
8
  mod_wsgi is installed in the virtual environment of conda.The conda environment is constructed with anaconda installed from the resorce cord.
9
9
 

1

内容の追加

2021/09/16 08:11

投稿

ASAPBYAF
ASAPBYAF

スコア2

title CHANGED
@@ -1,1 +1,1 @@
1
- apache don't work after setting the mod_wsgi
1
+ Apache don't work after setting the mod_wsgi
body CHANGED
@@ -63,7 +63,14 @@
63
63
  I confirm that Apache is running by using the command like systemctl status apache2.
64
64
  The below is the status.
65
65
  ```ここに言語を入力
66
+ apache2.service - Apache httpd daemon
67
+ Loaded: loaded (/usr/lib/systemd/system/apache2.service; enabled; vendor preset: disabled)
68
+ Active: active (running) since 木 2021-09-16 16:15:24 JST; 4s ago
69
+ Process: 27620 ExecStart=/usr/local/apache2/bin/apachectl -k start (code=exited, status=0/SUCCESS)
70
+ Main PID: 27623 (httpd)
66
- コード
71
+ Tasks: 5
72
+ CGroup: /system.slice/apache2.service
73
+ └─27623 /usr/local/apache2/bin/httpd -k start
67
74
  ```
68
75
 
69
76
  And I try some other ways of settiing as below.