• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  1. SibProgrammer

    Plesk 12.5, CentOS 6.7: ssh auth by certificate

    Please make sure that you've granted a shell access to your user. Go to your subscription -> Web Hosting Access and check that "Access to the server over SSH" has something like "/bin/bash"
  2. SibProgrammer

    Out of Disk Space without any reason

    Can you provide the output of the following commands? * df -h * df -i * du -sh /* (under root user)
  3. SibProgrammer

    spdy parameter requires ngx_http_spdy_module

    It seems that you have added "spdy" directive to some of your nginx configs. Make "grep -R spdy /etc/nginx/" and remove this directive. Then you need to restart nginx. E.g. /etc/init.d/nginx restart
  4. SibProgrammer

    502 Bad Gateway on all websites suddenly

    Ok, got it. So you're only using nginx as a proxy, right? One more idea: maybe fail2ban is a root cause of your problems. Could you try to disable fail2ban temporary and check the results?
  5. SibProgrammer

    Content display problem after update ver 5.12.30

    Could you please provide a little bit more details for us? Please open Google Chrome incognito window and enter the URL of your Plesk instance. Then one need to open Developer Tools (View -> Developer -> Developer Tools) and switch to "Console" tab. After that go to the corresponding page and...
  6. SibProgrammer

    502 Bad Gateway on all websites suddenly

    Upstream means PHP in your case. Did you try to restart PHP-FPM service (Tools & Settings -> Services Management -> PHP-FPM)? You may also check /var/log/php5-fpm.log, /var/log/plesk-php*-fpm/error.log or /var/log/php-fpm/error.log files for errors.
  7. SibProgrammer

    Billing Module?

    If the requirements are rather simple and you don't want to pay for the "big" billing solution, then you could use XML-RPC guide and Extensions SDK and implement such automation tool by yourself.
  8. SibProgrammer

    Error while set property sub domain using xml request

    Which database server is used for control panel itself? Default MySQL or have you switched to MSSQL server (psa database)?
  9. SibProgrammer

    Strange error with PHP-FastCGI and nginx

    Can you try to upgrade to Plesk 12.5.30 and check it once again?
  10. SibProgrammer

    Install Django

    I guess that you did some steps under the root user. This produced the wrong permissions on a lot of directories. Proper ways is to allow shell access to system user of domain. And log in via ssh using this user, not root. It also means that you should perform the virtualenv installation, django...
  11. SibProgrammer

    Install Django

    Did you see this error?
  12. SibProgrammer

    Install Django

    > the problem in my browser is 502 Bad Gateway ngix Are you sure? See no errors produced by Phusion Passenger? :)
  13. SibProgrammer

    Install Django

    Also try to ask Apache directly (without nginx proxy): http://<url>:7080/
  14. SibProgrammer

    Install Django

    I see at least one problem. One need to do the following: mv ./django-app/app/app ./django-app/app-new rm -rf ./django-app/app/ mv ./django-app/app-new ./django-app/app
  15. SibProgrammer

    Install Django

    What is your document root for that domain (please show the name of the directory)? What is the output of the following command (via ssh inside django-app directory): find ./ -maxdepth 4 -type d
  16. SibProgrammer

    Install Django

    It seems that you have a wrong document root and also you make a request to a wrong URL. If you follow the instructions in the article, then you should access your app by the URL that looks like something like following: http://django.main-domain/ (django is a name of subdomain for "main-domain"...
  17. SibProgrammer

    Install Django

    Also make sure that your have Django app itself. The tutorial explains on how setup the environment, not about how to create Django app itself.
  18. SibProgrammer

    Install Django

    Can you explain in a little bit more details what do you mean under "doesn't work"? Do you see some error in a browser? Do you see blank page in a browser? Some error occurs during configuration?
  19. SibProgrammer

    Install Django

    Please provide the output of "plesk version" command (via ssh under root user).
  20. SibProgrammer

    Plesk 12.5 preview feedback thread

    Unfortunately I can't reproduce the problem in our test environment. I can take a look at your server if you provide the credentials via private message.
Back
Top