[ Index ]

PHP Cross Reference of MantisBT

title

Body

[close]

/packages/ -> mantis-httpd.conf (source)

   1  Alias /mantis        /usr/share/mantis
   2  
   3  <Directory /usr/share/mantis>
   4      # As passwords will be sent over the line do not allow plaintext
   5      # communication
   6      SSLRequireSSL
   7  
   8      Options    None
   9  
  10      # Do not change this unless the default administrator
  11      # login was removed; see documentation for details
  12      Order     allow,deny
  13      Allow    from localhost
  14  
  15      php_flag "register_globals" "off"
  16  </Directory>
  17  
  18  <Directory /usr/share/mantis/admin>
  19      Order    allow,deny
  20      # Every access is disabled by default; do not change this
  21      # without good reasons and reading the documentation
  22      Deny    from all
  23      Allow    from localhost
  24  </Directory>


Generated: Thu Jul 28 15:48:31 2011 Cross-referenced by PHPXref 0.7