You are not logged in.
Pages: 1
I'm trying to install Dokuwiki but I'm not sure on the correct security to use.
This is what I've done so far.
Install Arch.
Update Arch.
Install Apache & PHP.
groupadd httpd
useradd -g httpd -d /home/httpd -s /bin/false httpd
chown -R httpd.httpd /home/httpd
Edit httpd.conf to use new user and group and enable PHP.
Start Apache.
chown httpd /var/log/httpd/*
Download and extract Dokuwiki to /home/httpd/html
Run Dokuwiki install.
I want only users I create to access this Wiki.
Is there any additional security I need to set on the files?
Offline
Pages: 1