質問編集履歴

3

その他の参考にした記事の追加

2019/04/12 06:59

投稿

mametaro3
mametaro3

スコア13

test CHANGED
File without changes
test CHANGED
@@ -252,7 +252,7 @@
252
252
 
253
253
 
254
254
 
255
- apache2のエラーログ
255
+ **apache2のエラーログ**
256
256
 
257
257
  ```
258
258
 
@@ -261,3 +261,17 @@
261
261
  [Thu Apr 11 20:35:47.153527 2019] [proxy_http:error] [pid 25802] [client 127.0.0.1:55156] AH01114: HTTP: failed to make connection to backend: localhost, referer: http://redmine.local/
262
262
 
263
263
  ```
264
+
265
+
266
+
267
+
268
+
269
+ **その他の参考にした記事**
270
+
271
+
272
+
273
+ - http://weathercook.hatenadiary.jp/entry/20100821/1282412492
274
+
275
+ - https://www.phusionpassenger.com/docs/tutorials/deploy_to_production/deploying_your_app/oss/ownserver/ruby/apache/
276
+
277
+ - https://qiita.com/haneri/items/7110ce24e74f9566de8b

2

エラーログの添付

2019/04/12 06:59

投稿

mametaro3
mametaro3

スコア13

test CHANGED
File without changes
test CHANGED
@@ -245,3 +245,19 @@
245
245
  - Rails 5.2.3
246
246
 
247
247
  - Phusion Passenger
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+ apache2のエラーログ
256
+
257
+ ```
258
+
259
+ [Thu Apr 11 20:35:47.153485 2019] [proxy:error] [pid 25802] (61)Connection refused: AH00957: HTTP: attempt to connect to 127.0.0.1:3000 (localhost) failed
260
+
261
+ [Thu Apr 11 20:35:47.153527 2019] [proxy_http:error] [pid 25802] [client 127.0.0.1:55156] AH01114: HTTP: failed to make connection to backend: localhost, referer: http://redmine.local/
262
+
263
+ ```

1

質問内容に補足しました。

2019/04/11 11:38

投稿

mametaro3
mametaro3

スコア13

test CHANGED
File without changes
test CHANGED
@@ -18,6 +18,10 @@
18
18
 
19
19
  MacOSのApacheでRedmineを動かしたいです。
20
20
 
21
+ ApahceからPhusion Passengerを起動させられないことがブラウザに表示できない原因のように思います。
22
+
23
+
24
+
21
25
  質問は2つです。
22
26
 
23
27