How to turn on PHP flags for individual websites???

Discussion in 'Installation/Configuration' started by sierradump, Dec 20, 2008.

  1. sierradump

    sierradump New Member

    I am trying to install a web based billing system and am getting the following errors:

    So I went to the APACHE directives section of the website and I added these comments:

    PHPInfo is now showing that register_globals is on, Session.use_trans_sid is on, and file_uploads is on but somehow the application is saying it is not?

    Am I using the PHP flags correctly???

    Whats going on????
     
    Last edited: Dec 20, 2008
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The syntax looks good. But not all values can be set with php_admin_flag and php_admin_value, some have to be set globally in the php.ini. As far as I know there is a list of all php.ini options in the php manual that also lists were the variables have to be set.
     

Share This Page