xcat-core/xCAT-web/etc/apache2/conf.d/xcat-web.conf
2008-10-29 13:57:19 +00:00

8 lines
147 B
Plaintext

Alias /xcat "/opt/xcat/web"
<Directory "/opt/xcat/web">
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>