'', "curl" => '/usr/bin/curl', "gzip" => '', "id" => '', "stat" => '', ); $localhosts = array( // list of local interfaces "127.0.0.1", "localhost", ); $profilePath = '/config/rutorrent'; // Path to user profiles $profileMask = 0770; // Mask for files and directory creation in user profiles. // Both Webserver and rtorrent users must have read-write access to it. // For example, if Webserver and rtorrent users are in the same group then the value may be 0770. $tempDirectory = null; // Temp directory. Absolute path with trail slash. If null, then autodetect will be used. $canUseXSendFile = true; // Use X-Sendfile feature if it exist $locale = "UTF8";