Changes between Version 6 and Version 7 of Obsolete/Doc/Monitoring/Lemon
- Timestamp:
- Nov 19, 2007, 3:34:47 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/Doc/Monitoring/Lemon
v6 v7 170 170 171 171 == Server post-install == 172 === LRF/php === 173 * Edit {{{/etc/php.ini}}} 174 {{{ 175 register_globals = On 176 memory_limit = 32M 177 register_long_array = on 178 }}} 179 * Restart Apache 180 {{{ 181 /etc/init.d/httpd restart 182 }}} 172 183 173 184 === Configure Oracle-XE === … … 248 259 }}} 249 260 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 === 258 262 * Remove following functions from {{{/var/www/html/lrf/oracle.inc}}} : 259 263 {{{ … … 263 267 }}} 264 268 265 * Restart Apache266 {{{267 /etc/init.d/httpd restart268 }}}