I have a server where a partition (/var) switched to read-only. So I try to reproduce this problem on another server with the following command.
mount -o remount,ro /var/ -f When I check our application log on that same partition I remounted ro I see entries recently added.
tail -f /var/log/httpd/* CentOS 6.7
Apache: 2.2.15
uname -r: 2.6.32-573.7.1.el6.x86_64
-fflag, what error do you encounter?/var/log/is occasionally given its own partition. (check output ofdf). If it is not a separate partition, I would try umounting, then doing a fresh mount to test whether remount is working.