Whenever we revise a web page on our development server and then try to view it in a web browser we get a 403 error, and have to wait about 30 seconds before the browser is able to render the page. Our current development environment includes a Solaris 11 system that shares out a ZFS filesystem via CIFS. This server also runs an apache 2.4.6 webserver with php 5.5.3. SFTP is also accessible via that development machine. How can we get rid of this annoying and costly time delay?
↧