Great thanks. Fingers crossed.
Posts by robbo007
-
-
Thanks for the reply. Whats the best way to remove the listeners?
Cheers, -
Hi all,
I'm going to upgrade my Debian Wheezy to Jessie following this article.https://www.howtoforge.com/tut…to-jessie-stable-release/
I gather the update of OS will not break my version of I-MSCP? I will upgrade I-MSCP to the latest version after I'm on Jessie.
Any gotyas or extra information most appreciated for anyone thats done this process.
Regards,
Rob -
yes, that would be the long term solution. Is there a workaround? Or do I need to goto Jessie to be able to use PHP 5.6?
-
Hi all,
Unfortunately some clients are asking for PHP 5.6 and MYSQL 5.6. Can I upgrade these on my Debain Wheezy server without breaking I-MSCP? Does it support these versions?Thanks,
-
Thanks for the quick reply theemstra.
I think the problem is coming from the apache config? The I-MSCP admin site uses NGIX port 8080 but if I remove port 8080 the admin pages resolves to this customers ssl domain too.
Customer 1 has a public SSL certificate and HTTPS resolves fine.
Customer 2 has no cert does not use SSL and HTTPS resolves to customer1's domainSo if I use https://www.customer1.com this will resolve correctly
So if I use https://www.customer2.com this will resolve customers1.com webpage instead of customer2.com
If I replace https with http customer2.com resolves correctly.Here are the details:
OS: 3.2.0-4-amd64 #1 SMP Debian 3.2.88-1 x86_64 GNU/Linux
I-MSCP: 1.3.14Is there a global setting for HTTPS? Maybe its forwarding everything?
Regards,
RobPS: Ive just done a test creating a self signed ssl cert via the I-MSCP control panel and it seems to resolve this issue. But it would be good to know whats going on without doing this.
PPS: Adding a self signed SSL certificate to a test site works for that test site. Then I add it to another test site and it resolves test 1 instead of test site 2
-
Afternoon all.
I have one clients domain configured with a SSL certificate from RapidSSL. All HTTPS requests seem to resolve to this one customers site even though the other customers are not configured with SSL.How can I correct this so HTTPS does not resolve this one customers site only ?
Cheers,
Rob -
Working thanks all. I ran the SQL query from the post mentioned above in German.
SQL-Query
- # mysql -u debian-sys-maint -p<password>
- > GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY '<yourpassword>' WITH GRANT OPTION;
- > GRANT ALL PRIVILEGES ON *.* TO 'root'@'127.0.0.1' IDENTIFIED BY '<yourpassword>' WITH GRANT OPTION;
- > FLUSH PRIVILEGES;
- > \q
-
Thanks for the help. My german is pretty bad. Whats the thread talking about? Reset of root mysql password? Do I need to run those commands to reset mine?
Thanks,
Rob -
Hiya,
I'm upgrading from 1.3.0 to 1.3.14 and I've forgotten the mysql root password.I'm at the upgrade screen where its asking host, port, username and password for Mysql. Can I reset the Mysql root password? I've tried this link but does not seem to work. Once I've done all commands I try to test the new password changes via: mysql -u root -p
I get:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)https://debian-administration.…otten_MySQL_root_password
Any help how to continue the upgrade most appreciated. If I cancel the upgrade will it rollback?
Thanks,
Rob