I have both kareha.pl and wakautils.pl permissions set to 755, but I get this error:
Couldn't write to file "index.html" at wakautils.pl line 1013.
Why is this happening?
Ownership not set to www-data
? The directory for the board also has to be writable IIRC.
>>2
/etc/apache2/envvarsexport: APACHE_RUN_USER=www-data
export: APACHE_RUN_GROUP=www-data
Does this mean www-data has ownership?
Try ls -la
in the board directory, and post it here.
>>5
755 is probably what you want instead.