Hello,
I am getting an Nginx 403 Forbidden when i'm trying to reach https://server_ip:8443/
(I am not familiar with plesk, the server i am working on is one of my client's.)
Server OS: Ubuntu 10.04.4 LTS (not my choice hehe)
When i try to stop nginx:
I get:
Following my google searches, I also tried:
Which returns:
There's no such thing like "old_passwords=1" in his my.cnf
I also tried the following:
Which returns:
Since I'm kind of oldschool (I usually compile stuff myself: nginx, etc, + manual setup vhosts, etc) I don't use Plesk and I don't feel like reinstalling my client's Plesk since all his vhosts/apache are set up through plesk, plus he wants to manage stuff by himself via Plesk sometimes...
Problem occured like 1-2 days ago (he cannot access https://server_ip:8443/ anymore), and he told me he did nothing particular recently.
Feel free to ask anything, i'm quite comfortable with linux but feeling lazy atm to learn more about Plesk (+ all the obfuscated source code...) and to messup with the /plesk.conf.d/ and all the services depending on it without shooting all down...
PS: his websites are running fine though, apache/mysql/php/etc all are ok
sorry for my english.
Regards
I am getting an Nginx 403 Forbidden when i'm trying to reach https://server_ip:8443/
(I am not familiar with plesk, the server i am working on is one of my client's.)
Server OS: Ubuntu 10.04.4 LTS (not my choice hehe)
When i try to stop nginx:
Code:
/etc/init.d/nginx stop
Code:
* Stopping NGINX nginx * ports 80/443 are still not free.... [fail]
Following my google searches, I also tried:
Code:
/opt/psa/bootstrapper/pp11.5.30-bootstrapper/bootstrapper.sh repair
Code:
ERROR while trying to disable old_passwords=1 in my.cnf
Check the error reason(see log file: /tmp/plesk_11.5.30_repair.log), fix and try again
There's no such thing like "old_passwords=1" in his my.cnf
I also tried the following:
Code:
/etc/init.d/psa restart
Code:
ERROR 1049 (42000): Unknown database 'psa'
/etc/init.d/psa: line 457: /opt/psa/admin/bin/packagemng: No such file or directory
Since I'm kind of oldschool (I usually compile stuff myself: nginx, etc, + manual setup vhosts, etc) I don't use Plesk and I don't feel like reinstalling my client's Plesk since all his vhosts/apache are set up through plesk, plus he wants to manage stuff by himself via Plesk sometimes...
Problem occured like 1-2 days ago (he cannot access https://server_ip:8443/ anymore), and he told me he did nothing particular recently.
Feel free to ask anything, i'm quite comfortable with linux but feeling lazy atm to learn more about Plesk (+ all the obfuscated source code...) and to messup with the /plesk.conf.d/ and all the services depending on it without shooting all down...
PS: his websites are running fine though, apache/mysql/php/etc all are ok
sorry for my english.
Regards