EPrints Technical Mailing List Archive

Message: #07796


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

Re: [EP-tech] Eprints-tech Digest, Vol 127, Issue 17


I was thinking of something like a trigger that could be called from EPrints::post_config_handler and epadmin.

The post_config_handler is the method that prints the:
	EPrints archives loaded: archive1 archive2 archive3
message into the Apache error log when you restart Apache.

That method currently spits warnings out for e.g. Apache2::MPM->is_threaded.
This test could somehow be included in a trigger (or maybe it's too soon in the EPrints stack to call triggers), but we could write rudimentary, non-breaking tests such as a grep for an un-commented line in ~/archives/*/cfg/cfg.d/* for ' connection->remote_ip'.

This would only run once at Apache startup.

NB I haven't thought this through in any deep way - but something that additional test could be added to (for handling e.g. when Apache 2.X comes out, and method YYY is deprecated) would be good.

Cheers,
John

-----Original Message-----
From: eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounces@ecs.soton.ac.uk] On Behalf Of Newman D.R. via Eprints-tech
Sent: 12 April 2019 14:17
To: eprints-tech@ecs.soton.ac.uk; John Salter <J.Salter@leeds.ac.uk>; Denis Munyua <denis.munyua@gmail.com>
Subject: Re: [EP-tech] Eprints-tech Digest, Vol 127, Issue 17

Hi John,

It is a difficult issue to resolve as the file at issue will not be
changed as part of an upgrade as it is stored in the local archive and
it fails silently.  I think we need to look in core to find where this
function set as a variable is called and make sure this is done under
an eval where any error means the user sees an error page.  It may be
possible to customise this error page but we may want to be careful
what this says as anyone could potentially see this until the issue
with security.pl is fixed.

Regards

David Newman

On Fri, 2019-04-12 at 12:53 +0000, John Salter via Eprints-tech wrote:
> Excellent!
>
> A question for others (possibly to David or other core-committers):
>
> This issue has come up a few times previously on the tech-list.
> It's quite a bad situation in terms of the impact of this issue.
>
> Should we attempt to introduce a warning somehow e.g. at Apache
> startup, or from a 'bin/epadmin test' that warns of possibly
> dangerous configuration like this?
>
> This specific issue is difficult - the repository appears to be
> normal - and working as expected…
>
> Cheers,
> John
>
> From: eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounc
> es@ecs.soton.ac.uk] On Behalf Of Denis Munyua via Eprints-tech
> Sent: 12 April 2019 13:02
> To: eprints-tech@ecs.soton.ac.uk
> Subject: Re: [EP-tech] Eprints-tech Digest, Vol 127, Issue 17
>
> Thank you,
>
> It was broken and commenting the "$r->connection->remote_ip' line
> under ~/archives/[ARCHIVEID]/cfg/cfg.d/security.pl fixed the issue.
>
>
> Sincerely,
>
>
> On Fri, Apr 12, 2019 at 1:53 PM <eprints-tech-request@ecs.soton.ac.uk
> > wrote:
> Send Eprints-tech mailing list submissions to
>         eprints-tech@ecs.soton.ac.uk
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
> or, via email, send a message with subject or body 'help' to
>         eprints-tech-request@ecs.soton.ac.uk
>
> You can reach the person managing the list at
>         eprints-tech-owner@ecs.soton.ac.uk
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Eprints-tech digest..."
>
>
> Today's Topics:
>
>    1. Re: Security Level (Visible to:) (Newman D.R.)
>    2. Re: Security Level (Visible to:) (John Salter)
>
>
> -------------------------------------------------------------------
> ---
>
> Message: 1
> Date: Fri, 12 Apr 2019 10:04:43 +0000
> From: "Newman D.R." <drn@ecs.soton.ac.uk>
> Subject: Re: [EP-tech] Security Level (Visible to:)
> To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>,
>         "Denis  Munyua" <denis.munyua@gmail.com>
> Message-ID:
>         <EMEW3|bb7e13e12db0ebda93b5f99911a1dfbav3BB4v03drn|ecs.soton.
> ac.uk|1555063482.3266.225.camel@ecs.soton.ac.uk>
>
> Content-Type: text/plain; charset="utf-8"
>
> Hi Denis,
>
> To confirm, you have been running Apache 2.4.25 (or at least some
> version of 2.4) for some time prior to upgrading to EPrints to 3.3.16
> and the problem with being able to access something you should not be
> able to was not present directly prior to upgrading EPrints to
> 3.3.16?
>
> Regards
>
> David Newman
>
> On Fri, 2019-04-12 at 12:28 +0300, Denis Munyua via Eprints-tech
> wrote:
> > Hi John,
> >
> > Yes I upgraded from a previous version 3.3.* and this is not a
> cached
> > copy. Am currently running:
> > Apache/2.4.25 (Debian)
> > Eprints 3.3.16
> > Thanks,
> >
> > On Fri, Apr 12, 2019 at 12:10 PM <eprints-tech-request@ecs.soton.ac
> .u
> > k> wrote:
> > > Send Eprints-tech mailing list submissions to
> > >         eprints-tech@ecs.soton.ac.uk
> > >
> > > To subscribe or unsubscribe via the World Wide Web, visit
> > >         http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-t
> ec
> > > h
> > > or, via email, send a message with subject or body 'help' to
> > >         eprints-tech-request@ecs.soton.ac.uk
> > >
> > > You can reach the person managing the list at
> > >         eprints-tech-owner@ecs.soton.ac.uk
> > >
> > > When replying, please edit your Subject line so it is more
> specific
> > > than "Re: Contents of Eprints-tech digest..."
> > >
> > >
> > > Today's Topics:
> > >
> > >    1. Re: Security Level (Visible to:) (John Salter)
> > >    2. Re: Security Level (Visible to:) (Yuri)
> > >
> > >
> > > -----------------------------------------------------------------
> > > -----
> > >
> > > Message: 1
> > > Date: Fri, 12 Apr 2019 08:58:16 +0000
> > > From: John Salter <J.Salter@leeds.ac.uk>
> > > Subject: Re: [EP-tech] Security Level (Visible to:)
> > > To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>
> ,
> > >         "Denis  Munyua" <denis.munyua@gmail.com>
> > > Message-ID:
> > >         <DB6PR0302MB2711A82E5F7E1E2784DD3100C4280@DB6PR0302MB2711
> .e
> > > urprd03.prod.outlook.com>
> > >
> > > Content-Type: text/plain; charset="utf-8"
> > >
> > > Hi Denis,
> > >
> > > Which version of Apache are you running (probably 2.2 or 2.4)?
> > > Which version of EPrints are you running?
> > > Have you upgraded EPrints from a previous version?
> > >
> > > Cheers,
> > > John
> > >
> > >
> > > From: eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-
> bou
> > > nces@ecs.soton.ac.uk] On Behalf Of Denis Munyua via Eprints-tech
> > > Sent: 12 April 2019 09:43
> > > To: eprints-tech@ecs.soton.ac.uk
> > > Subject: [EP-tech] Security Level (Visible to:)
> > >
> > > Greetings,
> > >
> > > I set up a repository some time back and I noticed that even
> after
> > > setting the security level for the [Thesis / Dissertation] to
> > > [Repository Staff Only] users are still able to view and download
> > > the full text.
> > >
> > > Please advise.
> > >
> > > --
> > >
> > > Denis Muny?a
> > > P.O. Box 12510- 00100 | Nairobi, Kenya
> > > Mobile: +254 720760340
> > > Skype: denis.munyua
> > > -------------- next part --------------
> > > An HTML attachment was scrubbed...
> > > URL: http://mailman.ecs.soton.ac.uk/pipermail/eprints-tech/attach
> me
> > > nts/20190412/8137bfce/attachment-0001.html
> > >
> > > ------------------------------
> > >
> > > Message: 2
> > > Date: Fri, 12 Apr 2019 11:09:49 +0200
> > > From: Yuri <yurj@alfa.it>
> > > Subject: Re: [EP-tech] Security Level (Visible to:)
> > > To: <eprints-tech@ecs.soton.ac.uk>
> > > Message-ID: <6b46a457-fa7b-6481-6754-b11bcd98081a@alfa.it>
> > > Content-Type: text/plain; charset="utf-8"; format=flowed
> > >
> > > It is the cache in the browser?
> > >
> > > Il 12/04/19 10:58, John Salter via Eprints-tech ha scritto:
> > > >
> > > > Hi Denis,
> > > >
> > > > Which version of Apache are you running (probably 2.2 or 2.4)?
> > > >
> > > > Which version of EPrints are you running?
> > > >
> > > > Have you upgraded EPrints from a previous version?
> > > >
> > > > Cheers,
> > > >
> > > > John
> > > >
> > > > *From:*eprints-tech-bounces@ecs.soton.ac.uk
> > > > [mailto:eprints-tech-bounces@ecs.soton.ac.uk] *On Behalf Of
> > > *Denis
> > > > Munyua via Eprints-tech
> > > > *Sent:* 12 April 2019 09:43
> > > > *To:* eprints-tech@ecs.soton.ac.uk
> > > > *Subject:* [EP-tech] Security Level (Visible to:)
> > > >
> > > > Greetings,
> > > >
> > > > I set up a repository some time back and I noticed that even
> > > after
> > > > setting the security level for the [Thesis / Dissertation] to
> > > > [Repository Staff Only] users are still able to view and
> download
> > > the
> > > > full text.
> > > >
> > > > Please advise.
> > > >
> > > > --
> > > >
> > > > Denis Muny?a
> > > > P.O. Box 12510- 00100 | Nairobi, Kenya
> > > > Mobile: +254 720760340
> > > > Skype: denis.munyua
> > > >
> > > >
> > > > *** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/ep
> ri
> > > nts-tech
> > > > *** Archive: https://eur03.safelinks.protection.outlook.com/?ur
> l=
> > > http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&amp;data=01%7C01%7Cepr
> in
> > > ts-
> > >
> tech%40ecs.soton.ac.uk%7Cd415218c525a4b96b87b08d6bf26a095%7C4a5378f
> > >
> 929f44d3ebe89669d03ada9d8%7C0&amp;sdata=5eRCuJUkBrHye1LeOIuuJOHRa5V
> > > Q8KXpnhH%2Bh4Mu0Ac%3D&amp;reserved=0
> > > > *** EPrints community wiki: https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur03.safelinks.protection&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C80888fa0eb2b45410f7208d6bf4fe38e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=G4wyIUsAMnQToCe6lgt7VOO%2Feznna5qQZTgeg%2FWEs3c%3D&amp;reserved=0.
> outlook.com/?url=https%3A%2F%2Feur03.safelinks.protection.ou&amp;data
> =01%7C01%7C%7Ca15e9c31b15e49753bec08d6bf2e48f1%7C4a5378f929f44d3ebe89
> 669d03ada9d8%7C0&amp;sdata=oD7GXU9ujBbGUiHlKTTxi15z1PBEgBUwIA5DtUeNaH
> E%3D&amp;reserved=0
> > >
> tlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;data=01%7C01%7C
> > > eprints-
> > >
> tech%40ecs.soton.ac.uk%7Cd415218c525a4b96b87b08d6bf26a095%7C4a5378f
> > >
> 929f44d3ebe89669d03ada9d8%7C0&amp;sdata=v%2FsHnQc%2BCdgX9o9xIrMCr2U
> > > t62A%2FxlhTv%2FB8XdyB5pM%3D&amp;reserved=0
> > > > *** EPrints developers Forum: https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur03.safelinks.protectio&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C80888fa0eb2b45410f7208d6bf4fe38e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=I0ZmBDzOOoEH1yYbltncLgW7XsSHyOg1V9IxyTL54%2BE%3D&amp;reserved=0
> n.outlook.com/?url=https%3A%2F%2Feur03.safelinks.protection&amp;data=
> 01%7C01%7C%7Ca15e9c31b15e49753bec08d6bf2e48f1%7C4a5378f929f44d3ebe896
> 69d03ada9d8%7C0&amp;sdata=shKTy594%2BaIBf%2BJ8a09i1SAgrywK5CO6Hoe5ow0
> rAZc%3D&amp;reserved=0.
> > >
> outlook.com/?url=http%3A%2F%2Fforum.eprints.org%2F&amp;data=01%7C01
> > > %7Ceprints-
> > >
> tech%40ecs.soton.ac.uk%7Cd415218c525a4b96b87b08d6bf26a095%7C4a5378f
> > >
> 929f44d3ebe89669d03ada9d8%7C0&amp;sdata=R6hKGnEdFkMlPqvLrpn0tvhY99Z
> > > mLCtfzS4RFPCemzA%3D&amp;reserved=0
> > >
> > >
> > >
> > > ------------------------------
> > >
> > > _______________________________________________
> > > Eprints-tech mailing list
> > > Eprints-tech@ecs.soton.ac.uk
> > > http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
> > >
> > >
> > > End of Eprints-tech Digest, Vol 127, Issue 15
> > > *********************************************
> > >
> >
> > --
> > Denis Muny?a
> > P.O. Box 12510- 00100 | Nairobi, Kenya
> > Mobile: +254 720760340
> > Skype: denis.munyua
> > *** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprint
> s-
> > tech
> > *** Archive: https://eur03.safelinks.protection.outlook.com/?url=ht
> tp%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&amp;data=01%7C01%7C%7Ca15e9c
> 31b15e49753bec08d6bf2e48f1%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp
> ;sdata=qzwuvLH1nmx2L8dKhBURbzFEx%2F9icdgxM2KbIY54vio%3D&amp;reserved=
> 0
> > *** EPrints community wiki: https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur03.safelinks.protection.outl&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C80888fa0eb2b45410f7208d6bf4fe38e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=m01VJu1VZcIZDWyp5JtyVZmLMtaUOojn%2B1EX4F27IE8%3D&amp;reserved=0
> ook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;data=01%7C01%7C%7Ca
> 15e9c31b15e49753bec08d6bf2e48f1%7C4a5378f929f44d3ebe89669d03ada9d8%7C
> 0&amp;sdata=wpKGEbZOY9e8rU2hT3j89Ke48l05hEPQaCIXcaxGbw8%3D&amp;reserv
> ed=0
> > *** EPrints developers Forum: https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur03.safelinks.protection.ou&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C80888fa0eb2b45410f7208d6bf4fe38e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=Vgck%2B5vU%2BrOf0HzOAWGbURx78S3ItBC3yNRIVrf6uqU%3D&amp;reserved=0
> tlook.com/?url=http%3A%2F%2Fforum.eprints.org%2F&amp;data=01%7C01%7C%
> 7Ca15e9c31b15e49753bec08d6bf2e48f1%7C4a5378f929f44d3ebe89669d03ada9d8
> %7C0&amp;sdata=sJwWuIRXJP3mDmjp7CY6cQWc1tSiCT2l2N8Fuovkf7A%3D&amp;res
> erved=0
>
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 12 Apr 2019 10:52:41 +0000
> From: John Salter <J.Salter@leeds.ac.uk>
> Subject: Re: [EP-tech] Security Level (Visible to:)
> To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>,
>         "Newman D.R." <drn@ecs.soton.ac.uk>,    "Denis  Munyua"
>         <denis.munyua@gmail.com>
> Message-ID:
>         <DB6PR0302MB27114368373B6EAF3630F474C4280@DB6PR0302MB2711.eur
> prd03.prod.outlook.com>
>
> Content-Type: text/plain; charset="utf-8"
>
> Hi Denis,
> You should take a look at you file:
>
> ~/archives/[ARCHIVEID]/cfg/cfg.d/security.pl
> And compare it with:
> ~/lib/defaultcfg/cfg.d/security.pl
>
> If in your archive copy of security.pl you have a reference to:
>     $r->connection->remote_ip
> Under Apache 2.4, it will be broken.
>
> This explains it: https://eur03.safelinks.protection.outlook.com/?url
> =https%3A%2F%2Fgithub.com%2Feprints%2Feprints%2Fissues%2F214&amp;data
> =01%7C01%7Ceprints-
> tech%40ecs.soton.ac.uk%7Cd36c4e91a4ae41aecb4108d6bf34fec8%7C4a5378f92
> 9f44d3ebe89669d03ada9d8%7C0&amp;sdata=8H86bMYzBLdfk2efgAbhpUjqk5GXoSu
> 3gvaL2PWse3Y%3D&amp;reserved=0
>
> Let me know if you need more help!
> Cheers,
> John
>
> -----Original Message-----
> From: eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounc
> es@ecs.soton.ac.uk] On Behalf Of Newman D.R. via Eprints-tech
> Sent: 12 April 2019 11:05
> To: eprints-tech@ecs.soton.ac.uk; Denis Munyua <denis.munyua@gmail.co
> m>
> Subject: Re: [EP-tech] Security Level (Visible to:)
>
> Hi Denis,
>
> To confirm, you have been running Apache 2.4.25 (or at least some
> version of 2.4) for some time prior to upgrading to EPrints to 3.3.16
> and the problem with being able to access something you should not be
> able to was not present directly prior to upgrading EPrints to
> 3.3.16?
>
> Regards
>
> David Newman
>
> On Fri, 2019-04-12 at 12:28 +0300, Denis Munyua via Eprints-tech
> wrote:
> > Hi John,
> >
> > Yes I upgraded from a previous version 3.3.* and this is not a
> cached
> > copy. Am currently running:
> > Apache/2.4.25 (Debian)
> > Eprints 3.3.16
> > Thanks,
> >
> > On Fri, Apr 12, 2019 at 12:10 PM <eprints-tech-request@ecs.soton.ac
> .u
> > k> wrote:
> > > Send Eprints-tech mailing list submissions to
> > >         eprints-tech@ecs.soton.ac.uk
> > >
> > > To subscribe or unsubscribe via the World Wide Web, visit
> > >         http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-t
> ec
> > > h
> > > or, via email, send a message with subject or body 'help' to
> > >         eprints-tech-request@ecs.soton.ac.uk
> > >
> > > You can reach the person managing the list at
> > >         eprints-tech-owner@ecs.soton.ac.uk
> > >
> > > When replying, please edit your Subject line so it is more
> specific
> > > than "Re: Contents of Eprints-tech digest..."
> > >
> > >
> > > Today's Topics:
> > >
> > >    1. Re: Security Level (Visible to:) (John Salter)
> > >    2. Re: Security Level (Visible to:) (Yuri)
> > >
> > >
> > > -----------------------------------------------------------------
> > > -----
> > >
> > > Message: 1
> > > Date: Fri, 12 Apr 2019 08:58:16 +0000
> > > From: John Salter <J.Salter@leeds.ac.uk>
> > > Subject: Re: [EP-tech] Security Level (Visible to:)
> > > To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>
> ,
> > >         "Denis  Munyua" <denis.munyua@gmail.com>
> > > Message-ID:
> > >         <DB6PR0302MB2711A82E5F7E1E2784DD3100C4280@DB6PR0302MB2711
> .e
> > > urprd03.prod.outlook.com>
> > >
> > > Content-Type: text/plain; charset="utf-8"
> > >
> > > Hi Denis,
> > >
> > > Which version of Apache are you running (probably 2.2 or 2.4)?
> > > Which version of EPrints are you running?
> > > Have you upgraded EPrints from a previous version?
> > >
> > > Cheers,
> > > John
> > >
> > >
> > > From: eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-
> bou
> > > nces@ecs.soton.ac.uk] On Behalf Of Denis Munyua via Eprints-tech
> > > Sent: 12 April 2019 09:43
> > > To: eprints-tech@ecs.soton.ac.uk
> > > Subject: [EP-tech] Security Level (Visible to:)
> > >
> > > Greetings,
> > >
> > > I set up a repository some time back and I noticed that even
> after
> > > setting the security level for the [Thesis / Dissertation] to
> > > [Repository Staff Only] users are still able to view and download
> > > the full text.
> > >
> > > Please advise.
> > >
> > > --
> > >
> > > Denis Muny?a
> > > P.O. Box 12510- 00100 | Nairobi, Kenya
> > > Mobile: +254 720760340
> > > Skype: denis.munyua
> > > -------------- next part --------------
> > > An HTML attachment was scrubbed...
> > > URL: http://mailman.ecs.soton.ac.uk/pipermail/eprints-tech/attach
> me
> > > nts/20190412/8137bfce/attachment-0001.html
> > >
> > > ------------------------------
> > >
> > > Message: 2
> > > Date: Fri, 12 Apr 2019 11:09:49 +0200
> > > From: Yuri <yurj@alfa.it>
> > > Subject: Re: [EP-tech] Security Level (Visible to:)
> > > To: <eprints-tech@ecs.soton.ac.uk>
> > > Message-ID: <6b46a457-fa7b-6481-6754-b11bcd98081a@alfa.it>
> > > Content-Type: text/plain; charset="utf-8"; format=flowed
> > >
> > > It is the cache in the browser?
> > >
> > > Il 12/04/19 10:58, John Salter via Eprints-tech ha scritto:
> > > >
> > > > Hi Denis,
> > > >
> > > > Which version of Apache are you running (probably 2.2 or 2.4)?
> > > >
> > > > Which version of EPrints are you running?
> > > >
> > > > Have you upgraded EPrints from a previous version?
> > > >
> > > > Cheers,
> > > >
> > > > John
> > > >
> > > > *From:*eprints-tech-bounces@ecs.soton.ac.uk
> > > > [mailto:eprints-tech-bounces@ecs.soton.ac.uk] *On Behalf Of
> > > *Denis
> > > > Munyua via Eprints-tech
> > > > *Sent:* 12 April 2019 09:43
> > > > *To:* eprints-tech@ecs.soton.ac.uk
> > > > *Subject:* [EP-tech] Security Level (Visible to:)
> > > >
> > > > Greetings,
> > > >
> > > > I set up a repository some time back and I noticed that even
> > > after
> > > > setting the security level for the [Thesis / Dissertation] to
> > > > [Repository Staff Only] users are still able to view and
> download
> > > the
> > > > full text.
> > > >
> > > > Please advise.
> > > >
> > > > --
> > > >
> > > > Denis Muny?a
> > > > P.O. Box 12510- 00100 | Nairobi, Kenya
> > > > Mobile: +254 720760340
> > > > Skype: denis.munyua
> > > >
> > > >
> > > > *** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/ep
> ri
> > > nts-tech
> > > > *** Archive: https://eur03.safelinks.protection.outlook.com/?ur
> l=
> > > http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&amp;data=01%7C01%7Cepr
> in
> > > ts-
> > >
> tech%40ecs.soton.ac.uk%7Cd415218c525a4b96b87b08d6bf26a095%7C4a5378f
> > >
> 929f44d3ebe89669d03ada9d8%7C0&amp;sdata=5eRCuJUkBrHye1LeOIuuJOHRa5V
> > > Q8KXpnhH%2Bh4Mu0Ac%3D&amp;reserved=0
> > > > *** EPrints community wiki: https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur03.safelinks.protection&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C80888fa0eb2b45410f7208d6bf4fe38e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=G4wyIUsAMnQToCe6lgt7VOO%2Feznna5qQZTgeg%2FWEs3c%3D&amp;reserved=0.
> outlook.com/?url=https%3A%2F%2Feur03.safelinks.protection.ou&amp;data
> =01%7C01%7Ceprints-
> tech%40ecs.soton.ac.uk%7Cd36c4e91a4ae41aecb4108d6bf34fec8%7C4a5378f92
> 9f44d3ebe89669d03ada9d8%7C0&amp;sdata=HO49EhMqGTheM3nn29y3qR24JpJ%2FG
> 3ztEQ0ePj%2BP0HQ%3D&amp;reserved=0
> > >
> tlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;data=01%7C01%7C
> > > eprints-
> > >
> tech%40ecs.soton.ac.uk%7Cd415218c525a4b96b87b08d6bf26a095%7C4a5378f
> > >
> 929f44d3ebe89669d03ada9d8%7C0&amp;sdata=v%2FsHnQc%2BCdgX9o9xIrMCr2U
> > > t62A%2FxlhTv%2FB8XdyB5pM%3D&amp;reserved=0
> > > > *** EPrints developers Forum: https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur03.safelinks.protectio&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C80888fa0eb2b45410f7208d6bf4fe38e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=I0ZmBDzOOoEH1yYbltncLgW7XsSHyOg1V9IxyTL54%2BE%3D&amp;reserved=0
> n.outlook.com/?url=https%3A%2F%2Feur03.safelinks.protection&amp;data=
> 01%7C01%7Ceprints-
> tech%40ecs.soton.ac.uk%7Cd36c4e91a4ae41aecb4108d6bf34fec8%7C4a5378f92
> 9f44d3ebe89669d03ada9d8%7C0&amp;sdata=eumx2RUWvYnDxd4OSFzahsn2kcp8sWi
> 6OnSg9omu6E0%3D&amp;reserved=0.
> > >
> outlook.com/?url=http%3A%2F%2Fforum.eprints.org%2F&amp;data=01%7C01
> > > %7Ceprints-
> > >
> tech%40ecs.soton.ac.uk%7Cd415218c525a4b96b87b08d6bf26a095%7C4a5378f
> > >
> 929f44d3ebe89669d03ada9d8%7C0&amp;sdata=R6hKGnEdFkMlPqvLrpn0tvhY99Z
> > > mLCtfzS4RFPCemzA%3D&amp;reserved=0
> > >
> > >
> > >
> > > ------------------------------
> > >
> > > _______________________________________________
> > > Eprints-tech mailing list
> > > Eprints-tech@ecs.soton.ac.uk
> > > http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
> > >
> > >
> > > End of Eprints-tech Digest, Vol 127, Issue 15
> > > *********************************************
> > >
> >
> > --
> > Denis Muny?a
> > P.O. Box 12510- 00100 | Nairobi, Kenya
> > Mobile: +254 720760340
> > Skype: denis.munyua
> > *** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprint
> s-
> > tech
> > *** Archive: https://eur03.safelinks.protection.outlook.com/?url=ht
> tp%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&amp;data=01%7C01%7Ceprints-
> tech%40ecs.soton.ac.uk%7Cd36c4e91a4ae41aecb4108d6bf34fec8%7C4a5378f92
> 9f44d3ebe89669d03ada9d8%7C0&amp;sdata=LhO7A6UKBMrqYH5k2hjOpJZPzXvkV8x
> y52WEUnZdhY8%3D&amp;reserved=0
> > *** EPrints community wiki: https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur03.safelinks.protection.outl&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C80888fa0eb2b45410f7208d6bf4fe38e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=m01VJu1VZcIZDWyp5JtyVZmLMtaUOojn%2B1EX4F27IE8%3D&amp;reserved=0
> ook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;data=01%7C01%7Cepri
> nts-
> tech%40ecs.soton.ac.uk%7Cd36c4e91a4ae41aecb4108d6bf34fec8%7C4a5378f92
> 9f44d3ebe89669d03ada9d8%7C0&amp;sdata=DwQ7j1WXenTBbmZ2%2B9hXE8kex7gn1
> iQQNWy8AYluU0s%3D&amp;reserved=0
> > *** EPrints developers Forum: https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur03.safelinks.protection.ou&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C80888fa0eb2b45410f7208d6bf4fe38e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=Vgck%2B5vU%2BrOf0HzOAWGbURx78S3ItBC3yNRIVrf6uqU%3D&amp;reserved=0
> tlook.com/?url=http%3A%2F%2Fforum.eprints.org%2F&amp;data=01%7C01%7Ce
> prints-
> tech%40ecs.soton.ac.uk%7Cd36c4e91a4ae41aecb4108d6bf34fec8%7C4a5378f92
> 9f44d3ebe89669d03ada9d8%7C0&amp;sdata=BNBaKtTeLtTiMr1GSXANoTV2C91JZG3
> 62uRlBr7gl2U%3D&amp;reserved=0
>
> *** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-
> tech
> *** Archive: https://eur03.safelinks.protection.outlook.com/?url=http
> %3A%2F%2Fwww.eprints.org%2Ftech.php%2F&amp;data=01%7C01%7Ceprints-
> tech%40ecs.soton.ac.uk%7Cd36c4e91a4ae41aecb4108d6bf34fec8%7C4a5378f92
> 9f44d3ebe89669d03ada9d8%7C0&amp;sdata=LhO7A6UKBMrqYH5k2hjOpJZPzXvkV8x
> y52WEUnZdhY8%3D&amp;reserved=0
> *** EPrints community wiki: https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur03.safelinks.protection.outloo&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C80888fa0eb2b45410f7208d6bf4fe38e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=BAGQg5lJG4ZwNv21f6vjwgCO9YaLbiEQ9u54yCldbP0%3D&amp;reserved=0
> k.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;data=01%7C01%7Ceprint
> s-
> tech%40ecs.soton.ac.uk%7Cd36c4e91a4ae41aecb4108d6bf34fec8%7C4a5378f92
> 9f44d3ebe89669d03ada9d8%7C0&amp;sdata=DwQ7j1WXenTBbmZ2%2B9hXE8kex7gn1
> iQQNWy8AYluU0s%3D&amp;reserved=0
> *** EPrints developers Forum: https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur03.safelinks.protection.outl&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C80888fa0eb2b45410f7208d6bf4fe38e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=m01VJu1VZcIZDWyp5JtyVZmLMtaUOojn%2B1EX4F27IE8%3D&amp;reserved=0
> ook.com/?url=http%3A%2F%2Fforum.eprints.org%2F&amp;data=01%7C01%7Cepr
> ints-
> tech%40ecs.soton.ac.uk%7Cd36c4e91a4ae41aecb4108d6bf34fec8%7C4a5378f92
> 9f44d3ebe89669d03ada9d8%7C0&amp;sdata=BNBaKtTeLtTiMr1GSXANoTV2C91JZG3
> 62uRlBr7gl2U%3D&amp;reserved=0
>
>
>
> ------------------------------
>
> _______________________________________________
> Eprints-tech mailing list
> Eprints-tech@ecs.soton.ac.uk
> http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
>
>
> End of Eprints-tech Digest, Vol 127, Issue 17
> *********************************************
>
>
> --
> Denis Munyũa
> P.O. Box 12510- 00100 | Nairobi, Kenya
> Mobile: +254 720760340
> Skype: denis.munyua
> *** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-
> tech
> *** Archive: https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C80888fa0eb2b45410f7208d6bf4fe38e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=a3DJEZP%2FBzqk1kDQddHUTT9L%2BTR5OYmVOJ12xqwnm%2BA%3D&amp;reserved=0
> *** EPrints community wiki: https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C80888fa0eb2b45410f7208d6bf4fe38e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=1oK%2FyHdcY8SPtuyLbTZT%2B7g4J%2FeoQaEdswWesDKR7HU%3D&amp;reserved=0
> *** EPrints developers Forum: https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fforum.eprints.org%2F&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C80888fa0eb2b45410f7208d6bf4fe38e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=XxsZI%2F7L6joIRi7NMFdXxLdPPK6o6Kn%2FedJM9BEBfB8%3D&amp;reserved=0

*** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
*** Archive: https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C80888fa0eb2b45410f7208d6bf4fe38e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=a3DJEZP%2FBzqk1kDQddHUTT9L%2BTR5OYmVOJ12xqwnm%2BA%3D&amp;reserved=0
*** EPrints community wiki: https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C80888fa0eb2b45410f7208d6bf4fe38e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=1oK%2FyHdcY8SPtuyLbTZT%2B7g4J%2FeoQaEdswWesDKR7HU%3D&amp;reserved=0
*** EPrints developers Forum: https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fforum.eprints.org%2F&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C80888fa0eb2b45410f7208d6bf4fe38e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=XxsZI%2F7L6joIRi7NMFdXxLdPPK6o6Kn%2FedJM9BEBfB8%3D&amp;reserved=0