Results 1 to 4 of 4

Thread: PHP Safe Mode

  1. #1
    Member
    Join Date
    Aug 2006
    Posts
    9

    Default PHP Safe Mode

    do anyone know how i can turn off the PHP Safe Mod on WHM so i can install the CAST-Control Panel

  2. #2
    Member
    Join Date
    Feb 2003
    Posts
    291

    Default

    Hello,

    You cannot turn off php safe_mode through WHM. You can either make it off in php.ini globally for all sites hosted on your server or in .htaccess for individual domain.

    Regards,
    Mitul

  3. #3
    Member
    Join Date
    Aug 2006
    Posts
    9

    Default

    how can i do it in the .htaccess & php.ini

  4. #4
    Member
    Join Date
    Mar 2006
    Posts
    1,215

    Default

    If you want safemode off for your entire server you need to edit php.ini and search for the safe mode option.

    If you want it off for one particular site, you should be able to edit httpd.conf and add this into the virtual host of the client
    php_admin_flag safe_mode Off

    If this does not make sense to you, get your server manager to perform this task.

Similar Threads

  1. PHP Safe Mode
    By summy in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 05-31-2004, 06:18 AM
  2. PHP safe mode
    By hugo24 in forum cPanel & WHM Discussions
    Replies: 4
    Last Post: 05-20-2003, 03:58 AM
  3. PHP Safe Mode
    By LinuxFreaky in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 05-15-2003, 02:20 PM
  4. PHP Safe Mode
    By IT Hosting in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 07-04-2002, 07:05 PM
  5. Php Safe Mode
    By Brad in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 08-19-2001, 04:12 PM