Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 12 matches
- Thu Feb 01, 2018 10:02 am
- Forum: Web Server
- Topic: Public_html Permission Denied on error.log
- Replies: 1
- Views: 9764
Public_html Permission Denied on error.log
Hallo, i want to ask why my server showing permission denied message on error.log
OS : CentOS 7, with NGINX and PHP-FPM
CMS : Wordpress with Woocommerce
Here is my domain error.log and public_html permission
2018/02/01 16:51:04 [crit] 27168#27168: *109887 open() "/home/admin/web/domain.tld/public ...
OS : CentOS 7, with NGINX and PHP-FPM
CMS : Wordpress with Woocommerce
Here is my domain error.log and public_html permission
2018/02/01 16:51:04 [crit] 27168#27168: *109887 open() "/home/admin/web/domain.tld/public ...
- Fri Nov 25, 2016 8:47 am
- Forum: DNS Server
- Topic: After Update Problems with DNS
- Replies: 14
- Views: 21390
Re: After Update Problems with DNS
hallo,
i have same problem (can't start named), and already try backup main.sh, add new main.sh from github and restart the vesta service, but still fail to start named service, any help ?
● named.service - Berkeley Internet Name Domain (DNS)
Loaded: loaded (/usr/lib/systemd/system/named.service ...
i have same problem (can't start named), and already try backup main.sh, add new main.sh from github and restart the vesta service, but still fail to start named service, any help ?
● named.service - Berkeley Internet Name Domain (DNS)
Loaded: loaded (/usr/lib/systemd/system/named.service ...
- Wed Jun 17, 2015 10:20 am
- Forum: General Discussion
- Topic: Can't reset admin password
- Replies: 3
- Views: 7194
Re: Can't reset admin password
Centos : run this command, It should fix login issue :
Code: Select all
yum reinstall vesta
- Mon Jun 15, 2015 10:03 am
- Forum: General Discussion
- Topic: Backup tar is not valid
- Replies: 4
- Views: 6294
Re: Backup tar is not valid
try copy tar file to /home/backup and execute command : v-restore-user admin admin.2015-06-14.tar
- Fri Jun 12, 2015 7:38 am
- Forum: General Discussion
- Topic: File manager as in Ajenti?
- Replies: 5
- Views: 7641
Re: File manager as in Ajenti?
Code: Select all
Version 0.9.8-15
Web File Manager plugin
Reseller plugin
Template Manager
IPv6 Dual-Stack Support
The release is sceduled on June 28
- Tue Jun 09, 2015 9:17 am
- Forum: Web Server
- Topic: 500 error during database dump
- Replies: 8
- Views: 14334
Re: 500 error during database dump
try using CLI to import big database
Code: Select all
backup: # mysqldump -u root -p[root_password] [database_name] > dumpfilename.sql
restore:# mysql -u root -p[root_password] [database_name] < dumpfilename.sql
- Tue Jun 09, 2015 8:36 am
- Forum: General Discussion
- Topic: After automatic update...
- Replies: 10
- Views: 14669
Re: After automatic update...
the mirror premium-yum.boundary.com you were assigned is broken or down, You need to exclude the broken mirror from yum
To exclude a specific mirror, TLD, or something in between, add an 'exclude=' line to /etc/yum/pluginconf.d/fastestmirror.conf
[main]
...
exclude=.gov, facebook,premium-yum ...
To exclude a specific mirror, TLD, or something in between, add an 'exclude=' line to /etc/yum/pluginconf.d/fastestmirror.conf
[main]
...
exclude=.gov, facebook,premium-yum ...
- Tue Jun 09, 2015 5:53 am
- Forum: Web Server
- Topic: WordPress folder denied
- Replies: 3
- Views: 7981
Re: WordPress folder denied
change ownership to admin
Code: Select all
chown -R admin:admin /home/admin/web/default.domain/public_html/wordpress
- Fri Jun 05, 2015 12:55 pm
- Forum: General Discussion
- Topic: After automatic update...
- Replies: 10
- Views: 14669
Re: After automatic update...
try clean it first
after that, reinstall vesta using yum reinstall vesta
Code: Select all
yum clean metadata
Code: Select all
yum clean all
- Fri Jun 05, 2015 9:22 am
- Forum: General Discussion
- Topic: Your DKIM signature is not valid
- Replies: 4
- Views: 9591
Re: Your DKIM signature is not valid
problem solved after add TXT (mail._domainkey) record to Cloudflare (because i using cloudflare)
Thanks :)
Thanks :)