yes it does
@sahsanu what about this (ping because you reacted to my last message)
i try to restart no error i use systemctl status no error so idk what to do
if i add 777 perms to it i get server internal error
The problem seems a bug in v-add-web-domain
command, it changes the perms to all files and dirs inside public_html as 644
but dirs must be 755.
This is the code in v-add-web-domain
user_exec chmod 644 $HOMEDIR/$user/web/$domain/public_*html/*
As a workaround:
find /home/YourUser/web/YourDomain/public_html/ -type d | xargs chmod 755
I don’t use bind9 and I’m a bit busy now (Handball Germany - Spain)
I’ll take a look later.
i dont understand
could you give me a time ETA? also im from spain lol
Hestia is changinf the perms inside public_html to 644 and to be able to view the contents of the dirs you added, the perms must be 755 and that is the reason I’m saying to execute this command to fix it (replace YourUser and YourDomain with the actual data):
find /home/YourUser/web/YourDomain/public_html/ -type d | xargs chmod 755
thanks ill try
here you can see the web: https://tets.gdnoxi.fun/dashboard/
as you see it gives error
new one: https://shoild.gdnoxi.fun/dashboard/
reinstalled vps, bind9 still not working, someone help please
I opened an issue for this
the issue is on bind9
it worked, i uninstalled bind9 and all worked fine
i added this to my code for it add the website the permissions because idk hestia dosnt do it by it self
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.