ntripcaster.conf.dist.in 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. ##################################
  2. # NtripCaster configuration file #
  3. ################################################################################
  4. ############### Server Location and Resposible Person ##########################
  5. # Server meta info with no fuctionality.
  6. location BKG
  7. rp_email [email protected]
  8. server_url http://caster.ifag.de
  9. ########################### Server Limits ######################################
  10. # Maximum number of simultaneous connections.
  11. max_clients 100
  12. max_clients_per_source 100
  13. max_sources 40
  14. ######################### Server passwords #####################################
  15. # The "encoder_password" is used from the sources to log in.
  16. encoder_password sesam01
  17. #################### Server IP/port configuration ##############################
  18. # The server_name specifies the hostname of the server and must not be set to
  19. # an IP-adress. It is very important that server_name resolves to the IP-adress
  20. # the server is running at.
  21. # For every port, the server should listen to, a new port line can be added.
  22. server_name igs.ifag.de
  23. #port 80
  24. port 2101
  25. ######################## Main Server Logfile ##################################
  26. # logfile contains information about connections, warnings, errors etc.
  27. logdir @NTRIPCASTER_LOGDIR_INST@
  28. logfile ntripcaster.log
  29. ############################ Access Control ###################################
  30. # Here you specify which users have access to which mountpoints,
  31. # one line per mount.
  32. #
  33. # Syntax: /<MOUNTPOINT>:<USER1>:<PASSWORD1>,<USER2>:<PASSWORD2>,...,<USERn>:<PASSWORDn>
  34. #
  35. # /<MOUNTPOINT>: name of the mountpoint. Must start with a slash.
  36. # <USERi>: name of the user that has access to <MOUNTPOINT>.
  37. # <PASSWORDi>: password of <USERi>.
  38. #
  39. # example:
  40. #/mount0:user0:pass0,user1:pass1,user2:pass2
  41. /BUCU0:user1:password1,user2:password2
  42. /PADO0