<HTML>
<div><font style="font-family:;font-size:10pt;">
<div>Saludos Tarde en la noche leì este mensaje por supuesto no quise
leer ningùn otro mensje.</div>
<div> </div>
<div>Ochoa<br />
</div>
</font> ------------------------------------------------<br />
MSc. Dr. Alexander Ochoa Agüero</div>
<div class="MsoNormal"><span style="">Grupo de Seguimiento de los Recursos
Humanos.</span></div>
<div>Escuela Latinoamericana de Medicina</div>
<div class="MsoNormal">Sitio Web Oficial de la ELAM: <span
style="mso-fareast-language:ES"><a target="_blank"
href="http://www.sld.cu/sitios/elam">www.sld.cu/sitios/elam<br />
</a></span></div>
<div class="MsoNormal"><a target="_blank"
href="http://www.redelam.elacm.sld.cu/redelam">Visite el Por tal Web: Red de
Egresados del Proyecto ELAM </a></div>
<div class="MsoNormal"><span style=""><a target="_blank"
href="https://docs.google.com/spreadsheet/viewform?formkey=dHowdV9rTjNDWmdxQi1wM0Q3ZjZQbkE6MQ">
Actualice su Perfil de Egresado </a></span><span
style="mso-fareast-language:ES"><a target="_blank"
href="https://docs.google.com/spreadsheet/viewform?formkey=dHowdV9rTjNDWmdxQi1wM0Q3ZjZQbkE6MQ">
en Internet.</a></span></div>
<div> </div>
<blockquote style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px;
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"> -----Original
Message-----<br />
From: eprints-tech-request@ecs.soton.ac.uk<br />
To: eprints-tech@ecs.soton.ac.uk<br />
Date: Fri, 02 May 2014 12:00:06 +0100<br />
Subject: Eprints-tech Digest, Vol 68, Issue 3<br />
<br />
<div style="font-family: monospace, courier new, courier">Send Eprints-tech
mailing list submissions to<br />
eprints-tech@ecs.soton.ac.uk<br />
<br />
To subscribe or unsubscribe via the World Wide Web, visit<br />
<a target="_blank"
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">
http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a><br />
or, via email, send a message with subject or body 'help' to<br />
eprints-tech-request@ecs.soton.ac.uk<br />
<br />
You can reach the person managing the list at<br />
eprints-tech-owner@ecs.soton.ac.uk<br />
<br />
When replying, please edit your Subject line so it is more specific<br />
than "Re: Contents of Eprints-tech digest..."<br />
<br />
<br />
Today's Topics:<br />
<br />
1. Re: EPrints Bazaar down? (Lizz Jennings)<br />
<br />
<br />
----------------------------------------------------------------------<br />
<br />
Message: 1<br />
Date: Fri, 02 May 2014 10:40:12 +0100<br />
From: Lizz Jennings <e.jennings@bath.ac.uk><br />
Subject: [EP-tech] Re: EPrints Bazaar down?<br />
To: eprints-tech@ecs.soton.ac.uk<br />
Message-ID: <536367FC.7030301@bath.ac.uk><br />
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br />
<br />
Thanks - having gone round and round in circles with this, I've finally <br
/>
found that adding<br />
<br />
SetEnv http_proxy [proxy address]<br />
<br />
to the archive apache .conf file has done the trick.<br />
<br />
Thanks for all your help!<br />
<br />
Lizz<br />
<br />
On 30/04/2014 14:10, John Salter wrote:<br />
> This might be the best answer:<br />
> <a target="_blank"
href="http://serverfault.com/questions/248917/configure-apache-to-use-external-proxy-for-internet-connection">
http://serverfault.com/questions/248917/configure-apache-to-use-external-proxy-for-internet-connection</a>
<br />
><br />
> There may be other ways to achieve this - on an old Solaris server I
used to have an 'envvars' file in my apache/bin directory (e.g. not in the
EPrints directory).<br />
> This contained the lines:<br />
> http_proxy=<a target="_blank" href="http://wherever.your.proxy.is:3128">
http://wherever.your.proxy.is:3128</a><br />
> export http_proxy<br />
><br />
> Looking at the code for EPM (perl_lib/EPrints/EPM/Source.pm), it checks
for 'HTTP_proxy' - I'm not sure if the case matters in this instance...<br />
><br />
> Cheers,<br />
> John<br />
><br />
><br />
> -----Original Message-----<br />
> From: eprints-tech-bounces@ecs.soton.ac.uk
[mailto:eprints-tech-bounces@ecs.soton.ac.uk] On Behalf Of Lizz Jennings<br
/>
> Sent: 30 April 2014 13:31<br />
> To: eprints-tech@ecs.soton.ac.uk<br />
> Subject: [EP-tech] Re: EPrints Bazaar down?<br />
><br />
> Have now established with the networks team that we needed to change
the<br />
> environment variables to use the web proxy, but while this has
enabled<br />
> access when I use wget, EPrints is still not picking it up. Is there<br
/>
> another setting I need to change in EPrints to get this to work?<br />
><br />
> Lizz<br />
><br />
> On 25/04/2014 11:53, Lizz Jennings wrote:<br />
>> Yes, it seems that our networks team made some changes which are
causing<br />
>> the problem.<br />
>><br />
>> They now want to know what ports and protocols the bazaar uses -
is<br />
>> there an obvious way of determining this? I'm sorry if this
is a<br />
>> totally silly question...<br />
>><br />
>> Lizz<br />
>><br />
>> On 16/04/2014 15:44, John Salter wrote:<br />
>>> Has anything changed on your server recently?<br />
>>> I used to get a similar thing on a dev server that had to go
via a proxy.<br />
>>><br />
>>> Try doing a wget from the server - to see if it can see the
bazaar.<br />
>>> If you can, but it's not accessible vie EPrints (therefore
Apache), you may need to configure something in the Apache.<br />
>>><br />
>>> It shouldn't have just stopped for no reason - either something
has been updated/enforced on your server; something that was in the network
pathway is no longer there (or not open to your server) - e.g. a proxy, or
something else...<br />
>>><br />
>>> Cheers,<br />
>>> John<br />
>>><br />
>>> -----Original Message-----<br />
>>> From: eprints-tech-bounces@ecs.soton.ac.uk
[mailto:eprints-tech-bounces@ecs.soton.ac.uk] On Behalf Of Lizz Jennings<br
/>
>>> Sent: 16 April 2014 15:03<br />
>>> To: eprints-tech@ecs.soton.ac.uk<br />
>>> Subject: [EP-tech] Re: EPrints Bazaar down?<br />
>>><br />
>>> Access via Eprints. The website seems to work just
fine.<br />
>>><br />
>>> On the Available page, there's usually a list of available
plugins, but<br />
>>> I'm getting nothing. Searching is resulting in an
error:<br />
>>><br />
>>> An error occurred while talking to the EPM source EPrints
Bazaar<br />
>>> (<a target="_blank" href="http://bazaar.eprints.org/">
http://bazaar.eprints.org/</a>):<br />
>>> <a target="_blank"
href="http://bazaar.eprints.org/cgi/search?q=Data+Cite&output=EPMI">
http://bazaar.eprints.org/cgi/search?q=Data+Cite&output=EPMI</a> 500
Can't<br />
>>> connect to bazaar.eprints.org:80 (connect: Connection timed
out)<br />
>>><br />
>>> Lizz<br />
>>><br />
>>> On 16/04/2014 14:55, John Salter wrote:<br />
>>>> Seems to be OK here.<br />
>>>> Are you talking about direct access to it (<a
target="_blank" href="http://bazaar.eprints.org/">
http://bazaar.eprints.org/</a> ), or access via your local install of
EPrints (Admin -> System Tools -> EPrints Bazaar)?<br />
>>>><br />
>>>> Cheers,<br />
>>>> John<br />
>>>><br />
>>>><br />
>>>> -----Original Message-----<br />
>>>> From: eprints-tech-bounces@ecs.soton.ac.uk
[mailto:eprints-tech-bounces@ecs.soton.ac.uk] On Behalf Of Lizz Jennings<br
/>
>>>> Sent: 16 April 2014 14:39<br />
>>>> To: eprints-tech@ecs.soton.ac.uk<br />
>>>> Subject: [EP-tech] EPrints Bazaar down?<br />
>>>><br />
>>>> Hello all,<br />
>>>><br />
>>>> Is it just me or is the EPrints Bazaar down for
everyone?<br />
>>>><br />
>>>> Lizz<br />
>>>><br />
<br />
-- <br />
Lizz Jennings BA MSc ACLIP MCLIP (Revalidated 2013)<br />
Technical Data Officer<br />
The Library 4.10, University of Bath, Bath, BA2 7AY UK<br />
Ext. 3570 (External 01225 383570)<br />
E.Jennings@bath.ac.uk<br />
<br />
<br />
<br />
------------------------------<br />
<br />
_______________________________________________<br />
Eprints-tech mailing list<br />
Eprints-tech@ecs.soton.ac.uk<br />
<a target="_blank"
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">
http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a><br />
<br />
<br />
End of Eprints-tech Digest, Vol 68, Issue 3<br />
*******************************************</div>
</blockquote>
<br>----------------------------------------------<br>
MSc. Dr. Alexander Ochoa Agüero<br>
PP Promoción de Salud<br>
Departamento MGI<br>
Escuela Latinoamericana de Medicina<br>
Visite el http//:server-elam/cvmgi<br>
</HTML>