Skip to content

Commit

Permalink
Update source installation log directory notes (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpalmer authored Jun 8, 2020
1 parent 7ebc0cc commit 292cd50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ out of your system and log back in for this change to take effect.

Update log directory and file ownership and permissions:

# chmod 775 /opt/xdmod/logs
# chmod 770 /opt/xdmod/logs
# chown apache:xdmod /opt/xdmod/logs
# touch /opt/xdmod/logs/exceptions.log
# chmod 664 /opt/xdmod/logs/exceptions.log
# chmod 660 /opt/xdmod/logs/exceptions.log
# chown apache:xdmod /opt/xdmod/logs/exceptions.log
# touch /opt/xdmod/logs/query.log
# chmod 664 /opt/xdmod/logs/query.log
# chmod 660 /opt/xdmod/logs/query.log
# chown apache:xdmod /opt/xdmod/logs/query.log

The `exceptions.log` and `query.log` may be written to by both Apache and Open
Expand Down

0 comments on commit 292cd50

Please sign in to comment.