8a6f187e8a8a02d0f8d8f07b4ed0a6d88756af37 jcasper Sun May 5 01:11:48 2019 -0700 Installing updated hg.conf files from UCSC servers diff --git confs/hgwdev.hg.conf confs/hgwdev.hg.conf index 5254386..c0e5f1f 100644 --- confs/hgwdev.hg.conf +++ confs/hgwdev.hg.conf @@ -316,15 +316,19 @@ # Separate directory for files that belong to saved sessions (hgSession). # The path must be absolute (starts with /). # This directory must be on the same filesystem as trash/ so hard links work. # The purpose of this directory is to allow automated cleaning of old files # from trash/ while keeping saved session files safe in a different location. sessionDataDir=/data/apache/userdata # Name prefix of 31 separate databases (one for each day of month, on same # server as customTrash, using customTracks.* profile) for custom track # database tables that belong to users' saved sessions, analogous to # sessionDataDir setting for saved session files. # The databases must be named as this prefix followed by {01, 02, 03, ... 31}. # For example, if the value is "customData" then the databases are named # customData01, customData02, ... customData31. sessionDataDbPrefix=customData + +# Allow the URL: /cgi-bin/hubApi to produce a WEB page +# otherwise, it redirects to the help page +hubApi.allowHtml=on