Changes

Jump to: navigation, search

Highbank Fedora Installation Config

403 bytes added, 12:42, 3 August 2013
HTTP configuration
== HTTP configuration ==
 
# Configure httpd to serve <code>/var/lib/tftpboot/f18-highbank</code> as <code>/f18-highbank</code> by adding this text to <code>/etc/httpd/conf.d/f18-highbank.cfg</code>:
 
Alias /f18-highbank "/var/lib/tftpboot/f18-highbank"
<Directory "/var/lib/tftpboot/f18-highbank">
Options Indexes
AllowOverride None
Order allow,deny
Allow from 192.168.1.0/24
Deny from all
</Directory>

Navigation menu