Submitted by breezeaire on Thu, 10/20/2016 - 11:28
Extreme nub here. Lost my server (started in 2010) likely from bad hard drive so I am starting over. Got most everything off old server and it does still run but get error trying to access virtualmin (access denied) and my web page wont load, just shows index of \
So I am getting the dreaded index of \ again on new install, using pro version. This may be permissions problem but this old brain can't think as well as it did 6 years ago.
proftpd and ssh wont run, think its certificate problem
Status:
Active
Comments
Submitted by andreychek on Thu, 10/20/2016 - 19:07 Comment #1
Howdy -- we;re happy to help! Though it sounds like you're seeing a few different issues there, we'd probably need to go over those one at a time.
Would it work to start with the Apache/website issue?
If so -- my first question is, how did you setup the sites on this new server? Were those imported from backups of your old server?
Submitted by breezeaire on Mon, 10/24/2016 - 12:18 Comment #2
I brought in my backups from old dying server. One of them can be seen and only needs mysql setup but the other one just shows index of \ which is same thing mine did on other server. Kind of wondering if permissions are messed up.
My proftpd wont run nore mysql, well thats what vm says when checking if configuration is correct.
Submitted by andreychek on Mon, 10/24/2016 - 13:10 Comment #3
Okay, regarding your Apache issue -- I suspect you may be seeing the problem described in this document here:
https://www.virtualmin.com/documentation/web/troubleshooting#toc-the-wro...
It's very likely an issue of the wrong website coming up, which may point to an Apache configuration issue with the IP addresses it's trying to use.
The IP addresses Apache has configured may have gotten mixed up during the transition to your new server -- the above document should help sort that out. But let us know if it doesn't and we can help look into that further!
Submitted by breezeaire on Thu, 10/27/2016 - 13:17 Comment #4
I reinstalled mysql and seems that fixed my errors for it and proftpd. However I can't move mysql database back from backups that were done in terminal. I get error that password is wrong, root doesn't even have permission to do this task I have always done on old server. Here is error:
[root@localhost ~]# mysql -u talkair -pxxxxxxx db-vb3-8 < talkair-oct-07-a.sql ERROR 1045 (28000): Access denied for user 'talkair'@'localhost' (using password: YES)
Here is stats using check config: The status of your system is being checked to ensure that all enabled features are available, that the mail server is properly configured, and that quotas are active ..
.. your system is ready for use by Virtualmin.
Submitted by andreychek on Thu, 10/27/2016 - 13:38 Comment #5
You could always try resetting the MySQL password for that particular user; it looks like the password is set to something different than what you're currently using there.
To do that, go into Edit Databases -> Passwords, and there you can set or change the password for that user.