dokuwiki:install_dokuwiki_with_apache:configure_apache
Differences
This shows you the differences between two versions of the page.
dokuwiki:install_dokuwiki_with_apache:configure_apache [2022/06/30 18:38] – created 45.89.242.195 | dokuwiki:install_dokuwiki_with_apache:configure_apache [2022/06/30 18:39] (current) – 45.89.242.195 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== DokuWiki - Install DokuWiki with Apache - Configure Apache ====== | ====== DokuWiki - Install DokuWiki with Apache - Configure Apache ====== | ||
+ | |||
+ | At the moment, Apache has no way of knowing about the new installation. | ||
+ | |||
+ | * To make it aware, create a configuration file for DokuWiki. | ||
+ | |||
+ | <code bash> | ||
+ | sudo vi / | ||
+ | </ | ||
+ | |||
+ | ...and populate that file with: | ||
+ | |||
+ | <file / | ||
+ | ServerName dokuwiki.example.com | ||
+ | DocumentRoot / | ||
+ | |||
+ | AllowOverride All | ||
+ | Require all denied | ||
+ | |||
+ | Order allow,deny | ||
+ | Deny from all | ||
+ | |||
+ | ErrorLog / | ||
+ | CustomLog / | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | Save and close the file. | ||
+ | |||
+ | ---- | ||
+ | |||
dokuwiki/install_dokuwiki_with_apache/configure_apache.1656614328.txt.gz · Last modified: 2022/06/30 18:38 by 45.89.242.195