• 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 hophop

  1. H

    Question DNSSEC

    What is the differents to do manual dnssec setup and buying the addon ($4.50 p/m) and have a giu ? (Should this work or not) Manual setup: https://www.digitalocean.com/community/tutorials/how-to-setup-dnssec-on-an-authoritative-bind-dns-server--2
  2. H

    Altermime

    Anyone can give me a hand installing altermime with plesk 12 (dovecot/postfix) ? Used this link, but it didn't work. Message: Dec 22 16:19:25 mydomain postfix/pipe[19385]: EC73228C22B3: to=<[email protected]>, relay=dfilt, delay=0.53, delays=0.52/0.01/0/0, dsn=2.0.0, status=sent (delivered via...
  3. H

    Change Horde from webmail.domain.tld to www.domain.tld/webmail/

    An Update: Changed the following file: /usr/share/psa-horde/config/registry.php and added the following: $this->applications = array( 'horde' => array( 'initial_page' => 'services/portal/index.php', 'name' => _("Horde"), 'provides' => 'horde', 'webroot' => '/webmail', Also changed...
  4. H

    Change Horde from webmail.domain.tld to www.domain.tld/webmail/

    Thanks @IgorG for the response. I didn't modified the nginx file, so changed both of the files. Then i created a symbolic link ---> ln -s /usr/share/psa-horde/ /var/www/vhosts/domain.tld/httpdocs/webmail When i go to www.domain.tld/webmail/ the site jumps back to www.domain.tld/login.php...
  5. H

    Change Horde from webmail.domain.tld to www.domain.tld/webmail/

    the custom/domainWebmail.php i changed to this: <?php echo AUTOGENERATED_CONFIGS; ?> <?php /** @var Template_VariableAccessor $VAR */ ?> <?php if (!$VAR->domain->webmailActive) { echo "# Domain is disabled or suspended\n"; return; } ?> ServerAlias "www.<?php echo $VAR->domain->asciiName...
  6. H

    Change Horde from webmail.domain.tld to www.domain.tld/webmail/

    Hi THere, I cannot get horde to work (plesk 12 on ubuntu 14) on www.domain.tld/webmail (default is webmail.domain.tld) - created a folder in usr/local/psa/admin/conf/templates/custom - copied the domainWebmail.php. - Changed the parameter so i would go to the url i wanted. - then run ...
Back
Top