# Apache 리버스 프록시를 사용하여 설치하고 싶습니다

**URL:** https://meta.discourse.org/t/i-want-to-install-using-a-reverse-proxy-for-apache/158519
**Category:** Self-hosting
**Created:** [7월 22, 2020, 4:55오후 UTC](https://meta.discourse.org/t/i-want-to-install-using-a-reverse-proxy-for-apache/158519 "2020-07-22T16:55:49Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Teraterayuki](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/teraterayuki/32/160786_2.png) [@Teraterayuki](https://meta.discourse.org/u/Teraterayuki)
#### Post date: [7월 23, 2020, 5:06오전 UTC](https://meta.discourse.org/t/i-want-to-install-using-a-reverse-proxy-for-apache/158519/3 "2020-07-23T05:06:56Z")

</div>

감사합니다.  
가이드를 따라 Discourse를 구축했습니다.  
하지만 Apache의 리버스 프록시가 제대로 작동하지 않습니다.

```plaintext
    ProxyPass / ws://var/discourse/shared/standalone/nginx.http.sock
    ProxyPassReverse / ws://var/discourse/shared/standalone/nginx.http.sock

```

오류

```plaintext
 No protocol handler was valid for the URL /favicon.ico (scheme 'ws'). If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule., 

```

---

_[View the full topic](https://meta.discourse.org/t/i-want-to-install-using-a-reverse-proxy-for-apache/158519)._
