Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 704c06bd943b8568a4ea431bcfe45dbd > files > 3

cvsgraph-1.6.1-8.fc12.src.rpm

#                                                                -*- apache -*-
# Apache configuration for cvsgraph-web.
#

Alias /cvsgraph/ "/usr/share/cvsgraph/web/"

<Directory /usr/share/cvsgraph/web>

  Order deny,allow
  Deny from all
  Allow from 127.0.0.1

  Options None
  php_flag "register_globals" "on"

</Directory>