• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: File and Folder Permission

File and Folder Permission 10 years 10 months ago #27865

  • red2678
  • red2678's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
So in my web environment, I need to apply the following file/folder permissions:

Folders: 775
Files: 664

RSFirewall incorrectly tells me to try to change this to 775 and 644. This will not work as the running Apache user is not the same as the owner of the files. Which is pretty standard, as my Apache user does not have login ability.

There should be a setting that allows us to set what the default permissions SHOULD be. Then it would stop telling me to change them and give me my proper score :D

My2cents,

~Red

PS - If there is a way to do this I could not find it, please show me.
The administrator has disabled public write access.

File and Folder Permission 10 years 8 months ago #28598

I know exactly what you are talking about.... When we changed servers we suddenly had a different rights system, requiring 775/664 instead of 755/644.

However, we found out that this was related to the owner issue.

We use

chown -R mydomainowner:psaserv ./

which changes the ownership on all files in the folder httpdocs. Then we were able to use 755/644 again.

But - yes, it depens on the system, I guess.... B)
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!