rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - howi42

Pages: 1
1
Deutsch / hfs und proxy
« on: May 09, 2019, 06:58:43 AM »
Ich moechte den Server hinter einem Proxy laufen lassen ( nginx ).

Etwa so :

Code: [Select]


location /hfs/   {
        proxy_set_header        Host $host;
        proxy_set_header        X-Real-IP $remote_addr;
        proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header        X-Forwarded-Proto $scheme;
        proxy_pass          http://10.0.0.93:8092;
        proxy_buffering off;
        proxy_pass_header Authorization;
 
    }

Ich sehe, das der Request korrekt ankommt, danach haengt alles bis zum Timeout.
Im Forum habe ich gesehen, dass das mit der version 2.4rc2 moeglich zu sein scheint..
Kann ich das probieren oder gibt es andere Loesungen ?

Ergaenzung : Das Problem ist nicht der Proxyserver.
Wenn ich mich lokal ( auf dem Server selbst ) einlogge, alles gut, egal, welcher Browser

- Firefox/Chrome :  Aus dem LAN ( Adresse oder Proxy ) : werde ich zwar connected, aber der Login erscheint nicht  -> Timeout
- Edge : Aus dem LAN, mit IP-Adresse : alles geht
- Edge : Aus dem LAN, ueber Proxy : Einloggen geht, Folder erscheinen, Interaktion ist moeglich, aber alles ohne Dekoration ( keine Icons, keine Buttons )

Letzter Status :

Einzige Aenderung :   Find external address on startup

Ergebnis :

LAN  login mit IP-Addresse, ohne Proxy : alles gut
LAN login mit Proxy :  Prinzipiell geht es, aber  keine Images, kein CSS


2
router & port problems / HFS and Asus RT-n56u router
« on: August 06, 2012, 12:18:50 PM »
I still have problems to understand what is going on :

Everything works fine locally, but not through that router.

1. I checked other webservers with that router - ok
2. Use port 80 for the webserver, access the webserver from the internet, see that HFS is responding to that request, but the IP address in the log is different from the IP address of the requesting system.
3. Use port 8080 ( or any other port ) , access the webserver from the internet, see that the request reaches HFS,
the IP address of the requesting system is correct, but then it hangs.
It looks like that HFS is trying to use other ports and that might cause the problems, as I do not know if these ports are open on  the requesting system.

Anyone seen something similar ?

- Wolfgang


Pages: 1