[SAC] Trac slow to respond
    Sandro Santilli 
    strk at kbt.io
       
    Mon Nov 28 23:07:06 PST 2016
    
    
  
On Tue, Nov 29, 2016 at 07:56:41AM +0100, Sandro Santilli wrote:
> I didn't make the policy, just copied an existing file.
Suggested tipical robots.txt for trac is found in the RobotsTxt
trac plugin page:
  https://trac-hacks.org/wiki/RobotsTxtPlugin
The suggestion is:
  User-agent: *
  Disallow: /browser
  Disallow: /log
  Disallow: /changeset
  Disallow: /report
  Disallow: /newticket
  Disallow: /search
 
Our configuration is missing "newticket" and "search" while it is
adding "query", "timeline", "doxygen" (?), attachment.
--strk;
    
    
More information about the Sac
mailing list