<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body>
<p>Hi Matt,</p>
<p><br>
</p>
<p>This is a bit of a mystery. Did you run generate_apacheconf to
generate new Apache configuration files like the one that has the
syntax error you reported or did you just copy this from the older
server. If the latter, run the following command (as the eprints
user) to make sure you have Apache configuration appropriate for
your current environment:</p>
<p><br>
</p>
<p>/opt/eprints3/bin/generate_apacheconf --system --replace</p>
<p><br>
</p>
<p>It may be that something other than this line is causing the
issue but due to a syntax issue it is reporting this line as a
problem rather than the one that is actually at fault.</p>
<p><br>
</p>
<p>Regards</p>
<p><br>
</p>
<p>David Newman</p>
<p><br>
</p>
<div class="moz-cite-prefix">On 13/05/2020 08:51, Matthew Brady
wrote:<br>
</div>
<blockquote type="cite" cite="mid:SYCPR01MB44783EEB5E1063585F09D7F4D9BF0@SYCPR01MB4478.ausprd01.prod.outlook.com">
<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 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>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b>
<a class="moz-txt-link-abbreviated" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk">eprints-tech-bounces@ecs.soton.ac.uk</a>
<a class="moz-txt-link-rfc2396E" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk"><eprints-tech-bounces@ecs.soton.ac.uk></a> on behalf of
David R Newman via Eprints-tech
<a class="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 5:45 PM<br>
<b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:eprints-tech@ecs.soton.ac.uk">eprints-tech@ecs.soton.ac.uk</a>
<a class="moz-txt-link-rfc2396E" href="mailto:eprints-tech@ecs.soton.ac.uk"><eprints-tech@ecs.soton.ac.uk></a>; Matthew Brady
<a class="moz-txt-link-rfc2396E" href="mailto:Matthew.Brady@usq.edu.au"><Matthew.Brady@usq.edu.au></a><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 style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b>
<a class="x_moz-txt-link-abbreviated" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk" moz-do-not-send="true">
eprints-tech-bounces@ecs.soton.ac.uk</a> <a class="x_moz-txt-link-rfc2396E" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk" moz-do-not-send="true">
<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" moz-do-not-send="true">
<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" moz-do-not-send="true">
eprints-tech@ecs.soton.ac.uk</a> <a class="x_moz-txt-link-rfc2396E" href="mailto:eprints-tech@ecs.soton.ac.uk" moz-do-not-send="true">
<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" moz-do-not-send="true">
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%7C%7Cc17e6e63095349606bb308d7f715c43f%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=76RdXpbufDGe51PyWYyaElWWsz%2FGU3Dv%2FzunM5ZwUTE%3D&reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="Tn9/dKhd00swIjNEPxq22k4MbyPmkDI6RrR6AsKsJfdOE5EXh0qspEnMQwdg0AiGEuUrASnCnThDBZd7AAURLFp/OKJ2WxCyNUO2MwoRRxk6su434/nXJYGDvdXrwLHnlPTc3w/g41XVjLgLkfXAXbZ5Ru6HF+WiomxPqVjLTCQ=" originalsrc="http://www.eprints.org/tech.php/" shash="z1r+QZtPvPXBSmEu/IauGh0AsRorKQPYfhlVjFkV1K/uAF/CWXItn0xHrNSaVDIbMqpSqXmuMw19sBWsfQ7H3Xn7m53JGUB3PHqxCQEuhkBfyahzF7F2hjG00aVNMf9+tew9grkkYMJ9kymaERGS1/xERkYVQ5MFcXdRHmFQAzU=" moz-do-not-send="true">
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%7C%7Cc17e6e63095349606bb308d7f715c43f%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=ZKvEOJuotfwgiLkWydFHgmNfguFltlnSQmTsbEqxnP8%3D&reserved=0" originalSrc="http://wiki.eprints.org/" shash="Ydks8/Tp19pjuexCW+6BKE+kpbZ7t+Ox9zqZGs3zKVBOy2FOKP2nlIePqWFXF0oyKp3TRKAvN32QQagX6T5nZf4FPpcfnpYb+rn2ujQkBH7Xr226b9aPL/JxC+3mmfhx1djFE2AoNso8wXd6g9dOQglmlIv4qyj3lhNBfFr5I+Y=" originalsrc="http://wiki.eprints.org/" shash="PYR0k6vfsXfXNZ9Wehvh9GZhPNOI4r7R/hSsDnW5p0ERe8UNWtClaUF/i4qBg37kUnmzd/AEy9J9hV96tyUZRYKaP68YAcqOgd0gyJyHSL/rX4wUqzr14S39RI50IyX/Vb39bWMW25KxvfFSOE8zomvAKSdN8itXJyIYtI9gEWg=" moz-do-not-send="true">
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" moz-do-not-send="true">
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%7C%7Cc17e6e63095349606bb308d7f715c43f%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=76RdXpbufDGe51PyWYyaElWWsz%2FGU3Dv%2FzunM5ZwUTE%3D&reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="Tn9/dKhd00swIjNEPxq22k4MbyPmkDI6RrR6AsKsJfdOE5EXh0qspEnMQwdg0AiGEuUrASnCnThDBZd7AAURLFp/OKJ2WxCyNUO2MwoRRxk6su434/nXJYGDvdXrwLHnlPTc3w/g41XVjLgLkfXAXbZ5Ru6HF+WiomxPqVjLTCQ=" originalsrc="http://www.eprints.org/tech.php/" shash="z1r+QZtPvPXBSmEu/IauGh0AsRorKQPYfhlVjFkV1K/uAF/CWXItn0xHrNSaVDIbMqpSqXmuMw19sBWsfQ7H3Xn7m53JGUB3PHqxCQEuhkBfyahzF7F2hjG00aVNMf9+tew9grkkYMJ9kymaERGS1/xERkYVQ5MFcXdRHmFQAzU=" moz-do-not-send="true">
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%7C%7Cc17e6e63095349606bb308d7f715c43f%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=ZKvEOJuotfwgiLkWydFHgmNfguFltlnSQmTsbEqxnP8%3D&reserved=0" originalSrc="http://wiki.eprints.org/" shash="Ydks8/Tp19pjuexCW+6BKE+kpbZ7t+Ox9zqZGs3zKVBOy2FOKP2nlIePqWFXF0oyKp3TRKAvN32QQagX6T5nZf4FPpcfnpYb+rn2ujQkBH7Xr226b9aPL/JxC+3mmfhx1djFE2AoNso8wXd6g9dOQglmlIv4qyj3lhNBfFr5I+Y=" originalsrc="http://wiki.eprints.org/" shash="PYR0k6vfsXfXNZ9Wehvh9GZhPNOI4r7R/hSsDnW5p0ERe8UNWtClaUF/i4qBg37kUnmzd/AEy9J9hV96tyUZRYKaP68YAcqOgd0gyJyHSL/rX4wUqzr14S39RI50IyX/Vb39bWMW25KxvfFSOE8zomvAKSdN8itXJyIYtI9gEWg=" moz-do-not-send="true">
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" moz-do-not-send="true">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%7C%7Cc17e6e63095349606bb308d7f715c43f%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=76RdXpbufDGe51PyWYyaElWWsz%2FGU3Dv%2FzunM5ZwUTE%3D&reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="Tn9/dKhd00swIjNEPxq22k4MbyPmkDI6RrR6AsKsJfdOE5EXh0qspEnMQwdg0AiGEuUrASnCnThDBZd7AAURLFp/OKJ2WxCyNUO2MwoRRxk6su434/nXJYGDvdXrwLHnlPTc3w/g41XVjLgLkfXAXbZ5Ru6HF+WiomxPqVjLTCQ=" originalsrc="http://www.eprints.org/tech.php/" shash="z1r+QZtPvPXBSmEu/IauGh0AsRorKQPYfhlVjFkV1K/uAF/CWXItn0xHrNSaVDIbMqpSqXmuMw19sBWsfQ7H3Xn7m53JGUB3PHqxCQEuhkBfyahzF7F2hjG00aVNMf9+tew9grkkYMJ9kymaERGS1/xERkYVQ5MFcXdRHmFQAzU=" moz-do-not-send="true">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%7C%7Cc17e6e63095349606bb308d7f715c43f%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=ZKvEOJuotfwgiLkWydFHgmNfguFltlnSQmTsbEqxnP8%3D&reserved=0" originalSrc="http://wiki.eprints.org/" shash="Ydks8/Tp19pjuexCW+6BKE+kpbZ7t+Ox9zqZGs3zKVBOy2FOKP2nlIePqWFXF0oyKp3TRKAvN32QQagX6T5nZf4FPpcfnpYb+rn2ujQkBH7Xr226b9aPL/JxC+3mmfhx1djFE2AoNso8wXd6g9dOQglmlIv4qyj3lhNBfFr5I+Y=" originalsrc="http://wiki.eprints.org/" shash="PYR0k6vfsXfXNZ9Wehvh9GZhPNOI4r7R/hSsDnW5p0ERe8UNWtClaUF/i4qBg37kUnmzd/AEy9J9hV96tyUZRYKaP68YAcqOgd0gyJyHSL/rX4wUqzr14S39RI50IyX/Vb39bWMW25KxvfFSOE8zomvAKSdN8itXJyIYtI9gEWg=" moz-do-not-send="true">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%7C%7Cc17e6e63095349606bb308d7f715c43f%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=AJlMBhYRL4z0IZZqxC9ASJpklE7uW4%2BI9d%2BrOvMgVxc%3D&reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="etA9HROLVmjaW3uOtwLT3ZXwqe33hXlVR7lHPWa+43QR/6WsGjk2a4Xs0DC5VgoPJhPkT0gpNdWyHRmReWMwlVBezRNNcBuPkDKbaJhLgL97XcIjSTjWZMQWrUO0t8yo+DAw8pPgkcehWvs+Ij5MQdctqJjuQKn/mMVMH07Yf/U=" originalsrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="wkU0xTJ3Gn3Zq7r2tbYi632/moYck3cIXSYN/U2wliI7k02Hkj4ztyGr6BRoiGPoXQ942F+88CjrT/Zpy+Nr4ycPjwSngh8KXC3C/l1izp+EdORkMiI0SevMjuWdkpCx/kX3hVLNk2Cn2H+iAkTYRZTax7USlvnLau7ViBdEAzg=" target="_blank" moz-do-not-send="true"><img alt="" style="width:46px; height:29px" src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-green-avg-v1.png" moz-do-not-send="true" width="46" height="29"></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%7C%7Cc17e6e63095349606bb308d7f715c43f%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=AJlMBhYRL4z0IZZqxC9ASJpklE7uW4%2BI9d%2BrOvMgVxc%3D&reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="etA9HROLVmjaW3uOtwLT3ZXwqe33hXlVR7lHPWa+43QR/6WsGjk2a4Xs0DC5VgoPJhPkT0gpNdWyHRmReWMwlVBezRNNcBuPkDKbaJhLgL97XcIjSTjWZMQWrUO0t8yo+DAw8pPgkcehWvs+Ij5MQdctqJjuQKn/mMVMH07Yf/U=" originalsrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="wkU0xTJ3Gn3Zq7r2tbYi632/moYck3cIXSYN/U2wliI7k02Hkj4ztyGr6BRoiGPoXQ942F+88CjrT/Zpy+Nr4ycPjwSngh8KXC3C/l1izp+EdORkMiI0SevMjuWdkpCx/kX3hVLNk2Cn2H+iAkTYRZTax7USlvnLau7ViBdEAzg=" target="_blank" style="color:#4453ea" moz-do-not-send="true">
www.avg.com</a> </td>
</tr>
</tbody>
</table>
</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)
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</body>
</html>