Virtual Hosting in RHEL 5
- by Kumar P
We have a RHEL 5 Linux server with a few Windows XP clients.
We provide web development in PHP.
Now my developers as for common local PHP server for keep their projects in same place.
Currently the proxy server and Samba sharing are running on the RHEL 5 server.
I installed httpd, PHP and MySQL in the server. And I would like to configure virtual hosting too for LAN. What I want do for it?
We have 2 Ethernet ports in the server, 1 for local connections and another one for Internet. Internet is provided by an ADSL provider. (192.168.0.0 series for ADSL modem connection and 10.1.1.0 for the LAN connection.
If I want to use virtual hosting, do I need to setup local DNS server?
My requirements are: setup PHP with MySQL server for local clients with multiple hosting, without disturbing proxy and Samba.