We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
service httpd restart FAILED
service httpd restart FAILED
Code: Select all
service httpd restart
Stopping httpd: [FAILED]
Starting httpd: httpd: Syntax error on line 89 of /etc/httpd/conf/httpd.conf: Syntax error on line 2 of /etc/httpd/conf.d/vesta.conf: Syntax error on line 152 of /home/admin/conf/web/httpd.conf: </VirtualHost> without matching <VirtualHost> section
Re: service httpd restart FAILED
fixed.
now everything is OK :)
Code: Select all
v-rebuild-web-domains admin
Re: service httpd restart FAILED
Hi, I have te same problem, but I don not understand how you fix the problem. Can you tell me what did yoy made?.
Thanks !
Thanks !
Re: service httpd restart FAILED
well log into terminal and typer0ber wrote:Hi, I have te same problem, but I don not understand how you fix the problem. Can you tell me what did yoy made?.
Thanks !
Code: Select all
v-rebuild-web-domains admin
Re: service httpd restart FAILED
I've done exactly what you said, but it just says:
I've also tried going to the User tab, selecting the user and using the Rebuild options there through the web interface, but that doesn't do anything either. The page just refreshes, no feedback to indicate whether Vesta actually did anything or not.
If I instead run it as:
...I get this:
What is going on? Why is Vesta doing this? The settings file it claims has a syntax error has been unchanged since 2013. What have Vesta done to make it fail so badly? How the heck did they manage to break Apache itself?
I seriously think I have no option here but to start again using a different control panel made by competent people. This is hopeless
Code: Select all
-bash: v-rebuild-web-domains: command not found
If I instead run it as:
Code: Select all
/usr/local/vesta/bin/v-rebuild-web-domains admin
Code: Select all
/usr/local/vesta/bin/v-rebuild-web-domains: line 21: /usr/local/vesta/conf/vesta.conf: Permission denied
Error: WEB_SYSTEM is not enabled in the /usr/local/vesta/conf/vesta.conf
/usr/local/vesta/func/main.sh: line 59: /usr/local/vesta/log/error.log: Permission denied
I seriously think I have no option here but to start again using a different control panel made by competent people. This is hopeless
Re: service httpd restart FAILED
I think I've got it working again. But with Vesta, who knows?
For me (on Centos) Admin user was getting permissions errors despite having all permissisons so I ran these instead of everything above:
For me (on Centos) Admin user was getting permissions errors despite having all permissisons so I ran these instead of everything above:
Code: Select all
sudo /usr/local/vesta/bin/v-rebuild-web-domains admin
sudo service httpd start