4. Install Apache if necessary: yum install -y apache
5. Set up Apache to serve the F7 files:
ln -s /mnt/f7 /var/www/html/fedora
setenforce 0
service httpd start
The 'setenforce 0' is required because the security context of the F7
files does not permit them to be served by httpd. Tony Nelson suggests
disabling SELinux protection for httpd only (which is wise):
setsebool httpd_disable_trans on
In either case the change is temporary and will revert at the next boot.


it's easy to overlook the most interesting new bit of information that
did come out of all this -- Steorn finally revealed what a working Orbo
looks like.