summaryrefslogtreecommitdiffstats
path: root/docs/Running-behind-apache.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Running-behind-apache.md')
-rw-r--r--docs/Running-behind-apache.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/Running-behind-apache.md b/docs/Running-behind-apache.md
index 989c51fc..d152306f 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:
@@ -350,7 +353,7 @@ If your apache server is not on localhost, you can set:
*note: Netdata v1.9+ support `allow connections from`*
-`allow connections from` accepts [Netdata simple patterns](/libnetdata/simple_pattern/README.md) to match against the connection IP address.
+`allow connections from` accepts [Netdata simple patterns](https://github.com/netdata/netdata/blob/master/libnetdata/simple_pattern/README.md) to match against the connection IP address.
## prevent the double access.log