Bulut Sunucu Paketlerimizde En İyi Fiyat ve Kaliteli Hizmet Sizleri Bekliyor! Hemen Git
- Satılık Alan Adları, - .COM Domain Kayıt, - Türkçe Domain Kayıt, - Whois Sorgulama, - Domain Fiyatları.
Tüm web hosting paketlerimizde SSL sertifikası ücretsiz tanımlanmaktadır.
Full performance, fully equipped servers for every budget.
همه مجوزها برای هر بودجه را در اینجا پیدا کنید.
- Karşılama Robotu (IVR), - Görüşme Ses Kaydı, - Detaylı Raporlama Özelliği, - Yazılım Entegrasyonu, - Cevapsız Çağrı Bildirimi, İncele
Sometimes you get an Authorization error when you log in to the plesk panel built on Centos.
So I got this error: mkstemp failed: /etc/sw/keys/keys/keyXXXXXXXX: Permission denied (Error code: 2)
The solution to this is as follows.
Access your server via SSH.
Then enter the following commands one by one.
Fix permissions with this command:
# /usr/sbin/usermod -a -G swkey-data psaadm && chown -R root:swkey-data /etc/sw/keys/ && chmod -R 660 /etc/sw/keys/* && chmod -R 644 /etc/sw/keys/info && find /etc/sw/keys -type d -exec chmod 2770 {} \; && chmod 4510 /etc/sw/keys/restart/* && chown -R psaadm:swkey-data /etc/sw/keys/registry.xml /etc/sw/keys/keys/*
Restart the Plesk services:
# service sw-engine restart && service sw-cp-server restart
Retrieve the Plesk license:
# plesk bin license --retrieve
Log in to Plesk and click Install Key to install your Plesk license.
This much.