質問編集履歴
2
追記
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -12,4 +12,8 @@
|
|
|
12
12
|
ProxyPass /examples/websocket/ ws://localhost:8080/examples/websocket/
|
|
13
13
|
ProxyPassReverse /examples/websocket/ ws://localhost:8080/examples/websocket/
|
|
14
14
|
ProxyPass /examples/ ajp://localhost:8009/examples/
|
|
15
|
-
```
|
|
15
|
+
```
|
|
16
|
+
###追記
|
|
17
|
+
apacheの再起動には成功したのですが、いまだにステータスコード503が返ってきます。
|
|
18
|
+
###コンソールのエラー
|
|
19
|
+
HTTP503: サービスを利用できません - サービスが一時的に過負荷状態になっています
|
1
追記
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -6,4 +6,10 @@
|
|
|
6
6
|
Invalid command 'ProxyPass', perhaps misspelled or defined by a module not included in the server configuration
|
|
7
7
|
```
|
|
8
8
|
###環境
|
|
9
|
-
Apache24
|
|
9
|
+
Apache24
|
|
10
|
+
###proxy.conf
|
|
11
|
+
```ここに言語を入力
|
|
12
|
+
ProxyPass /examples/websocket/ ws://localhost:8080/examples/websocket/
|
|
13
|
+
ProxyPassReverse /examples/websocket/ ws://localhost:8080/examples/websocket/
|
|
14
|
+
ProxyPass /examples/ ajp://localhost:8009/examples/
|
|
15
|
+
```
|