Difference between revisions of "New Relic"
(→Shitty Forums) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:IT]] |
||
− | [[Category:Website]] |
||
− | |||
We use New Relic on our site to monitor performance. |
We use New Relic on our site to monitor performance. |
||
Line 23: | Line 20: | ||
== PHP My Admin & PHP LDAP Admin == |
== PHP My Admin & PHP LDAP Admin == |
||
The names for these sites are set using <code>apache.conf</code> files found in <code>/etc/phpmyadmin</code> or <code>/etc/phpldapadmin</code> respectively. |
The names for these sites are set using <code>apache.conf</code> files found in <code>/etc/phpmyadmin</code> or <code>/etc/phpldapadmin</code> respectively. |
||
+ | |||
+ | |||
+ | [[Category:IT]] |
||
+ | [[Category:Website]] |
Revision as of 22:47, 31 January 2019
We use New Relic on our site to monitor performance.
The default site name is "Filmsoc Website" this should be customised for sub sites.
Contents
Main Site
The main site has it name set in a .htaccess
in its root folder.
Treasure Dashboard
Treasure has a .htaccess
file and its set using the PHP api in /inc/global.php
. I'm not sure why I did that.
EPOS
EPOS has its name set in the eposfunctions.php
file.
Rotas
Rotas are set in /html/content/rotas/common.php
using the PHP api.
Shitty Forums
The shitty forums that is included in the main webside code base has its newrelic name set in html/forum/inc/config.php
PHP My Admin & PHP LDAP Admin
The names for these sites are set using apache.conf
files found in /etc/phpmyadmin
or /etc/phpldapadmin
respectively.