cvs: SVNROOT / httpd.conf

[email protected] ("Gwynne Raskind") Thu, 09 Jul 2009 19:00:47 -0000
Newsgroups svn.migration
Message-ID <cvsgwynne1247166047@cvsserver>
gwynne		Thu Jul  9 19:00:47 2009 UTC

  Modified files:              
    /SVNROOT	httpd.conf 
  Log:
  make ViewVC 20 times faster
  
http://cvs.php.net/viewvc.cgi/SVNROOT/httpd.conf?r1=1.8&r2=1.9&diff_format=u
Index: SVNROOT/httpd.conf
diff -u SVNROOT/httpd.conf:1.8 SVNROOT/httpd.conf:1.9
--- SVNROOT/httpd.conf:1.8	Thu Jul  9 09:06:52 2009
+++ SVNROOT/httpd.conf	Thu Jul  9 19:00:47 2009
@@ -5,6 +5,7 @@
     ErrorLog "|/local/bin/rotatelogs /home/svn/logs/svn-error_log.%Y%m%d 86400"
     ScriptAlias /viewvc /home/svn/viewvc-svn/bin/cgi/viewvc.cgi
     ScriptAlias /query /home/svn/viewvc-svn/bin/cgi/query.cgi
+    Alias /docroot /home/svn/viewvc-svn/templates/docroot
     <Directory "/home/svn/viewvc-svn/bin/cgi">
         Options +ExecCGI
         Order allow,deny