1455227875 | current | ||
---|---|---|---|
Line 73: | Line 73: | ||
</IfModule> | </IfModule> | ||
</code> | </code> | ||
- | All one has to do is already done through the Dokuwiki package and it's built in postinstallation routines. ''/etc/dokuwiki/apache.conf'' got linked: | + | All one has to do is already done through the Dokuwiki package and it's built in postinstallation routines. |
+ | ''/etc/dokuwiki/apache.conf'' got linked: | ||
+ | <code bash> | ||
+ | ls -l /etc/apache2/conf-available/ | ||
+ | lrwxrwxrwx 1 root root 25 Apr 5 2014 dokuwiki.conf -> /etc/dokuwiki/apache.conf | ||
- | ll /etc/apache2/conf-available/ | + | ls -l /etc/apache2/conf-enabled/ |
- | lrwxrwxrwx 1 root root 25 Apr 5 2014 dokuwiki.conf -> /etc/dokuwiki/apache.conf | + | lrwxrwxrwx 1 root root 32 Apr 5 2014 dokuwiki.conf -> ../conf-available/dokuwiki.conf |
- | + | </code> | |
- | ll /etc/apache2/conf-enabled/ | + | |
- | lrwxrwxrwx 1 root root 32 Apr 5 2014 dokuwiki.conf -> ../conf-available/dokuwiki.conf | + | |
* change ''Alias'' and ''Allow from localhost 127.0.0.1 ::1'' to your needs; the default allows only viewing from the host running dokuwiki, and ''Allow from all'' will allow viewing from any remote host. | * change ''Alias'' and ''Allow from localhost 127.0.0.1 ::1'' to your needs; the default allows only viewing from the host running dokuwiki, and ''Allow from all'' will allow viewing from any remote host. | ||
↧
install:debian - [Apache] replaced "ll" with "ls -l" so it makes sense ...
↧