Changes Made urls used in javascript ajax statements relative to avoid errors when accessing the same webserver through multiple alias urls. The errors occurred because Javascript security only allows it to contact the host of origin. Files changed in patch: website/cgi-bin/fimo.pl website/cgi-bin/glam2scan.pl website/cgi-bin/gomo.pl website/cgi-bin/mast.pl website/cgi-bin/mcast.pl website/cgi-bin/tomtom.pl website/cgi-bin/Utils.pm.in website/html/search.in Installing the patch: 1) Ensure that all previous patches have been applied 2) Change into the root meme_4.4.0 distribution directory 3) run patch -p0 -i PATH_TO_PATCH/meme_4.4.0.patch_5 4) run make; make install If run on split server (separate Apache and Tomcat servers) this patch needs to be applied to the website side.