Ik heb werkelijk alle tutorials gevolgd op internet en ben tot de volgende proxy.conf in mods.enabled gekomen:
Bij Couchpotato krijg ik een infinite loop (omleidingslus) als ik op de inlog pagina kom (via: http://localhost/couchpotato/). Sickbeard doet het niet en ook sabnzbd gaat niet goed. Ik heb al deze programma's waar dat kon een URL_BASE ingevuld zodat deze programma's zich bewust zijn van de proxypass en reverse. (bij couchpotato is dat bijv. URL_BASE=couchpotato , zonder slashes of wat). Wat mis ik?
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
| IfModule mod_proxy.c>
# If you want to use apache2 as a forward proxy, uncomment the
# 'ProxyRequests On' line and the <Proxy *> block below.
# WARNING: Be careful to restrict access inside the <Proxy *> block.
# Open proxy servers are dangerous both to your network and to the
# Internet at large.
#
# If you only want to use apache2 as a reverse proxy/gateway in
# front of some web application server, you DON'T need
# 'ProxyRequests On'.
ProxyRequests Off
<Proxy *>
AddDefaultCharset off
Order Allow,Deny
Allow from all
#Require all denied
#Require local
</Proxy>
## van poorten naar normale namen
ProxyPass /sabnzbd/ http://localhost:6100/
ProxyPassReverse /sabnzbd/ http://localhost:6100/
ProxyPass /sickbeard/ http://localhost:6110/
ProxyPassReverse /sickbeard/ http://localhost:6110/
ProxyPass /OpenKM/ http://localhost:6120/OpenKM/
ProxyPassReverse /OpenKM/ http://localhost:6120/OpenKM/
ProxyPass /couchpotato/ http://localhost:6130/
ProxyPassReverse /couchpotato/ http://localhost:6130/
ProxyPass /headphones/ http://localhost:6150/
ProxyPassReverse /headphones/ http://localhost:6150/
# Enable/disable the handling of HTTP/1.1 "Via:" headers.
# ("Full" adds the server version; "Block" removes all outgoing Via: headers)
# Set to one of: Off | On | Full | Block
ProxyVia On
</IfModule> |
Bij Couchpotato krijg ik een infinite loop (omleidingslus) als ik op de inlog pagina kom (via: http://localhost/couchpotato/). Sickbeard doet het niet en ook sabnzbd gaat niet goed. Ik heb al deze programma's waar dat kon een URL_BASE ingevuld zodat deze programma's zich bewust zijn van de proxypass en reverse. (bij couchpotato is dat bijv. URL_BASE=couchpotato , zonder slashes of wat). Wat mis ik?
Als je niet de moeite neemt je post in net Nederlands te schrijven, neem ik de moeite niet hem te lezen.