How do I connect to the localhost apache web server of the machine I'm connected through Putty in?
|
If you are just looking to access phpmyadmin which runs on the remote server, I'd suggest you use putty to create an ssh tunnel. This is described here. You will need to create a "Local" tunnel from a Local Port of your choice (e.g. Then, just go to |
|||||||
|
|
You can use a text-based browser like |
|||
|
|
|
You can use a text browser such as lynx, or URL fetcher such as curl or wget, or even telnet to your http port directly. |
|||
|
|
telnet localhost 80(or 443) will do. But it will not guarantee the server is reachable remotely. If you want to brwose the site use w3m or any other text based browser. Without more information people here can't help you properly. – Bram Apr 25 '12 at 11:31