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

Vitrual Hosts Based on DNS

Here is the issue...

   I have two different webservers sitting behind my ASL 4. They are 2 totally different boxes with 2 different internal ips. Both webservers are running websites that need to be accessable on port 80.

I only have one public ip address.

I want to be able to setup virtual hosts on the ASL which will  redirect to the proper internal server(s) based upon the dns associated with the request from the public side

can asl do this and if so how??

thanks

Asher
  


This thread was automatically locked due to age.
Parents Reply Children
  • [ QUOTE ]
    I guess what I was saying/asking  is:
    I thought that squids http accelerator function was the same as a reverse proxy.  ( I could be wrong) and if it is could we not configure it to do what we want?  Or is the squid version on Astaro limited in some way?

    Thanks

    BC   

    [/ QUOTE ]


    using http accelerator functionality as you describe is not the same as a http reverse proxy.  A reverse proxy is used for protecting your webserver from malicious requests.  basically all the incoming http requests are sent to the proxy.  the proxy then filters out known bad requests.  it also checks the length of anything after the ? in the url.  This is not a function that can be setup through the ASL Admin tool.  I'm not sure if squid supports it as I have never tired to use squid as a reverse proxy.

    hope that helps clarify....