in reply to Dancer and Apache

Are you using Apache::Reload? Try disabling that. It does things that are a bit... hinky; so sometimes things go wrong.

- tye        

Replies are listed 'Best First'.
Re^2: Dancer and Apache (::Reload?)
by BTrey (Novice) on Dec 08, 2015 at 21:03 UTC
    I wasn't aware of using it. I went through my config, including apache2.conf, everything under mods-enabled, sites.enabled, conf.d, etc. both manually and using grep and was unable to find any reference to it. However, I found package libapache2-reload-perl installed on my system. I uninstalled it, restarted Apache and haven't seen the issue reoccur. Thanks to you and the other responders.