Safe_Mode off and upload_tmp_dir

Discussion in 'Installation/Configuration' started by name, Oct 15, 2007.

  1. name

    name New Member

    Hello,

    I use ISPConfig and am very glad of it!

    The only question I've got is, that when I change a web to Safe_Mode Off, ISPConfig also removes the settings of:

    Code:
    php_admin_value open_base_dir /path/to/client/
    php_admin_value file_uploads 0/1
    php_admin_value upload_tmp_dir /path/to/client/phptmp/
    php_admin_value session.save_paht /path/to/client/phptmp/
    
    Acutally I want to keep this settings, also Safe_Mode is Off(!)

    Of course one possibilty is to just activate Safe_Mode in ISPConfig and then go to vhosts/Vhosts_ispconfig.conf and change Safe_Mode to Off.
    But I don't know if ISPConfig changes it to On when restarting and I hope there is a better solution.

    OK,
    thanks a lot,

    name
     
  2. name

    name New Member

    OK,
    I think I've found out how to do it.

    Just set the Safe_Mode to Off and then define the other settings as apache-directives.
    This works!
     

Share This Page