;; The HTPASSWD_FILE parameter sets the path to the password file. ;; This information is required for the member cgi script to update ;; your membership file. ;; ;; *** IMPORTANT *** ;; MAKE SURE that neither this config file itself, nor the htpasswd ;; file can be downloaded through your webserver. ANYBODY OBTAINING ;; EITHER THIS CONFIG FILE OR THE HTPASSWD FILE WILL BE ABLE TO ;; GAIN UNAUTHORIZED ACCESS TO YOUR SITE. ;; ;; For example: "/www/mysite/private_location/htpasswd" ;; -------------------------------------------------- HTPASSWD_FILE = "" ;; -------------------------------------------------- ;; The ACCESS_KEYWORD parameter sets the Access Keyword required to ;; modify the password file. Your secure Access Keyword can be found ;; or changed by visiting the Gateway site configuration screen ;; in your Gateway account. You can also download an updated ;; copy of this config file from the Gateway site configuration ;; screen. ;; ;; IF YOU AT ANY TIME BELEIVE THAT YOUR ACCESS KEYWORD HAS BEEN ;; COMPROMISED, DISCOVERED, OR DISCLOSED, IMMEDIATELY CHANGE YOUR ;; KEYWORD IN THE GATEWAY AND DOWNLOAD AN UPDATED COPY OF THIS FILE ;; WITH THE NEW ACCESS KEYWORD. ;; ;; For example: "hd56Sg8F9jETGhjs45G8" ;; -------------------------------------------------- ACCESS_KEYWORD = "" ;; --------------------------------------------------