Re: Alma linux 10 httpd log shows read only file system
On Wed, Dec 3, 2025 at 12:46 PM Jerry Geis via AlmaLinux Users < users@lists.almalinux.org> wrote:
in /var/log/httpd/error_log it is saying Read-only file system.
This is not the case the actual file system is fine. I can "echo 1 > file" just fine. Newly built VM. my CGI seems to be running just fine - as long as I echo to stdout - but when I try to write to a file - I get the above error.
What is different on Alma 10 - that to httpd its read-only selinux is turned off.
I copied my configs over from Alma 9 which work . and rebooted
Thanks
Jerry _______________________________________________ AlmaLinux Users mailing list -- users@lists.almalinux.org To unsubscribe send an email to users-leave@lists.almalinux.org
I just found this in /usr/lib/systemd.system. read-only !!! grep Protect httpd.service ProtectClock=yes ProtectControlGroups=yes ProtectHome=read-only ProtectHostname=yes ProtectKernelLogs=yes ProtectKernelModules=yes ProtectKernelTunables=yes ProtectSystem=yes
participants (1)
-
Jerry Geis