这里是我的问题:默认安装apache2 Ubuntu后,它开始为Trac检索旧页面,例如,我在trac-wiki部分做了一个小改动(简单的编辑页面),按下“Submit”button,在页面更新我看到一个页面有新的变化, 但是当我再次点击同一页面上的“编辑”button,它给了我编辑页面没有最后的变化(caching给我回旧页 – 我必须按F5键更新页面)…
PS:当我在我的服务器上configurationHTTPS时,HTTPS内容的问题消失了!
这是我正在使用的:
$ apache2 -V Server version: Apache/2.2.14 (Ubuntu) Server built: Apr 13 2010 20:22:19 Server's Module Magic Number: 20051115:23 Server loaded: APR 1.3.8, APR-Util 1.3.9 Compiled using: APR 1.3.8, APR-Util 1.3.9 Architecture: 64-bit Server MPM: Worker threaded: yes (fixed thread count) forked: yes (variable process count) Server compiled with.... -D APACHE_MPM_DIR="server/mpm/worker" -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_SYSVSEM_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D DYNAMIC_MODULE_LIMIT=128 -D HTTPD_ROOT="" -D SUEXEC_BIN="/usr/lib/apache2/suexec" -D DEFAULT_PIDLOG="/var/run/apache2.pid" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="/etc/apache2/mime.types" -D SERVER_CONFIG_FILE="/etc/apache2/apache2.conf"
谢谢你的build议!
PSS:如果你需要一些configuration的更多的输出,只是评论我,我把它们追加到我的问题!
解决方法 :问题出在公司代理上。 如果我使用其他互联网提供商,问题就消失了!