Hi,
I am setting up my apache2 webserver (on a windows 2003 box) and I need to serve an intranet as well as an internet/extranet site.
As the sites will share the same files and folders, I'm guessing this is a virtual host on its own
So, I think I need 3 virutal hosts to serve everything, I just need to find a way of splitting the traffic from internal and external traffic.
I port forward port 80 and 443 (used to authenticate users by LDAP) to my box from outside, but it also forwards the external users IP address. So I can only filter by network traffic. The network traffic is: 192.168.32.xxx (computer DHCP IP).
I'm guessing I need to use mod_rewrite or similar.
All help appreciated.
Thanks
I am setting up my apache2 webserver (on a windows 2003 box) and I need to serve an intranet as well as an internet/extranet site.
As the sites will share the same files and folders, I'm guessing this is a virtual host on its own
So, I think I need 3 virutal hosts to serve everything, I just need to find a way of splitting the traffic from internal and external traffic.
I port forward port 80 and 443 (used to authenticate users by LDAP) to my box from outside, but it also forwards the external users IP address. So I can only filter by network traffic. The network traffic is: 192.168.32.xxx (computer DHCP IP).
I'm guessing I need to use mod_rewrite or similar.
All help appreciated.
Thanks