alpha-quadrant/net-analyzer/centreon/files/99_centreon.conf

11 lines
257 B
Plaintext
Raw Normal View History

2009-03-13 10:50:10 +01:00
<IfDefine CENTREON>
AddType application/x-java-jnlp-file .jnlp
Alias /centreon/ /usr/share/centreon/www/
<Directory /usr/share/centreon/www/>
Options None
AllowOverride AuthConfig Options
Order allow,deny
Allow from all
</Directory>
</IfDefine>