Outils pour utilisateurs

Outils du site


www_doku_wiki

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
www_doku_wiki [2012/02/24 17:32] thierrywww_doku_wiki [2012/02/24 21:33] (Version actuelle) thierry
Ligne 28: Ligne 28:
  
  
 +==== VirtualHost Apache2 ====
 +
 +  <VirtualHost *:80>
 +        ServerAdmin <YOUR_EMAIL>
 +        ServerName <YOUR_SERVER_NAME>
 +  
 +        DocumentRoot /var/www/dokuwiki
 +  
 +        <Directory />
 +                Options FollowSymLinks
 +                AllowOverride None
 +                Order deny,allow
 +                deny from all
 +        </Directory>
 +  
 +        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
 +        <Directory "/usr/lib/cgi-bin">
 +                AllowOverride None
 +                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
 +                Order allow,deny
 +                Allow from all
 +        </Directory>
 +  
 +        <Directory /var/www/dokuwiki/>
 +                #DirectoryIndex index.php
 +                Options +FollowSymLinks -Indexes
 +                AllowOverride FileInfo
 +  
 +                Order allow,deny
 +                allow from all
 +  
 +                AddHandler cgi-php5 .php
 +                Action cgi-php5 /cgi-bin/php5
 +        </Directory>
 +  
 +        # Ceinture et bretelles: car normalement, les ".htaccess" font leur travail
 +        # mais je suis paranoïaque:
 +        <LocationMatch "/(data|conf|bin|inc)/">
 +          Order allow,deny
 +          Deny from all
 +          Satisfy All
 +        </LocationMatch>
 +          
 +        ErrorLog ${APACHE_LOG_DIR}/error.log
 +  
 +        # Possible values include: debug, info, notice, warn, error, crit,
 +        # alert, emerg.
 +        LogLevel warn
 +  
 +        CustomLog ${APACHE_LOG_DIR}/access.log combined
 +  
 +  </VirtualHost>
 +  
 +==== Sécurité ====
 +
 +Ceci ne devrait pas fonctionné: http://YOUR_WIKI_LINK/data/pages/wiki/dokuwiki.txt
 +
 +Sinon, il y a un problème de droit a corrigé comme indiqué ici: http://www.dokuwiki.org/security#web_access_security
 +
 +FIXME : http://www.dokuwiki.org/tips:httpslogin
 +
 +==== installer ====
 +
 +Par là, donc: http://YOUR_WIKI_LINK/install.php
 +
 +Pour ma part: 
 +  Initial ACL policy: Public Wiki
 +
 +
 +==== dokuwiki as blog ====
 +
 +
 +Installer le template qui va bien: http://www.dokuwiki.org/template:mnml-blog
 +
 +Installer quelques plugins recommandé:
 +  *captch: http://www.dokuwiki.org/plugin%3Acaptcha
 +  *video share: http://www.dokuwiki.org/plugin%3Avshare
 +  *gallery http://www.dokuwiki.org/plugin%3Agallery
 +
 +==== Misc ====
 +
 +=== Permalink ===
 +
 +FIXME
 +
 +=== https ===
 +
 +Lien: http://www.dokuwiki.org/tips:httpslogin
 +
 +FIXME
  
 ===== plugin ditaa ===== ===== plugin ditaa =====
www_doku_wiki.1330104774.txt.gz · Dernière modification : 2012/02/24 17:32 de thierry