wapps Posted June 15, 2025 Posted June 15, 2025 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 June 15, 2025 Posted June 15, 2025 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 June 15, 2025 Posted June 15, 2025 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