wapps Posted yesterday at 09:29 PM Posted yesterday at 09:29 PM 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 yesterday at 10:05 PM Posted yesterday at 10:05 PM 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 23 hours ago Posted 23 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.