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

This webpage is not available

Raakh5

Basic Pleskian
Hello,

I newly installed Plesk service provider interface on CentOS. I added mod_jk directives as following:
  1. # vi /var/www/vhosts/system/<domain>/conf/vhost.conf
  2. JkMount /servlet/* worker1
  3. JkMount /*.jsp worker1
  4. /usr/local/psa/admin/sbin/httpdmng --reconfigure-domain <domain>
Thereafter I am not able to access Plesk in browser.

Please advise and Thanks in advance
 
Here is log:
  1. # cat /usr/local/psa/admin/logs/panel.log
  2. [25-Dec-2015 09:58:56 UTC] PHP Warning: chgrp(): Operation not permitted; File: /usr/local/psa/admin/plib/Plesk/Log.php, Line: 66

  3. [2015-12-25 09:58:56] ERR [1] PHP Warning: chgrp(): Operation not permitted; File: /usr/local/psa/admin/plib/Plesk/Log.php, Line: 66

  4. [2015-12-25 09:59:07] ERR [1] Module configs is not installed.
  5. [2015-12-25 10:25:04] ERR [panel] KeyUpdate Result code: 2 Unspecified error

  6. [2015-12-25 10:25:04] ERR [panel] KeyUpdate Result desc: License key must be ordered first

  7. [2015-12-25 11:06:06] ERR [panel] Failed to clear sitebuilder session: Failed to connect to sitebuilder - missing or incorrect /usr/local/sb/include/init.php
 
Back
Top