質問編集履歴

2

追記

2016/12/08 23:21

投稿

simasima
simasima

スコア49

test CHANGED
File without changes
test CHANGED
@@ -44,10 +44,16 @@
44
44
 
45
45
 
46
46
 
47
- - 追記 -
47
+ - 追記 1
48
48
 
49
49
  Y.H.さんの指摘通りguest os の中でcurl http://localhost:9306を行ったところ
50
50
 
51
51
  curl: (7) Failed to connect to localhost port 9306: Connection refused
52
52
 
53
53
  のようになり,正常に取得されませんでした.
54
+
55
+
56
+
57
+ - 追記 2
58
+
59
+ まだまだ初心者なのでよくわかっていないのですが,sphinxはアプリケーションサーバであり,これとは別にwebサーバであるnginxがないとリモート環境から閲覧できないということでしょうか...

1

追記

2016/12/08 23:21

投稿

simasima
simasima

スコア49

test CHANGED
File without changes
test CHANGED
@@ -41,3 +41,13 @@
41
41
  となってしまいます.
42
42
 
43
43
  どなたか解決していただけると助かります.
44
+
45
+
46
+
47
+ - 追記 -
48
+
49
+ Y.H.さんの指摘通りguest os の中でcurl http://localhost:9306を行ったところ
50
+
51
+ curl: (7) Failed to connect to localhost port 9306: Connection refused
52
+
53
+ のようになり,正常に取得されませんでした.