I've got Apache web server on this machine. But I'm behind a proxy, so I can't just give someone my IP address when I want them to access certain pages or files here.
Isn't there any way I could get users to access my web server?
Printable View
I've got Apache web server on this machine. But I'm behind a proxy, so I can't just give someone my IP address when I want them to access certain pages or files here.
Isn't there any way I could get users to access my web server?
you will have to configure your proxy to work on a different port than port 80 like 8080 or 90
then configure the proxy to direct traffic to port 80
what proxy are you running???