install error
Hi
install via Configurator, Software Apache step get error:
Custom files below are not readable, please remove them or verify that they are readable by the webserver user (web server user seems to be www-data):
/home/rei/www/project/logger/access.log
in terminal do:
root@ubuntu:/home/rei# sudo chown -R www-data:www-data /home/rei/www/project/logger/
root@ubuntu:/home/rei# sudo chmod -R ug+rwx /home/rei/www/project/logger/
root@ubuntu:/home/rei# chmod -R 0777 /home/rei/www/project/logger/
how fix?
default path /var/log/ and /var/log/apache2/ no have checkbox.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by potsky on 29 Apr, 2017 06:30 PM
Hi !
All folders between / and /home/rei/www/project/logger/ must be accrossable (right x) for user www-data !