Assign different port than 80 for Apache -
I use OSX Mavericks which has been created in Apache.
I need someone to access a local website on my machine, I have done this many times before enabling web sharing, opening the port 80 for my local IP on the router and then giving an IP, the IP website is live. On the Internet.
The problem now is that I use a WiFi connection with a friend and I can not say to open 80 by router pass because I'm sure he will not understand it and maybe he will also change the WiFi pass. I checked the ports on the router and there are some open harbors, I was wondering if it is possible to change Apache's settings so that it can listen to other ports and then return the website to my IP IP?
I tried nanotechnology httpd.conf and listen 80
to listen to 12345
(for example), so I thought if my IP is 55.666.45.155 and I 55.666.45.155:12345
My website will popup but it does not work. Is it possible anyway?
Comments
Post a Comment