I'm a bit confused about what goes inside /srv and looking for good practices about its usage on Debian.
Acording to the FHS: "/srv contains site-specific data which is served by this system".
However I'm not sure if things like MySQL data files, munin's rrd files and stuff like that can/should be stored in /srv since they are not "served" directly.
I'm not asking if it's possible or how can it be accomplished, I'm asking about your experiences and good practices.