2007-10-26 22:44:33 +00:00
|
|
|
#
|
2008-03-17 13:34:40 +00:00
|
|
|
# This configuration file allows the manual to be accessed at
|
2007-10-26 22:44:33 +00:00
|
|
|
# http://localhost/manual/
|
|
|
|
#
|
|
|
|
AliasMatch ^/install/(.*)$ "/install/$1"
|
|
|
|
AliasMatch ^/tftpboot/(.*)$ "/tftpboot/$1"
|
|
|
|
|
|
|
|
<Directory "/tftpboot">
|
2009-01-08 10:12:05 +00:00
|
|
|
Options Indexes +FollowSymLinks +Includes MultiViews
|
2007-10-26 22:44:33 +00:00
|
|
|
AllowOverride None
|
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
|
|
|
</Directory>
|
|
|
|
<Directory "/install">
|
2009-01-04 10:45:19 +00:00
|
|
|
Options Indexes +FollowSymLinks +Includes MultiViews
|
2007-10-26 22:44:33 +00:00
|
|
|
AllowOverride None
|
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
|
|
|
</Directory>
|
2008-03-17 13:34:40 +00:00
|
|
|
|
|
|
|
Alias /xcat-doc "/opt/xcat/share/doc"
|
|
|
|
<Directory "/opt/xcat/share/doc">
|
|
|
|
Options Indexes
|
|
|
|
AllowOverride None
|
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
|
|
|
</Directory>
|