Configure static IP with port number which will point to multiple projects on different ports
Posted
by
Yogesh Kadam
on Server Fault
See other posts from Server Fault
or by Yogesh Kadam
Published on 2012-10-14T14:43:12Z
Indexed on
2012/10/15
3:42 UTC
Read the original article
Hit count: 511
linux
|virtualhost
I am developing a project in LAM* and using the Symfony framework.
I have one static IP like 99.99.99.99:8000 which points on my Linux server machine.
This static IP already has port number of 8000.
This Linux server machine has multiple project hosted on it and we access each project in LAN with different port number like abc:81, pqr:82, xyz:83.
Is is possible to access each project on same Linux machine by this static IP? If yes then please let me know how to configure and call each project using this IP address.
© Server Fault or respective owner