summaryrefslogtreecommitdiffstats
path: root/docs/Running-behind-apache.md
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2023-01-25 15:29:33 +0200
committerGitHub <noreply@github.com>2023-01-25 15:29:33 +0200
commit0541c97e531bc7220b2879eb8a4139df0dc821b8 (patch)
tree7226f7804349940d92533564c8bab07fd78e5eb4 /docs/Running-behind-apache.md
parentf4d017ccf7385df3e152eeb5ea1259702ab01043 (diff)
Introduce the new Structure of the documentation (#13915)
* Moving the cloud docs under /docs/cloud (previous location: netdata/learn/*) * Added metadata on almost every document of the old learn site for the new ingest process of learn. * Map old learn document to their best fit as topic related docs. Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> Co-authored-by: DShreve2 <david@netdata.cloud> Co-authored-by: hugovalente-pm <hugo@netdata.cloud>
Diffstat (limited to 'docs/Running-behind-apache.md')
-rw-r--r--docs/Running-behind-apache.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/Running-behind-apache.md b/docs/Running-behind-apache.md
index 989c51fc7b..6ee90e6239 100644
--- a/docs/Running-behind-apache.md
+++ b/docs/Running-behind-apache.md
@@ -1,6 +1,10 @@
<!--
title: "Netdata via apache's mod_proxy"
-custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/Running-behind-apache.md
+custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/Running-behind-apache.md"
+sidebar_label: "Netdata via apache's mod_proxy"
+learn_status: "Published"
+learn_topic_type: "Tasks"
+learn_rel_path: "Setup/Expose local dashboard through proxy"
-->
# Netdata via apache's mod_proxy
@@ -35,7 +39,6 @@ Also, enable the rewrite module:
sudo a2enmod rewrite
```
----
## Netdata on an existing virtual host
@@ -314,7 +317,7 @@ or
bind to = ::1
```
----
+
You can also use a unix domain socket. This will also provide a faster route between apache and Netdata:
@@ -338,7 +341,7 @@ At the apache side, prepend the 2nd argument to `ProxyPass` with `unix:/tmp/netd
ProxyPass "/netdata/" "unix:/tmp/netdata.sock|http://localhost:19999/" connectiontimeout=5 timeout=30 keepalive=on
```
----
+
If your apache server is not on localhost, you can set: