Path: | flashpolicyd.rb |
Last Update: | Thu Sep 02 14:47:17 +0000 2010 |
flashpolicyd: Serve Adobe Flash Policy XML files to clients
Server to serve up flash policy xml files for flash clients since player version 9,0,124,0. (Player 9 update 3)
See www.adobe.com/devnet/flashplayer/articles/fplayer9_security_04.html for more information, this needs to run as root since it should listen on port 843 which on a unix machine needs root to listen on that socket.
flashpolicyd [OPTIONS]
—help, -h:
Show Help
—verbose
Turns on verbose logging to log file - can also be turned on and off at runtime using -HUP signals
—xml
XML File to Serve to clients, read at startup only
—timeout, -t
If a request does not complete within this time, close the socket, default is 10 seconds
—logfreq, -l
How often to log stats to log file, default 1800 seconds
—logfile
Where to write log lines too
Latest versions, installation documentation and other related info can be found at www.devco.net/pubwiki/FlashPolicyd
R.I.Pienaar <rip@devco.net>