Hello
I get the following error when trying to initiate the system
incorrect value for 'Log file name', cannot write to such a file : check access
I'm using CentOS 9
the files are accessible for user apache and are set to mode 755
the file is referenced as ../files/logs/projeqtor_$(date).log
I tried to replace it with an absolute value where apache is the owner and the mode 755 ie. /share/files/logs/projeqtor_$(date).log
I would appreciate help
Thank you
I tried to replace it with an absolute value where apache is the owner and the mode 755 ie. /share/files/ l ogs/projeqtor_$(date).log
Yes it is exactly what you need.
If this does not work, probably you have some blocking fetaure such as selinux. Try and disable it.
Hi
I disabled the firewall and tried again
Unfortunately the error remains
Any ideas
Thank you
Hi
Actually the reason was selinux
My mistake. I had to update the selinux configuration file, using the command to deactivate it is not enough. I resets when rebooting
Thank you so much