Search found 17 matches
- Sat Mar 26, 2016 8:55 pm
- Forum: General Discussion
- Topic: MySQL Ownership Incorrect
- Replies: 3
- Views: 5451
MySQL Ownership Incorrect
A few moments ago I incorrectly ran a chown command and gave all directories and files on my server ownership to root as shown below: chown / root:root Now none of my sites can connect to their mysql database, I would assume due to MySQL not belonging to the correct user. My question, what folder(s)...
- Wed Nov 11, 2015 3:55 pm
- Forum: General Discussion
- Topic: Login and redirect problem
- Replies: 29
- Views: 40644
Re: Login and redirect problem
Yes everything is on it's own line.
Michael
Michael
- Wed Nov 11, 2015 2:31 pm
- Forum: General Discussion
- Topic: Login and redirect problem
- Replies: 29
- Views: 40644
Re: Login and redirect problem
can you show run?: cat /usr/local/vesta/conf/vesta.conf This is what I get: WEB_SYSTEM='apache2' WEB_RGROUPS='www-data' WEB_PORT='8080' WEB_SSL='mod_ssl' WEB_SSL_PORT='8443' PROXY_SYSTEM='nginx' PROXY_PORT='80' PROXY_SSL_PORT='443' FTP_SYSTEM='vsftpd' MAIL_SYSTEM='' IMAP_SYSTEM='dovecot' ANTIVIRUS_...
- Wed Nov 04, 2015 11:51 pm
- Forum: General Discussion
- Topic: Login and redirect problem
- Replies: 29
- Views: 40644
Re: Login and redirect problem
I just tried the fix on that thread again to no avail. I do appreciate any solution you can come up with
Michael
Michael
- Wed Nov 04, 2015 2:12 pm
- Forum: General Discussion
- Topic: Login and redirect problem
- Replies: 29
- Views: 40644
Re: Login and redirect problem
Can you execute v-list-sys-config json on you server and show us the result? Sure this is the result I get: { "config": { "WEB_SYSTEM": "apache2", "WEB_RGROUPS": "www-data", "WEB_PORT": "8080", "WEB_SSL": "mod_ssl", "WEB_SSL_PORT": "8443", "PROXY_SYSTEM": "nginx", "PROXY_PORT": "80", "PROXY_SSL_POR...
- Wed Nov 04, 2015 4:46 am
- Forum: General Discussion
- Topic: Login and redirect problem
- Replies: 29
- Views: 40644
Re: Login and redirect problem
bump...
Still having the same issue, anyone have any idea of the cause and fix?
Still having the same issue, anyone have any idea of the cause and fix?
- Wed Oct 14, 2015 2:50 pm
- Forum: General Discussion
- Topic: Login and redirect problem
- Replies: 29
- Views: 40644
Re: Login and redirect problem
This error can be from broken sudo: Way to fix ( check owner and rights before! ): mkdir /etc/sudoers.d /usr/local/vesta/upd/add_sudo.sh chmod 0440 /etc/sudoers chown root:root /etc/sudoers chmod 0440 /etc/sudoers.d/admin chown root:root /etc/sudoers.d/admin chown root:root /usr/bin/sudo chmod 4755...