# Hiding ffserver behind Apache Webserver for security reasons. Second # advantage is the fact that all is served from port:80, avoiding all kind of # firewall issues. ProxyPass /feeds/ http://localhost:8090/feeds/ ProxyPassReverse /feeds/ http://localhost:8090/feeds/ ProxyPassReverse /feeds/ Order allow,deny Allow from all