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.


Messages - howi42

Pages: 1
1
HFS ~ HTTP File Server / Re: HFS including SSl tools
« on: May 09, 2019, 07:08:00 AM »
Yes, I certainly need the nginx config for that, too.
I tried it through stunnel, but it does not work reliable.
I did got it to work once, but then it stopped and I was never able to get it to run again through stunnel.

The standard proxy config in nginx does not seem to work for hfs.

The requests reach hfs behind the proxy, but then it times out.

2
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


3
router & port problems / Re: HFS and Asus RT-n56u router
« on: August 16, 2012, 11:44:48 AM »
'hangs' means just nothing happens  until something times out, but the system itself is still fine.
But behavior is not consistent :

Using port 80 does not work at all; the request comes in, the  IP-adress in the log is incorrect and the request times out later.
Port 80 does work if I use another webserver; so this could be a combination of hfs/router behavior which causes the problem.

Port 8080  ( or any other port ) seems to work now.

- Wolfgang

4
router & port problems / Re: HFS and Asus RT-n56u router
« on: August 06, 2012, 12:44:51 PM »
To make it more interesting :

If I use the dyndns way and access the HFS from the internet, it hangs.
If I use the direct WAN address of my router and access HFS from the internet, everything is fine.

And, the dyndns translation is correct !

Still no idea what is happening ...

- Wolfgang

5
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


6
RAWR-Designs / Re: Rawr-designs down?
« on: July 02, 2012, 01:53:29 AM »
Where can I get the tpgen executable ?

I tried to use a thumbnail generation on-the-fly, no good results;
it causes problems with large lists and creates a lot of traffic as it downloads
the full images.

Thanks,

Wolfgang

7
RAWR-Designs / Re: Rawr-designs down?
« on: July 01, 2012, 10:23:05 AM »
You are right, thanks.

- Wolfgang

8
RAWR-Designs / Re: Rawr-designs down?
« on: June 29, 2012, 02:30:00 PM »
All these links seem to be gone .... Any other place to get the templates from ?

Thanks, Wolfgang

Pages: 1