Virtual Hosting in RHEL5
- by Kumar P
We having RHEL5 linux server with few windows xp clients.
We providing web development in php.
Now my developers as for common local php server for keep their projects in same place.
Currently proxy server and samba sharing are running in RHEL5 server.
I installed httpd,php,MySQL in server. And i would like to configure virtual hosting too for LAN. What i want do for it ?
In server we have 2 Ethernet ports, 1 for local connection and another one for Internet. Internet provided by ADSL provider. (192.168.0.0 series for ADSL modem connection and 10.1.1.0 for LAN connection.
If i want to use virtual hosting , am i want to setup local DNS server ?
My requirements are, setup php with mySQL server for Local clients with multiple hosting , without disturbing proxy and samba.
Help me to solve it.