DokuWiki

It's better when it's simple

Benutzer-Werkzeuge

Webseiten-Werkzeuge


de:install:lighttpd

Lighttpd

DokuWiki ist gut lauffähig unter Lighttpd als Webserver und durch FastCGI bereit gestelltem PHP.

  1. create /etc/dokuwiki/lighttpd.conf
  2. cd /etc/lighttpd/conf-available
  3. ln /etc/dokuwiki/lighttpd.conf 50-dokuwiki.conf
    1. /etc/lighttpd/conf-available/50-dokuwiki.conf -> /etc/dokuwiki/lighttpd.conf 
  4. enable config with lighttpd-enable-mod dokuwiki
  5. /etc/init.d/lighttpd force-reload

/etc/dokuwiki/lighttpd.conf

alias.url += ("/dokuwiki" => "/usr/share/dokuwiki")

$HTTP["url"] =~ "^/dokuwiki" {
  server.follow-symlink = "enable"
}

$HTTP["url"] =~ "/(\.|_)ht" {
  url.access-deny = ( "" )
}
$HTTP["url"] =~ "^/dokuwiki/(bin|data|inc|conf)" {
  url.access-deny = ( "" )
}
de/install/lighttpd.txt · Zuletzt geändert: 2020-01-18 17:53 von MarkT

Falls nicht anders bezeichnet, ist der Inhalt dieses Wikis unter der folgenden Lizenz veröffentlicht: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki