[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 #?ini charset="iso-8859-1"? 2 # eZ publish configuration file for file handling 3 # 4 # NOTE: It is not recommended to edit this files directly, instead 5 # a file in override should be created for setting the 6 # values that is required for your site. Either create 7 # a file called settings/override/file.ini.append or 8 # settings/override/file.ini.append.php for more security 9 # in non-virtualhost modes (the .php file may already be present 10 # and can be used for this purpose). 11 12 [BinaryFileSettings] 13 Handler=ezfilepasstrough 14 # Swap with the above line to get direct downloads 15 # Note: Direct downloads does not check roles permissions. 16 #Handler=ezfiledirect 17 Repositories[]=kernel/classes 18 #A list of extensions which have binaryhandlers 19 #It's common to create a settings/file.ini.append.php file 20 #in your extension and add the extension name to automatically 21 #get handlers from the extension when it's turned on. 22 #Handlers need to be placed in the extension subdir "binaryhandlers". 23 ExtensionRepositories[] 24 25 [ArchiveSettings] 26 Handlers[] 27 Handlers[tar]=eztararchivehandler 28 29 [FileSettings] 30 Handlers[] 31 # Generic gzip handler, uses the zlib or shell handlers to do the job 32 Handlers[gzip]=ezgzipcompressionhandler 33 # Specific gzip handler, either using the zlib extension or gzip shell command 34 Handlers[gzipzlib]=ezgzipzlibcompressionhandler 35 Handlers[gzipshell]=ezgzipshellcompressionhandler 36 37 [ClusteringSettings] 38 # Cluster file handler. 39 # Available by default: ezfs and ezdb. 40 FileHandler=ezfs 41 42 # Database backend used by the ezdb handler. 43 # Available by default: mysql and pgsql. 44 DBBackend=mysql 45 46 DBHost=db 47 DBPort=3306 48 DBSocket= 49 DBName=cluster 50 DBUser=root 51 DBPassword= 52 DBChunkSize=65535 53 54 # If you want to use your own cluster file handler located in an extension 55 # then you should add the extension name to the list below. 56 # In that case the handler will be searched for in the following directory: 57 # extension/<your_extension>/clusterfilehandlers 58 ExtensionDirectories[]
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |