Virtual Hosting in RHEL 5
Posted
by Kumar P
on Server Fault
See other posts from Server Fault
or by Kumar P
Published on 2010-06-09T05:25:48Z
Indexed on
2010/06/10
12:54 UTC
Read the original article
Hit count: 359
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.
© Server Fault or respective owner