<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi David,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Always something new to learn... Its in the list, last entry...</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>$ httpd -M<br>
</span>
<div>Loaded Modules:<br>
</div>
<div> core_module (static)<br>
</div>
<div> so_module (static)<br>
</div>
<div> http_module (static)<br>
</div>
<span></span>...</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
...</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
perl_module (shared)<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> eprints-tech-bounces@ecs.soton.ac.uk <eprints-tech-bounces@ecs.soton.ac.uk> on behalf of David R Newman via Eprints-tech <eprints-tech@ecs.soton.ac.uk><br>
<b>Sent:</b> Wednesday, May 13, 2020 5:45 PM<br>
<b>To:</b> eprints-tech@ecs.soton.ac.uk <eprints-tech@ecs.soton.ac.uk>; Matthew Brady <Matthew.Brady@usq.edu.au><br>
<b>Subject:</b> Re: [EP-tech] Apache and PerlSwitches</font>
<div> </div>
</div>
<div>
<p>Hi Matt,</p>
<p><br>
</p>
<p>It is possible the module is installed but not loaded. You can check by running one of the following commands:</p>
<p><br>
</p>
<p>RedHat/CentOS/Fedora: httpd -M</p>
<p>Debian/Ubuntu: source /etc/apache2/envvars && apache2 -M</p>
<p><br>
</p>
<p>You should see perl_module in the list returned. My general experience is that Mod Perl is enabled automatically on RedHat-based Linux OS but often you need to run "a2enmod perl" on Debian based systems. On RedHat based systems there should be the file
/etc/httpd/conf.modules.d/02-perl.conf that loads Mod Perl. On Debian-based systems there should be a symlinked file in /etc/apache2/mods-enabled/ called perl.load that symlinks to /etc/apache2/mods-available/perl.load.</p>
<p><br>
</p>
<p>Regards</p>
<p><br>
</p>
<p>David Newman</p>
<p><br>
</p>
<div class="x_moz-cite-prefix">On 13/05/2020 08:29, Matthew Brady via Eprints-tech wrote:<br>
</div>
<blockquote type="cite"><style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Hi Yuri,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Yes, seems to be</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
$ yum list installed | grep mod_perl<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
mod_perl.x86_64 2.0.11-1.el7 @epel<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b>
<a class="x_moz-txt-link-abbreviated" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk">
eprints-tech-bounces@ecs.soton.ac.uk</a> <a class="x_moz-txt-link-rfc2396E" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk">
<eprints-tech-bounces@ecs.soton.ac.uk></a> on behalf of Yuri via Eprints-tech <a class="x_moz-txt-link-rfc2396E" href="mailto:eprints-tech@ecs.soton.ac.uk">
<eprints-tech@ecs.soton.ac.uk></a><br>
<b>Sent:</b> Wednesday, May 13, 2020 4:38 PM<br>
<b>To:</b> <a class="x_moz-txt-link-abbreviated" href="mailto:eprints-tech@ecs.soton.ac.uk">
eprints-tech@ecs.soton.ac.uk</a> <a class="x_moz-txt-link-rfc2396E" href="mailto:eprints-tech@ecs.soton.ac.uk">
<eprints-tech@ecs.soton.ac.uk></a><br>
<b>Subject:</b> Re: [EP-tech] Apache and PerlSwitches</font>
<div> </div>
</div>
<div class="x_BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="x_PlainText">is mod_perl installed?<br>
<br>
<br>
Il 13/05/20 04:17, Matthew Brady via Eprints-tech ha scritto:<br>
> Hi All,<br>
><br>
> We are in the process of running up new servers to migrate across to,<br>
> and I am getting a problem when starting Apache.<br>
><br>
> Syntax error on line 17 of /opt/eprints3/cfg/apache.conf:<br>
><br>
> Line 17 contains:<br>
><br>
> PerlSwitches -I/opt/eprints3/perl_lib<br>
><br>
><br>
> I can run epadmin with various options, which seems to indicate its<br>
> loading the EPrints::SystemSettings into $conf and can connect to<br>
> database etc...<br>
><br>
> $ ./epadmin --verbose test repoep3<br>
><br>
> Starting EPrints Repository.<br>
> Connecting to DB ... done.<br>
> PID: 10718<br>
> Everything seems OK.<br>
><br>
><br>
> $ ./epadmin update_dry_run repoep3<br>
> Dry run: Fixed saved_search__rindex.field collation<br>
> Dry run: Fixed document__rindex.field collation<br>
> Dry run: Fixed author__rindex.field collation<br>
> Dry run: Fixed user__rindex.field collation<br>
> Dry run: Fixed eprint__rindex.field collation<br>
> Dry run: Fixed request__rindex.field collation<br>
> Dry run: Fixed subject__rindex.field collation<br>
> Dry run: 0 datasets added<br>
> Dry run: 0 fields added<br>
> Dry run: 0 counters were added<br>
><br>
><br>
> As this is a completely new system, there are lots of variables at play...<br>
> Upgraded OS, Upgraded Apache 2.2 to 2.4<br>
> I have installed the same Perl modules on this system as the existing<br>
> systems, but I am at a loss where to start to investigate the cause...<br>
><br>
> If anyone has any thoughts on where to start troubleshooting this, I'm<br>
> all ears.<br>
><br>
><br>
> Cheers<br>
><br>
> Matt.<br>
><br>
> __________________________________________________________________<br>
> This email (including any attached files) is confidential and is<br>
> for the intended recipient(s) only. If you received this email by<br>
> mistake, please, as a courtesy, tell the sender, then delete this<br>
> email.<br>
> The views and opinions are the originator's and do not necessarily<br>
> reflect those of the University of Southern Queensland. Although<br>
> all reasonable precautions were taken to ensure that this email<br>
> contained no viruses at the time it was sent we accept no<br>
> liability for any losses arising from its receipt.<br>
> The University of Southern Queensland is a registered provider<br>
> of education with the Australian Government.<br>
> (CRICOS Institution Code QLD 00244B / NSW 02225M, TEQSA PRV12081)<br>
><br>
> *** Options: <a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">
http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a><br>
> *** Archive: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cbc43c349d5f94411eca008d7f7127bc8%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=EAKudupu%2Fgnt%2BBf2uj1TiUFm%2FuwKfY%2FL%2FNzVsPOMweE%3D&reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="d7zSrAAuT8m0ho3BIX9VDhJzHwMhJCuAhm9A8XHRCLz/5owsDhr8X33814Tile5EsxD+8XVdql8aqoo5oiVLPGqFzHFjqbKPozqVerOY53B5EJcS45KuUFOLpI5AbppWx9SUnt0k+sUFokg82/fCD/JPgCAP3VBTgXD/CdhaVwo=" originalsrc="http://www.eprints.org/tech.php/" shash="T/fW/uL+gITSkzp7z4k5vX9/AEo+jKvsdS38/0gyK2uaMpwmLrLxsAsAZuUSdCRaroXDbsTTbQ3NA+RYG3TvJ6pQ9XphPhUpu3phmsN/57vEJioqIqnyqCzOpfpvYvWVs5QwC9PMATqDUfHd8rI5/Miz1V3emdT4uWsEjtkYUdg=" originalsrc="http://www.eprints.org/tech.php/" shash="Ei4doZVGOGG6a2lXFGkn64ejRiqYFBYdMlFpn88V6wnu5rybqiLKc577smOepJNreIl9Qftux7rcrSDMJO2FvOsOEno2GEkxi9J+hejvUCfxGBS/R9yXrkE/NicUeNEzAJaQXBR5WUtbs1JQkLK4Mw1m8vZxbIChbwd2VCZ5XOY=">
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%7Cc887e90bdd0e47eaa17d08d7f70850ad%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=vPoTEUE1fVrS9hAP4cDcteffxYYqY4hbYnz55NxZB7M%3D&amp;reserved=0</a><br>
> *** EPrints community wiki: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cbc43c349d5f94411eca008d7f7127bc8%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=84R%2BEJuBOQSZQHmq4jvDW4I14O%2BiT4B9i%2BrNM%2FxHQMU%3D&reserved=0" originalSrc="http://wiki.eprints.org/" shash="wDoLvTpgA+G2LLJIpFdmqxCcUApilzzSn+HBCXQetbNbFzWV8jNhIHyxfLnc8rfvqEMZIQAvw3yivRP+fn/ORcLbrW37DdCmkhyi3ceqmcr6/BYoZsR7HBKZSDcpzZa6chJ1Lg6h9Tup/F6a428oVrzOo9DgURdXCv8lI3xZZWY=" originalsrc="http://wiki.eprints.org/" shash="J8/mRSe7JrD8D+sHzxTWqgfxEZ/6umeRHPFAUNBO/ko5enIv/rUbpUg/vRJpNHIfEzv9PgSBwIcvth8GMtMB1o9xab+AXod5qiJynucA6iU6P7WMnt4ab7h2MlVWkj7jO14STEWD6Ht0PLqJWVLI6hJUD0VZKZ6CIaUeEKiBrmo=" originalsrc="http://wiki.eprints.org/" shash="rijW33tep31Cx63UY/b5CwRnCeGkIkfyKzFMcE+OeK07+sKUuySiadqo/b1qPYMqCxl22VJFl650af0yz2N/a5Fbq/XRoK4h8LOALUS7Isqp6LcgRXQ+z9eC2t+ujyV8FZGSzjkROKZHbR0ml5ppWEWSyDuU2MbDuliQUet4mn4=">
https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cc887e90bdd0e47eaa17d08d7f70850ad%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=Ix5yn8HA8%2FIuXbgWA%2FBlAWJek81Rhly%2BJ79jMvyKui8%3D&amp;reserved=0</a><br>
<br>
*** Options: <a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">
http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a><br>
*** Archive: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cbc43c349d5f94411eca008d7f7127bc8%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=EAKudupu%2Fgnt%2BBf2uj1TiUFm%2FuwKfY%2FL%2FNzVsPOMweE%3D&reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="d7zSrAAuT8m0ho3BIX9VDhJzHwMhJCuAhm9A8XHRCLz/5owsDhr8X33814Tile5EsxD+8XVdql8aqoo5oiVLPGqFzHFjqbKPozqVerOY53B5EJcS45KuUFOLpI5AbppWx9SUnt0k+sUFokg82/fCD/JPgCAP3VBTgXD/CdhaVwo=" originalsrc="http://www.eprints.org/tech.php/" shash="T/fW/uL+gITSkzp7z4k5vX9/AEo+jKvsdS38/0gyK2uaMpwmLrLxsAsAZuUSdCRaroXDbsTTbQ3NA+RYG3TvJ6pQ9XphPhUpu3phmsN/57vEJioqIqnyqCzOpfpvYvWVs5QwC9PMATqDUfHd8rI5/Miz1V3emdT4uWsEjtkYUdg=" originalsrc="http://www.eprints.org/tech.php/" shash="Ei4doZVGOGG6a2lXFGkn64ejRiqYFBYdMlFpn88V6wnu5rybqiLKc577smOepJNreIl9Qftux7rcrSDMJO2FvOsOEno2GEkxi9J+hejvUCfxGBS/R9yXrkE/NicUeNEzAJaQXBR5WUtbs1JQkLK4Mw1m8vZxbIChbwd2VCZ5XOY=">
http://www.eprints.org/tech.php/</a><br>
*** EPrints community wiki: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cbc43c349d5f94411eca008d7f7127bc8%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=84R%2BEJuBOQSZQHmq4jvDW4I14O%2BiT4B9i%2BrNM%2FxHQMU%3D&reserved=0" originalSrc="http://wiki.eprints.org/" shash="wDoLvTpgA+G2LLJIpFdmqxCcUApilzzSn+HBCXQetbNbFzWV8jNhIHyxfLnc8rfvqEMZIQAvw3yivRP+fn/ORcLbrW37DdCmkhyi3ceqmcr6/BYoZsR7HBKZSDcpzZa6chJ1Lg6h9Tup/F6a428oVrzOo9DgURdXCv8lI3xZZWY=" originalsrc="http://wiki.eprints.org/" shash="J8/mRSe7JrD8D+sHzxTWqgfxEZ/6umeRHPFAUNBO/ko5enIv/rUbpUg/vRJpNHIfEzv9PgSBwIcvth8GMtMB1o9xab+AXod5qiJynucA6iU6P7WMnt4ab7h2MlVWkj7jO14STEWD6Ht0PLqJWVLI6hJUD0VZKZ6CIaUeEKiBrmo=" originalsrc="http://wiki.eprints.org/" shash="rijW33tep31Cx63UY/b5CwRnCeGkIkfyKzFMcE+OeK07+sKUuySiadqo/b1qPYMqCxl22VJFl650af0yz2N/a5Fbq/XRoK4h8LOALUS7Isqp6LcgRXQ+z9eC2t+ujyV8FZGSzjkROKZHbR0ml5ppWEWSyDuU2MbDuliQUet4mn4=">
http://wiki.eprints.org/</a><br>
</div>
</span></font></div>
<div>__________________________________________________________________
<div>This email (including any attached files) is confidential and is
<div>for the intended recipient(s) only. If you received this email by
<div>mistake, please, as a courtesy, tell the sender, then delete this
<div>email.<br>
<div>The views and opinions are the originator's and do not necessarily
<div>reflect those of the University of Southern Queensland. Although
<div>all reasonable precautions were taken to ensure that this email
<div>contained no viruses at the time it was sent we accept no
<div>liability for any losses arising from its receipt.<br>
<div>The University of Southern Queensland is a registered provider
<div>of education with the Australian Government.
<div>(CRICOS Institution Code QLD 00244B / NSW 02225M, TEQSA PRV12081) </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<fieldset class="x_mimeAttachmentHeader"></fieldset>
<pre class="x_moz-quote-pre">*** Options: <a class="x_moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a>
*** Archive: <a class="x_moz-txt-link-freetext" href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cbc43c349d5f94411eca008d7f7127bc8%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=EAKudupu%2Fgnt%2BBf2uj1TiUFm%2FuwKfY%2FL%2FNzVsPOMweE%3D&reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="d7zSrAAuT8m0ho3BIX9VDhJzHwMhJCuAhm9A8XHRCLz/5owsDhr8X33814Tile5EsxD+8XVdql8aqoo5oiVLPGqFzHFjqbKPozqVerOY53B5EJcS45KuUFOLpI5AbppWx9SUnt0k+sUFokg82/fCD/JPgCAP3VBTgXD/CdhaVwo=" originalsrc="http://www.eprints.org/tech.php/" shash="T/fW/uL+gITSkzp7z4k5vX9/AEo+jKvsdS38/0gyK2uaMpwmLrLxsAsAZuUSdCRaroXDbsTTbQ3NA+RYG3TvJ6pQ9XphPhUpu3phmsN/57vEJioqIqnyqCzOpfpvYvWVs5QwC9PMATqDUfHd8rI5/Miz1V3emdT4uWsEjtkYUdg=">http://www.eprints.org/tech.php/</a>
*** EPrints community wiki: <a class="x_moz-txt-link-freetext" href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cbc43c349d5f94411eca008d7f7127bc8%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=84R%2BEJuBOQSZQHmq4jvDW4I14O%2BiT4B9i%2BrNM%2FxHQMU%3D&reserved=0" originalSrc="http://wiki.eprints.org/" shash="wDoLvTpgA+G2LLJIpFdmqxCcUApilzzSn+HBCXQetbNbFzWV8jNhIHyxfLnc8rfvqEMZIQAvw3yivRP+fn/ORcLbrW37DdCmkhyi3ceqmcr6/BYoZsR7HBKZSDcpzZa6chJ1Lg6h9Tup/F6a428oVrzOo9DgURdXCv8lI3xZZWY=" originalsrc="http://wiki.eprints.org/" shash="J8/mRSe7JrD8D+sHzxTWqgfxEZ/6umeRHPFAUNBO/ko5enIv/rUbpUg/vRJpNHIfEzv9PgSBwIcvth8GMtMB1o9xab+AXod5qiJynucA6iU6P7WMnt4ab7h2MlVWkj7jO14STEWD6Ht0PLqJWVLI6hJUD0VZKZ6CIaUeEKiBrmo=">http://wiki.eprints.org/</a></pre>
</blockquote>
<div id="x_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
<table style="border-top:1px solid #D3D4DE">
<tbody>
<tr>
<td style="width:55px; padding-top:13px"><a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com%2Femail-signature%3Futm_medium%3Demail%26utm_source%3Dlink%26utm_campaign%3Dsig-email%26utm_content%3Demailclient&data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cbc43c349d5f94411eca008d7f7127bc8%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=GmoGGe1SwGq9gCEmt8GjOiUcLmrOvM%2FMFHCTX2UFI4I%3D&reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="AYC0ZXS1jZ/QXBcRsj06kVt6tXZoSc3c/9XqCrIrHAVLdNh1Vm74cKIcP3KVhj43JaIEOOxSD+Yed2EGy+8e/55FVBwD6TwpAsO2WdC0+jYxUJGzByf5nmrBnYJcDYa3Q66Qr8itqmd0O7qvgOaB3gQ+ufCKjEX70REgT0dFQOg=" originalsrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="btaE+y955PmJJCwrnVZyxLzCNF2dcJaOQcmUGPbAQbmEA8O0appfIXecG9o+h6FJcQVT40oL+oOTR1E0iK8jiz9L/sT07s8kspaeipba0O1xBq2UtAYYS4ZrT+YLpsbQ0rPMJgpdS+f5lp7VK6OJ9p3vbwmnU64bHeIJMQRX5VY=" target="_blank"><img alt="" width="46" height="29" style="width:46px; height:29px" src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-green-avg-v1.png"></a></td>
<td style="width:470px; padding-top:12px; color:#41424e; font-size:13px; font-family:Arial,Helvetica,sans-serif; line-height:18px">
Virus-free. <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com%2Femail-signature%3Futm_medium%3Demail%26utm_source%3Dlink%26utm_campaign%3Dsig-email%26utm_content%3Demailclient&data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cbc43c349d5f94411eca008d7f7127bc8%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=GmoGGe1SwGq9gCEmt8GjOiUcLmrOvM%2FMFHCTX2UFI4I%3D&reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="AYC0ZXS1jZ/QXBcRsj06kVt6tXZoSc3c/9XqCrIrHAVLdNh1Vm74cKIcP3KVhj43JaIEOOxSD+Yed2EGy+8e/55FVBwD6TwpAsO2WdC0+jYxUJGzByf5nmrBnYJcDYa3Q66Qr8itqmd0O7qvgOaB3gQ+ufCKjEX70REgT0dFQOg=" originalsrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="btaE+y955PmJJCwrnVZyxLzCNF2dcJaOQcmUGPbAQbmEA8O0appfIXecG9o+h6FJcQVT40oL+oOTR1E0iK8jiz9L/sT07s8kspaeipba0O1xBq2UtAYYS4ZrT+YLpsbQ0rPMJgpdS+f5lp7VK6OJ9p3vbwmnU64bHeIJMQRX5VY=" target="_blank" style="color:#4453ea">
www.avg.com</a> </td>
</tr>
</tbody>
</table>
<a href="#x_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"></a></div>
</div>
<div>__________________________________________________________________<div>This email (including any attached files) is confidential and is <div>for the intended recipient(s) only. If you received this email by <div>mistake, please, as a courtesy, tell the sender, then delete this <div>email.<br><div>The views and opinions are the originator's and do not necessarily <div>reflect those of the University of Southern Queensland. Although <div>all reasonable precautions were taken to ensure that this email <div>contained no viruses at the time it was sent we accept no <div>liability for any losses arising from its receipt.<br><div>The University of Southern Queensland is a registered provider <div>of education with the Australian Government.<div>(CRICOS Institution Code QLD 00244B / NSW 02225M, TEQSA PRV12081)</body>
</html>