SVN: toys/rsget.pl/README.config
    sparky 
    sparky at pld-linux.org
       
    Mon Jun 28 19:11:05 CEST 2010
    
    
  
Author: sparky
Date: Mon Jun 28 19:11:04 2010
New Revision: 11622
Modified:
   toys/rsget.pl/README.config
Log:
- try to clarify http_port
Modified: toys/rsget.pl/README.config
==============================================================================
--- toys/rsget.pl/README.config	(original)
+++ toys/rsget.pl/README.config	Mon Jun 28 19:11:04 2010
@@ -20,9 +20,10 @@
 # to name backups as FILE_NAME.EXT~{N} use:
 backup_suf = ~
 
-# Start http server on port 7666 (won't be started by default or if port is 0).
-# Make sure the port is blocked in the firewall (only allow IPs you trust),
-# because rsget.pl has very weak authentication.
+# Start web interface by setting http_port to a non-zero value.
+# I suggest using port 7666 as it is used in all other examples.
+# NOTE: rsget.pl has very weak authentication so make sure firewall only
+# allows trusted hosts to connect to this port.
 http_port = 7666
 
 # require authentication for http:
    
    
More information about the pld-cvs-commit
mailing list