This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

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
Thanks given by:


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 10 ,577 10-09-2019, 10:05 PM
Last Post: vsvinit0
Sentora open_basedir - how to set for specific directory sathish2009 6 17 ,374 05-02-2019, 07:35 AM
Last Post: TGates
what files edit /etc/sentora/configs/apache/httpd-vhosts.conf mungujakisa 11 27 ,435 08-21-2018, 10:11 AM
Last Post: TGates

Forum Jump:


Users browsing this thread: 2 Guest(s)