*Specs:
{| class=“wikitable” cellspacing=“10”
! Partition Number ! Size ! Filesystem ! Mount point ! Notes
And the logical filesystems are:
{| class=“wikitable” cellspacing=“10”
! Volume Name ! Size ! Filesystem ! Mount point ! Notes
Silverhold was installed using the Gentoo/Template KVM image.
Also see:
{| class=“wikitable” cellspacing=“10”
! Hardware ! Driver ! Device ! Mac ! IP ! DHCP/Static
The network configuration is stored in subversion, under configs:/network/silverhold.
Apache needs to be compiled with various extensions enabled. Make sure the following useflags are enabled:
Set up permissions on the webroot so that apache can access all files that exist, and are later created using acls. Same for the web users. <source lang="bash"> setfacl -R -m u:apache:rX,d:u:apache:rX,g:web:rwX,d:g:apache:rwX /var/www </source>
For LDAP authentication to work, Apache must be set to use TLS connections by default. Add the following configuration: /etc/apache2/modules.d/46_mod_ldap.conf|<source lang="apache"> LDAPTrustedMode TLS LDAPVerifyServerCert On </source>
See also: