wapps Posted 14 hours ago Posted 14 hours ago If I add a new file, or change the code in a file, do I have to wait 2 hours for the Appache restart to have the changes be effective on the web? Quote
Unknown025 Posted 14 hours ago Posted 14 hours ago Typically no. If you're changing a traditional PHP, JavaScript, HTML, or CSS file, it will not require an Apache restart to take effect. 1 Quote
wolstech Posted 12 hours ago Posted 12 hours ago As above, typically no. Editing files is usually instant. That said, WSGI/Flask applications are an exception. Those do require a restart for code changes to take effect. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.