• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Search results

  1. V

    Resolved MsSql in Plesk 12.5

    memcached is just an example in the article.
  2. V

    Resolved MsSql in Plesk 12.5

    By default the extension for connecting to MSSQL is not shipped in PHP packed for Plesk on Linux. But you can manually install any extension: http://devblog.plesk.com/2015/08/adding-custom-php-modules-in-plesk/
  3. V

    Resolved MsSql in Plesk 12.5

    Hi @EnriqueR! MSSQL is supported on Windows only.
  4. V

    [SOLVED] Enable php SOAP on CentOS

    Usually new PHP extension creates its own additional php.ini file. But you have only one additional php.ini file loaded. You can create file /opt/alt/php54/etc/php.d/soap.ini with the following content: ; Enable soap extension module extension=soap.so And then check phpinfo again.
  5. V

    Ngnix listening on all available IPs

    Hi @admnet! I suppose your request is very close to the following feature request: https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/10142820-ignore-interface-in-nginx-and-apache-configuration You can vote for it.
  6. V

    502 Bad Gateway on all websites suddenly

    Hi @Chris1! Maybe fail2ban banned IP address of your server? Try to add it in a list of trusted IPs.
  7. V

    A few questions 12.5

    Hi @UweP! 2. Do you mean button Customize? In Plesk 12.5 it's in rigth sidebar:
  8. V

    SSL certificates don't show up

    Hi @ManuelGDot! Unfortunately, I cannot reproduce your issue on our test environment. What is your Plesk version?
  9. V

    spam and AV

    Hi @Akos. As far as I know MagicSpam is available as extension only on Linux. License is unified both for Linux and Windows that's why you can be a bit confused.
  10. V

    REMOTE_ADDR WRONG IP

    Hi @Bogdan1! Unfortunately, I cannot reproduce your issue on our test environment. Could you please provide more details: 1. Your OS 2. Used PHP handler. I see it's 5.6 but it can be FastCGI/PHP-FPM server by Apache 2.4/PHP-FPM server by nginx. You can post screenshot of current values on PHP...
  11. V

    [SOLVED] Enable php SOAP on CentOS

    You can go to domains hosting settings and post a screenshot of selected values. Also you can create a file like info.php in doc root of your domain with content: <?php phpinfo(); Then open in browser http://<your domain>/info.php and attach the webpage with output. By the way there are...
  12. V

    [SOLVED] Enable php SOAP on CentOS

    Also could you please provide Plesk version and OS information.
  13. V

    [SOLVED] Enable php SOAP on CentOS

    Hi @Manuel_Caramia! Everything your are doing now is performed for php provided by OS vendor. But I suppose you need SOAP for PHP used for your website. What PHP handler is used for it?
  14. V

    [PPPM-3299] Users unable to create new database "Undefined variable: dbType"

    The issue is reproduced as you describe only if display_errors = On in php.ini file or some extension modifies display_errors.
  15. V

    [PPPM-3299] Users unable to create new database "Undefined variable: dbType"

    Also you can disable display_errors and reporting of notices in /usr/local/psa/admin/conf/php.ini and the problem won't annoy you. It's recommended configuration.
  16. V

    Plesk 2.5 PHP-FPM

    Hi @UweP! Several questions to clarify your case: 1. I suppose you have the following permissions for your subscription: Hosting settings management = On Setup of potentially insecure web scripting options that override provider's policy = Off Am I right? 2. Where did you enabled it? In...
  17. V

    [PPPM-3299] Users unable to create new database "Undefined variable: dbType"

    Hi @Bernard T Unfortunately, this bug is not fixed yet. Still waiting for this microupdate.
  18. V

    Error licence and more action...

    Hi @sebgonzes What is output of the following command: # plesk sbin sysinfo df
  19. V

    [PPP-17911] Plesk Webconfiguration Checker fails

    HI @UweP! Thank you for reporting the issue. I confirm that it's bug and sometimes the utility reports not existent error. The ID of the bug is PPP-17911 in our internal tracker. I hope it'll be fixed in one of the nearest microupdates. You can recheck consistency of your database using...
  20. V

    Setting the "server-wide security policy"

    Hi @PleskWebmaster! Do you mean feature Site Isolation Settings? http://download1.parallels.com/Plesk/Doc/ja-JP/online/plesk-linux-advanced-administration-guide/index.htm?fileName=68755.htm
Back
Top