; DXIP is the IP address of the application server DXIP=192.168.1.155 ; DXPORT is the TCP/IP port number for the application server DXPORT=9632 ; DXREADTIMEOUT is the number of seconds to wait for a socket read DXREADTIMEOUT=180 ; CONNECTRETRYCOUNT is the number of open socket connection ; attempts before an error is reported CONNECTRETRYCOUNT=2 ; DO NOT CHANGE OR DELETE DXCONTENT DXCONTENT=HTML ; Character set (Default (which is ANSI), ANSI (which is ISO 8859-1), or UTF8) DXCHARSET=Default ; Buffer size is set for 128K characters DXBUFSIZE=131072 ; Set SHOWOUTPUTFILENAME to Y if missing html filename should be displayed SHOWOUTPUTFILENAME=N ; set CheckBrowser to WML for WML or WAP support CheckBrowser= ; System definitions S_CONTENTOUT=HTML S_ROOT= ; set the S_URL to your domain name, e.g. http://www.dynamic.com if ; you are using a Linux Apache or a Microsoft IIS web server S_URL= ; set the S_SECUREURL to your domain name, e.g. https://www.dynamic.com ; if you are using a Linux Apache or a Microsoft IIS web server S_SECUREURL= ; to use the S_COPYTOWEBSERVER feature/variable, the COPYMAP list must be ; set to map the logical destination directories in the S_COPYTOWEBSERVER ; list to actual directories on the web server. The commented out example ; below maps the logical directory "html" to the web server directory ; "/var/www/html/dx/html" and "data" to "/var/www/html/dx/datafiles". ;L:COPYMAP=html=/var/www/html/dx/html ; data=/var/www/html/dx/datafiles ; If the DynamicNotice module is used, the line below should be uncommented to ; define COPYMAP and the "articles" path should be changed as necessary. Other ; mappings can be added on subsequent lines. ;L:COPYMAP=newsfiles=/var/www/dx/dn/articles