= Telomere Length Recording Application Instance Live Tags: [[Application Instance Category]] [[UoL LAMP Server]] [[Python Flask]] [[Telomere Length Study]] == Technical Details URL:: https://telomere.lcbru.le.ac.uk or https://www99.lamp.le.ac.uk Server:: [[login99.lamp.le.ac.uk]] Directory:: {{{/local/telomere}}} Database config:: {{{/local/telomere/defaultSettings.py}}} Database Type:: [[MySql]] [[MySql v5.5]] Database Server:: [[localhost]] Database:: {{{telomere}}} Error Logging:: {{{/local/apache2/log/error.log}}} Apache Config:: {{{/local/apache2/etc/httpd.conf}}} Backup:: See [[UoL LAMP Backups]] == Security Statement See: [[UoL LAMP Server Security Statement]] - Authentication uses UoL LDAP == Risk Assessment See [[UoL LAMP Server Risk Assessment]] == Gotchas 1. Uses mod_wsgi, which has to be compiled locally. See : [[HowTo Compile mod_wsgi for LAMP servers]] 2. The config name for the database seems to have switched from being case-insensitive to being case sensitive. Therefore, it wasn't finding the config setting that was called {{{DATABASE}}} where it had been doing and I had to change it to {{{database}}}. Weird! == Cron Tasks [[BackLinks]]