[Eisfair_dev] [eisfair1] lynx 1.0.2

Juergen Edner juergen at eisfair.org
Do Aug 28 11:42:29 CEST 2014


Hallo Holger, hallo Stefan,

> + echo HTTP_PROXY:proxy.abc.goip.de:3128
> + echo HTTPS_PROXY:proxy.abc.goip.de:3128

kann es sein, dass die Syntax der Einträge in der temporären
lynx-Konfigurationsdatei angepasst werden müssen? In /etc/lynx.cfg
wird diese wie folgt beschrieben:

http_proxy:http://some.server.dom:port/
https_proxy:http://some.server.dom:port/

@Stefan: Mdifiziere doch einmal die beiden Zeilen in /usr/bin/lynx
         wie folgt und teste erneut:

         IST: echo "HTTP_PROXY:${HTTP_PROXY}"
              echo "HTTPS_PROXY:${HTTP_PROXY}"

         SOLL: echo "http_proxy:http://${HTTP_PROXY}"
               echo "https_proxy:https://${HTTP_PROXY}"

Gruß Jürgen
-- 
Mail: juergen at eisfair.org


Mehr Informationen über die Mailingliste Eisfair_dev