Vhosts Directory Permissions for Yeoman
#2
RE: Vhosts Directory Permissions for Yeoman
Hello @[compsmith], welcome to the Sentora Forums.

Are you running Yeoman via SSH (most probably you are)?
If yes than you are most likely changing the HostData folder Owner to root (or the user you ran the command).

You will need to change the /var/sentora/hostdata/ (and all subdirectories) back to the apache user:
Code:
#CentOS chown -R apache:apache /var/sentora/hostdata/ #Ubuntu chown -R www-data:www-data /var/sentora/hostdata/

After that the permissions are:
- Files: 644 that means files are readable and writeable by the owner of the file and readable by everyone else.
- Directories: 755 is the same thing, it just has the execute bit set for everyone. The execute bit is needed to be able to change into the directory. This is why directories are commonly set to 755.

Regarding the VHosts Directory (/etc/sentora/configs/apache/) the same applies (644 for files and 755 for directories.
My Sentora Resources
[Module] Mail Quota Count | Vagrant Box with Sentora

[Image: vanguardly-logo-micro.png]
Graphic and Web Design. Development.
www.vanguardly.com


Reply


Messages In This Thread
RE: Vhosts Directory Permissions for Yeoman - by apinto - 05-12-2015, 06:42 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
How to give the cliens file manager access to their respective domain directory vsvinit0 4 12 ,813 10-09-2019, 10:05 PM
Last Post: vsvinit0
Sentora open_basedir - how to set for specific directory sathish2009 6 20 ,107 05-02-2019, 07:35 AM
Last Post: TGates
what files edit /etc/sentora/configs/apache/httpd-vhosts.conf mungujakisa 11 32 ,484 08-21-2018, 10:11 AM
Last Post: TGates

Forum Jump:


Users browsing this thread: 2 Guest(s)