User Tools

Site Tools


wmanager:server

INSTALLATION GUIDE

PRE-REQUISITES

Before you start, please have a look to the System requirements.

INSTALL

FOLDER SECURITY

This is the recommended steps for security on Apache:

  • Set the default security
    • 644 files, root.root
    • 755 folders, root.root

Script to change the permissions recursively:

chown root.root demo.wmanager.org/ -R
find ./demo.wmanager.org -type d -exec chmod 755 {} \;
find ./demo.wmanager.org -type f -exec chmod 644 {} \;
wmanager/server.1524060586.txt.gz ยท Last modified: 2018/04/18 14:09 by Gianluca Pelliccioli