[Arches] Re: Apache2 permissions error [Errno 13] Permission denied: /ascat/logs/application.txt

2015-10-27 Thread Stephan Gmur
Thanks Adam, That did the trick. Apache2 is running the website with no troubles. Stephan On Tuesday, October 27, 2015 at 1:42:50 PM UTC-7, Adam Cox wrote: > > Stephen, I've had the same issue, and solved it by changing > the applications.txt file's group to apache's group, which is www-data. T

[Arches] Re: Apache2 permissions error [Errno 13] Permission denied: /ascat/logs/application.txt

2015-10-27 Thread Adam Cox
Stephen, I've had the same issue, and solved it by changing the applications.txt file's group to apache's group, which is www-data. Try this command: sudo chgrp www-data /home/ubuntu/Projects/ascat/ascat/logs/application.txt If that solves your problem, we'll add a new message to the other thre