Changes between Version 6 and Version 7 of Obsolete/Doc/Monitoring/Lemon


Ignore:
Timestamp:
Nov 19, 2007, 3:34:47 PM (18 years ago)
Author:
/C=BE/O=BEGRID/OU=VUB/OU=IIHE/CN=Stijn De Weirdt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/Doc/Monitoring/Lemon

    v6 v7  
    170170
    171171== Server post-install ==
     172=== LRF/php ===
     173 * Edit {{{/etc/php.ini}}}
     174{{{
     175register_globals = On
     176memory_limit = 32M
     177register_long_array = on
     178}}}
     179 * Restart Apache
     180{{{
     181/etc/init.d/httpd restart
     182}}}
    172183
    173184=== Configure Oracle-XE ===
     
    248259}}}
    249260
    250 
    251  * Edit {{{/etc/php.ini}}}
    252 {{{
    253 register_globals = On
    254 memory_limit = 32M
    255 register_long_array = on
    256 }}}
    257 
     261=== OracleXE + LRF only ===
    258262 * Remove following functions from {{{/var/www/html/lrf/oracle.inc}}} :
    259263{{{
     
    263267}}}
    264268
    265  * Restart Apache
    266 {{{
    267 /etc/init.d/httpd restart
    268 }}}