File selfphp.conf of Package selfphp
# Example configuration for SelfPHP
#
# put the string SELFPHP in /etc/sysconfig/apache2 APACHE_SERVER_FLAGS
# to enable the URL
# http://localhost/selfphp
#
# (Note: apache2 needs to be re-started afterwards)
#
<IfDefine SELFPHP>
Alias /selfphp /usr/share/doc/selfphp
<Directory "/usr/share/doc/selfphp/">
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm
</IfModule>
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</IfDefine>