• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by Peter77

  1. P

    Issue systemd-tmpfiles-clean.service FAILED on latest Debian 9 / Obsidian ?

    I stumbled upon this, too, now. News about that?
  2. P

    PHP 7.x: webp support in GD

    In the last weeks there are many new requests at uservoice here: PHP GD webp support You really should listen now.
  3. P

    Issue How do I combine awstats http+https?

    I tried to modify the non-ssl config file in /usr/local/psa/etc/awstats and deleting the ssl-config file. I modified the LogFile Option like LogFile="/usr/share/awstats/tools/logresolvemerge.pl /var/www/vhosts/system/...access_log /var/www/vhosts/system/...access_ssl_log |" how it is...
  4. P

    htaccess rewrite rules are not executed on some urls with php-fpm

    as last post, the solution for apache>=2.4.10 (plesk on ubuntu currently uses 2.4.7), this is from the current apache mod_proxy_gcfi manual: You can also force a request to be handled as a reverse-proxy request, by creating a suitable Handler pass-through. The example configuration below will...
  5. P

    htaccess rewrite rules are not executed on some urls with php-fpm

    Some more to this topic: http://serverfault.com/questions/553899/forwarding-php-requests-via-proxypassmatch-as-a-handler-or-only-when-file-exist
  6. P

    htaccess rewrite rules are not executed on some urls with php-fpm

    Related thread: https://talk.plesk.com/threads/plesk-php-fpm-nginx-and-wordpress-permalinks-get-404-errors.335106
  7. P

    Plesk php-fpm + Nginx and Wordpress permalinks get 404 errors

    I think this is related to my problem: https://talk.plesk.com/threads/htaccess-rewrite-rules-are-not-executed-on-some-urls-with-php-fpm.335498
  8. P

    htaccess rewrite rules are not executed on some urls with php-fpm

    Please read this: http://serverfault.com/questions/450628/apache-2-4-php-fpm-proxypassmatch there seems already exist a solution, perhaps you should adapt that for plesk
  9. P

    htaccess rewrite rules are not executed on some urls with php-fpm

    The problem seems, that proxypassmatch directive prevents the rewrite rules to be executed correctly.
  10. P

    htaccess rewrite rules are not executed on some urls with php-fpm

    You suggestion also does not work (same 404 error).
  11. P

    htaccess rewrite rules are not executed on some urls with php-fpm

    Sorry, here is some more information: - I use an up-to-date Plesk-12.5.30 on Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-042stab111.12 x86_64) - Apache only - Since I just upgraded to Plesk-12.5 from Plesk-12.0.18, I tried to use the new possibility to switch to php-fpm with a domain. Please notice...
  12. P

    htaccess rewrite rules are not executed on some urls with php-fpm

    Imagine a htaccess file like this: RewriteEngine on RewriteRule !^proxy/index.php$ index.php [L] And index.php is the only php file in the directory proxy. Now all urls like proxy/.. should be rewritten to index.php. This does not work for urls like proxy/foo.php (404 file not found). It works...
  13. P

    [AWStats] Error 404

    I solved the problem: the path AWSTATS_TOOLS_D /usr/share/doc/awstats/examples is wrong. It should be AWSTATS_TOOLS_D /usr/share/awstats/tools Seems the be a plesk bug? I think the problem appears, when the statistic generation is called from the command line (also via plesk). This is how it...
  14. P

    [AWStats] Error 404

    I have the same problem. The webstat/ awstats032015.domain.tld-http.txt is generated, and also in main index.html file, but the dir 2015-03 stays empty. this problem appears only for one domain
Back
Top