Difference between revisions of "New Relic"

From Warwick Student Cinema
Jump to: navigation, search
(New page: Category:IT Category:Website We use New Relic on our site to monitor performance. The default site name is "Filmsoc Website" this should be customised for sub sites. == Main Sit...)
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
{{Update}}
[[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 6: Line 5:
 
The default site name is "Filmsoc Website" this should be customised for sub sites.
 
The default site name is "Filmsoc Website" this should be customised for sub sites.
   
== Main Site and Treasure Dashboard ==
+
== Main Site ==
The main site has it name set in a .htaccess in its root folder.
+
The main site has it name set in a <code>.htaccess</code> in its root folder.
  +
  +
== Treasure Dashboard ==
  +
Treasure has a <code>.htaccess</code> file and its set using the PHP api in <code>/inc/global.php</code>. I'm not sure why I did that.
   
 
== EPOS ==
 
== EPOS ==
 
EPOS has its name set in the <code>eposfunctions.php</code> file.
 
EPOS has its name set in the <code>eposfunctions.php</code> file.
  +
  +
== Rotas ==
  +
Rotas are set in <code>/html/content/rotas/common.php</code> using the PHP api.
  +
  +
== Shitty Forums ==
  +
The shitty forums that is included in the main website 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 ==
The names for these sites are set using .htaccess files found in <code>/usr/share/phpmyadmin</code> or <code>/usr/share/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]]

Latest revision as of 22:56, 9 February 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.

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 website 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.