File selflinux.conf of Package selflinux
# Example configuration for SelfLinux # # put the string SELFLINUX in /etc/sysconfig/apache2 APACHE_SERVER_FLAGS # to enable the URL # http://localhost/selflinux # <IfDefine SELFLINUX> Alias /selflinux /usr/share/doc/selflinux <Directory "/usr/share/doc/selflinux/"> <IfModule mod_dir.c> DirectoryIndex index.html index.htm </IfModule> AllowOverride None Order allow,deny Allow from all </Directory> </IfDefine>