In Linux server we store files in the folder /home/Data/abc/project ‘project’ folder can be accessed on server (i.e. the computer on which project folder stored) by typing "http://localhost/abc/project" in browser. We want to access this folder in local network through all the nodes something like "http://192.168.0.100/abc/project" What are the necessary changes I need to make on server files (apache config file etc..) to make this working as desired