apache - accessing local webserver on lan with simaple name like http://example.intranet.com -
i have small network , 1 ubuntu 12.04 (on trying host local intranet website) server machine , several desktops . want access deployed pages on server simple names http://example.intranet.com , within network. how can in accomplish it?...
i have apache tomcat server installed on server machine.
regards
avanindra
you need set dns server / forwarder , clients should use default dns server.
in ubuntu can use p.e. dnsmasq check out config file /etc/dnsmasq.conf , set
server=/intranet/192.168.0.1
replace 192.168.0.1 server ip address
then cients can access apache webserver typing http://intranet
Comments
Post a Comment