How do I have mod_perl reload source files on change?
问题 I am developing an application with mod _ perl and restarting the server every time I change code is a huge drag. I'd like to still use mod _ perl for development because it's what I plan on using for the live server. I didn't see anything in the documentation about how to do this. Thoughts? 回答1: I think Apache2::Reload will somewhat accomplish what you're looking for. However, remember to delete all this implementation once you're ready to put the app in production. Monitor All Modules in