Reply To: Use Apache instead of build-in web server? (debian)

#13088
rpedde
Participant

@v2k wrote:

Hello,
I would like some help to turn of the build-in web server to firefly and make the web interface run at my Apache installation so I don’t need 2 web servers running and because my Apache server is configure to be really secure and I fell unsafe with another webserver running. ;p

Thanks for a great application and for the coming help. ^^

Can’t really do that. DAAP requires web.. that’s how iTunes fetches song lists and all that. I guess you could write a mod_daap or something for apache, but you’d be in the same security hole.

You could proxy from apache to the daap server with something like mod_security or something, though. That might give you some of the protection you’d like. That and/or limit access with iptables.

— Ron