################################## # NtripCaster configuration file # ################################################################################ ############### Server Location and Resposible Person ########################## # Server meta info with no fuctionality. location BKG rp_email casteradmin@ifag.de server_url http://caster.ifag.de ########################### Server Limits ###################################### # Maximum number of simultaneous connections. max_clients 100 max_clients_per_source 100 max_sources 40 ######################### Server passwords ##################################### # The "encoder_password" is used from the sources to log in. encoder_password sesam01 #################### Server IP/port configuration ############################## # The server_name specifies the hostname of the server and must not be set to # an IP-adress. It is very important that server_name resolves to the IP-adress # the server is running at. # For every port, the server should listen to, a new port line can be added. server_name igs.ifag.de #port 80 port 2101 ######################## Main Server Logfile ################################## # logfile contains information about connections, warnings, errors etc. logdir /usr/local/ntripcaster/logs logfile ntripcaster.log ############################ Access Control ################################### # Here you specify which users have access to which mountpoints, # one line per mount. # # Syntax: /::,:,...,: # # /: name of the mountpoint. Must start with a slash. # : name of the user that has access to . # : password of . # # example: #/mount0:user0:pass0,user1:pass1,user2:pass2 /BUCU0:user1:password1,user2:password2 /PADO0