crossley 2004/02/15 22:34:22
Modified: site/dtd .htaccess Log: Add FIXME note to ensure Proxy stuff is sufficient. Keep fiddling with Cache stuff, but still not working. Revision Changes Path 1.2 +3 -1 cocoon-site/site/dtd/.htaccess Index: .htaccess =================================================================== RCS file: /home/cvs/cocoon-site/site/dtd/.htaccess,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .htaccess 13 Feb 2004 11:38:32 -0000 1.1 +++ .htaccess 16 Feb 2004 06:34:22 -0000 1.2 @@ -15,10 +15,12 @@ RewriteRule "(.*)\.pen$" "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/$1.pen?content-type=application/xml-external-parsed-entity" [P] RewriteRule "(.*)\.ent$" "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/$1.ent?content-type=application/xml-external-parsed-entity" [P] +# FIXME: Is this Proxy stuff sufficient? + # FIXME: Cache stuff is not yet working # # Now, since ViewCVS is slow, make sure we cache it -#CacheEnable mem +#CacheEnable mem /dtd # for a day #CacheDefaultExpire 86400
