Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2006
    Location
    Egypt
    Posts
    67

    Security question

    hi guys
    after install ConfigServer Firewall
    i get the following ...
    ConfigServer Security & Firewall - csf v2.89 >>
    PHP Check >>
    Check php for register_globals >>
    WARNING >> You should modify the PHP configuration (usually in /usr/local/lib/php.ini) and set:
    register_globals = Off
    unless it is absolutely necessary as it is seen as a significant security risk

    must i modify it?or not? put in ur consideration i tried to download it to modify an error occured !!

    sorry for my bad English .

    plz help me , thanks in advance

  2. #2
    Join Date
    Oct 2004
    Location
    Kerala, India
    Posts
    4,771
    It would be advisable to turn off the register_gloabals, as the php team made this option off by default because of issues. You can turn it on for the domains that needs it On using .htaccess file. You can use php_flag option in .htaccess.

    php_flag register_globals On
    David | www.cliffsupport.com
    Affordable Server Management Solutions sales AT cliffsupport DOT com
    CliffWebManager | Access WHM from iPhone and Android

  3. #3
    Join Date
    Oct 2006
    Location
    Egypt
    Posts
    67
    thanks david510 for help

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •