Thanks it worked wonders
If u are behind a router,you will need to forward port 81 on your router to the IP address of the machine running apache(I'm assuming this is ur web server).
If not, check ur /etc/apache2/apache2.conf or httpd.conf and ensure the listening directive specifies the port, and the IP address. If the IP address is not specified, Apache2 will listen on all IP addresses assigned to the machine it runs on. The default value for the Listen directive is 80. Change this to 192.168.0.2:81 .This directive can be found and changed in its own file,
/etc/apache2/ports.conf
.
./bernardOn Wed, Dec 23, 2009 at 9:27 AM, Calvin Omari <calvinebarongo@gmail.com> wrote:
Hi techies merry xmass to you all,
I was working on a php system and now I have finished and set aside a server for it but now how can I access it from another computer in the intranet/LAN
the sever localhost address is http://localhost:81/myapplication this is how I access my application now how can I acces my apps from another comp the servers ip is 192.168.0.2
Thanks
Calvin Omari
_______________________________________________
Skunkworks mailing list
Skunkworks@lists.my.co.ke
http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks
------------
Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1fbjAwOUE&hl=en
------------
Skunkworks Rules
http://my.co.ke/phpbb/viewtopic.php?f=24&t=94
------------
Other services @ http://my.co.ke
Other lists
-------------
Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce
Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science
kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________
Skunkworks mailing list
Skunkworks@lists.my.co.ke
http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks
------------
Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1fbjAwOUE&hl=en
------------
Skunkworks Rules
http://my.co.ke/phpbb/viewtopic.php?f=24&t=94
------------
Other services @ http://my.co.ke
Other lists
-------------
Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce
Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science
kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general