F
F
fir1st2012-02-17 07:09:54
Nginx
fir1st, 2012-02-17 07:09:54

How to access localhost from another computer with a proxy server?

I set up a web server at home, I can access it at the following addresses: 127.0.0.1, 192.168.1.1 and external 83.175.**.***.
I set up a web server at work, we have a local server with a proxy server, I can only access the site at 127.0.0.1 and that's it. Even from the same computer, the site is not visible through 192.168.1.13.
This is my first time doing this, what should I read? how to be?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Eddy_Em, 2012-02-17
@Eddy_Em

> Even from the same computer, the site is not visible through 192.168.1.13
Dig deeper into the settings of your web server: you must have missed the IP 192.168.1.13 in listen. If this is the local IP of your computer, then even with the network “lace” turned off (unless, of course, the network is already up), your server should respond to this address.
You can also ping yourself - maybe your firewall is blocking everything there.
Well, in order to enter from the outside, one cannot do without interfering with the proxy configuration: it must either add you to the DNS and perform a transparent redirect to the internal IP address of your computer for a request like yourhost.yourdomain.domain. Another option is requests like yourdomain.domain/yourhost (this can be implemented by setting the main web server).

S
shadowalone, 2012-02-17
@shadowalone

If the proxy is on the same machine that hosted the http daemon at 127.0.0.1, then set the same proxy in the browser and uncheck "Do not use proxy for localhost" or something like that. Well, in the address bar - 127.0.0.1/
in order for the web server to listen to addresses other than 127.0.0.1, you need to configure it accordingly.
You didn't write any OS or web server to give you specific instructions.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question