====== Install Dokuwiki on Fedora ====== Not the easiest task in the world. By default dokuwiki webpages in Fedora 15 is only accessible for localhost. In order to make dokuwiki webpages global readable and to make it a named virtual host add/change following in /etc/httpd/conf.d/dokuwiki.conf. Change the ServerName and ServerAlias to suit your needs. ServerName sys64738 ServerAlias *.sys64738.dk Alias /dokuwiki /usr/share/dokuwiki DocumentRoot /usr/share/dokuwiki Options +FollowSymLinks Order Allow,Deny Allow from all Order Deny,Allow Deny from all Order Deny,Allow Deny from all ## no access to the fla directory Order allow,deny Deny from all Order Deny,Allow Deny from all For more information check out these links: [[http://www.fedoraforum.org/forum/showthread.php?t=261529]] The DokuWiki version used with Fedora 15 can be found here: [[http://www.splitbrain.org/_media/projects/dokuwiki/dokuwiki-2010-11-07a.tgz]]