<div class="gmail_quote">On Fri, Mar 6, 2009 at 11:21 AM, SENTHIL KUMAR <span dir="ltr"><<a href="mailto:nucleic81@gmail.com">nucleic81@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear Ubuntu Users,<br>
<br>
i wish to change my PC as web server within a LAN. i have installed<br>
APCHE.PHP, MYSQL,phpADMIIN etc. but how to config apche.conf etc. and<br>
finally amke a web html page and show it to a neighbour in my office<br>
without having to get domain name etc.<br>
</blockquote></div><br>Assuming you're both on the same LAN, you could probably just tell them your local hostname, but you could also just use your IP address instead of the host name. For instance, at a shell prompt take the result you get from executing "hostname" and form a URL like "http://myhostname:portnumber/..." (you'll have to know what port number apache is running on). Similarly, if you take the IP address of your box (you can get this from "ifconfig"), you can use that instead of the hostname.<br>