I have a customer who's public_html keeps losing its permissions.
The directory goes to:
d--------- 6 user nobody 4096 Jan 15 21:41 public_html/
I then try:
#chmod 755 public_html/
chmod: changing permissions of `public_html/': Operation not permitted
Fiddle about for a bit.. do this:
# chattr -i public_html
then:
# chmod 755 public_html/
# ls -al
[...]
drwxr-xr-x 6 user nobody 4096 Jan 15 21:41 public_html/
The www symbolic link still works.
This has happened 2 days in a row, and seems to occur when the site is a little busier than normal.
I am using litespeed not Apache, otherwise there is nothing else going on. It is a wordpress site. Nothing abnormal in the logs that I can see.
Anyone got any suggestions?
The directory goes to:
d--------- 6 user nobody 4096 Jan 15 21:41 public_html/
I then try:
#chmod 755 public_html/
chmod: changing permissions of `public_html/': Operation not permitted
Fiddle about for a bit.. do this:
# chattr -i public_html
then:
# chmod 755 public_html/
# ls -al
[...]
drwxr-xr-x 6 user nobody 4096 Jan 15 21:41 public_html/
The www symbolic link still works.
This has happened 2 days in a row, and seems to occur when the site is a little busier than normal.
I am using litespeed not Apache, otherwise there is nothing else going on. It is a wordpress site. Nothing abnormal in the logs that I can see.
Anyone got any suggestions?