On Tue, Aug 26, 2008 at 4:50 PM, Sebastian Spaeth <[EMAIL PROTECTED]>wrote:
> Ian Dees wrote: > >> >> I am still getting the error. Should the apache restart have fixed things? >> > > It works for me now. If you have a look at the apache server status page ( > http://hypercube.telascience.org/server-status) you will see that many of > the recent requests are still openaerialmap related, unfortunately) > Found the problem: there is at least one instance (I couldn't find any more in my quick greps) where a LWP::UserAgent is created but the environment's proxy settings aren't read (via a call to env_proxy()). The upload works after i add: $ua->env_proxy(); after line 197 in Upload.pm.
_______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
