Difference between revisions of "New Relic"
(→Shitty Forums) |
|||
Line 19: | Line 19: | ||
== Shitty Forums == |
== Shitty Forums == |
||
− | The shitty forums that is included in the main webside code base has its newrelic name set in <code>html/forum/inc/config.php |
+ | The shitty forums that is included in the main webside code base has its newrelic name set in <code>html/forum/inc/config.php</code> |
== PHP My Admin & PHP LDAP Admin == |
== PHP My Admin & PHP LDAP Admin == |
Revision as of 20:12, 12 February 2015
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.