-
as seen on Server Fault
- Search for 'Server Fault'
I was wondering if anyone knew of a reverse proxy server to reverse proxy ftp traffic. I would like to run many servers on ip address, but then pass the traffic to an internal server with its own ip address. Thank you for any suggestions.
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi all:
I have an nginx server (CentOS 5.3, linux) that I'm using as a reverse-proxy load-balancer in front of 8 ruby on rails application servers. As our load on these servers increases, I'm beginning to wonder at what point will the nginx server become a bottleneck? The CPUs are hardly used,…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
So, I have previously installed Splunk 3.x behind a reverse proxy and downloaded the latest version (4.0.6 at time of typing) expecting it to be as easy to use as before. Sadly this was not the case. There appears to be some elements which are not being translated correctly through the reverse proxy…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have an internal windows authenticated website that I need to expose anonymously to external users.
extern: http://foo.com/ (public)
intern: http://privatefoo/ (requires windows auth)
I want people hitting foo.com to see no security prompt, just get access to privatefoo - I know this is possible…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to create a program that receives HTTP request and forwards those requests to the web servers.
I have successfully made this using only Java Sockets but the client needed the program to be implemented in Jpcap. I'd like to know if this is possible and what literature I should be reading…
>>> More