Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 6472ea92c9e26b7763ee421671ac8ad4 > files > 5

roundup-1.3.3-6mdv2009.0.src.rpm

<IfModule mod_proxy.c>

  RewriteEngine on

  # General Roundup
  RewriteRule ^/roundup$  roundup/    [R]
  RewriteRule ^/roundup/(.*)$ http://localhost:10080/$1   [P,L]
  <Location /roundup>
    Allow from all
  </Location>

  # Handle Foo Issues
  # RewriteRule ^/issues$  issues/    [R]
  # RewriteRule ^/issues/(.*)$ http://localhost:10080/issues/$1 [P,L]
  # <Location /issues>
  #   Allow from all
  # </Location>

</IfModule>