This is a discussion on Disable Proxy? within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi all, Does anyone know how to disable proxy server to cache my Apache web server content? Cause my Apache ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all, Does anyone know how to disable proxy server to cache my Apache web server content? Cause my Apache is running application instead of static homepages. Is there any setting in the httpd.conf to do this? I don't want to add too many <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <meta http-equiv="Expires" content="0"> entries on my programs. Many thanks. Regards, Murphy |