I have a dedicated server running fedora
and have a problem with open_basedir.

Master value = no value;
defined in /etc/php.ini

Local value = /var/www/vhosts/domain.com/httpdocs:/tmp
where is this defined? I need to change it to "no value"

I can't find it :o

    Does your host allow you to use a php.ini file, or are you confined to doing all php config edits in .htaccess?

      I can modify all in the server.
      don't know is what to change.

      I think there is somewhere some files that change configuration for each domain in the server

        "open_basedir" can be changed only in php.ini or the (Apache) server config.

        Run phpinfo() and see what it gives for the ini path value.

        This manual page gives the ini file search order.

          My php.ini file is at /etc/ dir
          i can change those values, but the "local values" are diferent, i'm running fedora and plesk is it configurable in some file managed by plesk?

            5 days later

            Just to help others with same problem
            I found the solution

            At your home there's a conf dir
            inside it httpd.include (you must have root access)
            edit that file (carefull you may damage your http server, make a backup of that file before editing).

            What i did was delete all lines where open_basedir is defined.

            Worked fine.

              Write a Reply...