質問編集履歴

2

追記

2018/10/19 04:31

投稿

aiueoaiueoaiue
aiueoaiueoaiue

スコア94

test CHANGED
File without changes
test CHANGED
@@ -27,3 +27,11 @@
27
27
  ProxyPass /examples/ ajp://localhost:8009/examples/
28
28
 
29
29
  ```
30
+
31
+ ###追記
32
+
33
+ apacheの再起動には成功したのですが、いまだにステータスコード503が返ってきます。
34
+
35
+ ###コンソールのエラー
36
+
37
+ HTTP503: サービスを利用できません - サービスが一時的に過負荷状態になっています

1

追記

2018/10/19 04:31

投稿

aiueoaiueoaiue
aiueoaiueoaiue

スコア94

test CHANGED
File without changes
test CHANGED
@@ -15,3 +15,15 @@
15
15
  ###環境
16
16
 
17
17
  Apache24
18
+
19
+ ###proxy.conf
20
+
21
+ ```ここに言語を入力
22
+
23
+ ProxyPass /examples/websocket/ ws://localhost:8080/examples/websocket/
24
+
25
+ ProxyPassReverse /examples/websocket/ ws://localhost:8080/examples/websocket/
26
+
27
+ ProxyPass /examples/ ajp://localhost:8009/examples/
28
+
29
+ ```