If your PC's browser works but not lynx on your server. Perhaps the server need to use a proxy server/gateway. Also if the server is behind a firewall using NAT. A local access to the web site might not be possible. ie. You need to access the web page from outside. In both cases, if you have a proxy server outside. You can confure lynx to use the proxy server.
You can do a simple test:
#export http_proxy=http://proxy.server.com:8080
before running lynx.
Can you write to /etc/lynx.cfg or /etc/lynx-site.cfg ?
|