Insecure installation on production server? - Joomla! Forum - community, help and support
hi all,
in new joomla (production) installation have following message in control panel:
following php server settings not optimal security , recommended change them:
* php register_globals setting `on` instead of `off`
when follow link official joomla! server security post , reading come following faq:
http://help.joomla.org/component/option ... temid,268/
this faq states:
but globals.php in root directory @ hosting provider contains line define('rg_emulation',0)...
so i'm confused. there nothing change me, , still implementation/installation complains settins "not optimal security". need do?
michel
in new joomla (production) installation have following message in control panel:
following php server settings not optimal security , recommended change them:
* php register_globals setting `on` instead of `off`
when follow link official joomla! server security post , reading come following faq:
http://help.joomla.org/component/option ... temid,268/
this faq states:
edit file, globals.php, found in root directory of joomla! site. @ line 23 change:
define('rg_emulation',1)
to
define('rg_emulation',0)
but globals.php in root directory @ hosting provider contains line define('rg_emulation',0)...

so i'm confused. there nothing change me, , still implementation/installation complains settins "not optimal security". need do?
michel
we have 2 major sec. issues:
1) globals = on instead off
2) rg_emulation = on instead off
you have resolved issue 2 issue 1 still exists , thats host related php-related issues. host?
leo
1) globals = on instead off
2) rg_emulation = on instead off
you have resolved issue 2 issue 1 still exists , thats host related php-related issues. host?
leo
Comments
Post a Comment