This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Wanted Feature

It would be really cool if ASL could also do reverse http proxy.  It seems this product is already a one stop shop (box).  And for selfish reasons I would love for this box to hide (protect) my internal web server by proxying all requests from external users to my internal web server.

I just play a webmaster on TV so I don't know if this opens up a lot of security holes, or limits what you can do on your internal webserver.

I know I can set up an Apache box to do this, but havent got around to trying it out.  Thanks for any input.   


This thread was automatically locked due to age.
Parents
  • That is what I am doing today.  The reverse http proxy completly hides the OS and type of web server you are running.  With DNAT it is very easy to determine if you are running Apache, IIS or whatever flavor webserver.  

    Netcraft is a cool website that can determine what OS and webservice your site is running.  This is what Netcraft said my site was running: Windows 2000  Apache/2.0.43 (Win32) PHP/4.3.0  (right on the money).  
Reply
  • That is what I am doing today.  The reverse http proxy completly hides the OS and type of web server you are running.  With DNAT it is very easy to determine if you are running Apache, IIS or whatever flavor webserver.  

    Netcraft is a cool website that can determine what OS and webservice your site is running.  This is what Netcraft said my site was running: Windows 2000  Apache/2.0.43 (Win32) PHP/4.3.0  (right on the money).  
Children
  • Additionally, a properly configured reverse http proxy allows improved filtering and redirection to ensure that certain parts of the site could remain inaccessible from the Internet.

    I agree that this would be a great feature and hope it will be placed on the Astaro roadmap.