Giter Site home page Giter Site logo

plesk's Introduction

Plesk Control Panel

Plesk is a powerful commercial WebOps hosting platform that allows you to easily manage and automate web-applications, sites, mailboxes and hosting business. User can customize the operation of online projects, email accounts, and DNS records, etc., using a web interface. Plesk control panel allows you to save a lot of time and effort, since an isolated environment will be created for all your clients, and they will be able to manage their projects independently.

Plesk Deployment

Click the Deploy button below, specify your email address within the widget, choose one of the Jelastic Public Cloud providers and press Install.

Deploy

If you have already the account, you can import the link of the application manifest within Jelastic PaaS dashboard or initiate installation from Marketplace > Dev & Admin Tools > Plesk Panel

In the opened confirmation window type the Environment name, optionally customize its Display Name, select a preferable Region (if several are available) and click on Install.

Wait a few minutes for the process to be completed. Then press Open in Browser button to access Plesk Control Panel.

Managed Hosting Business on Plesk Control Panel

Interested to build hosting business on scalable automated installation of Plesk Control Panel from Jelastic PaaS? Contact our team to discuss the opportunity

plesk's People

Contributors

ihorman avatar lazarenkoalexey avatar slavakatiukha avatar sych74 avatar vlobzakov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

plesk's Issues

Incorrect Postfix files/folders ownership

@ihorman, after provisioning a Plesk environment, Postfix will fail to start because of incorrect ownership of some files/folders:

# cat /var/log/mail.err
Nov 15 16:06:23 node26556-plesk111 postfix/master[912]: fatal: open lock file /var/lib/postfix/master.lock: cannot open file: Permission denied
Nov 15 16:06:24 node26556-plesk111 postfix/postfix-script[1454]: fatal: the Postfix mail system is not running
Nov 15 16:10:58 node26556-plesk111 postfix/master[5279]: fatal: remove public/pickup: Permission denied

Some files/folders are owned by an user/group with different UID than postfix:

# ls -al /var/lib/postfix
total 12
drwxr-xr-x  2  105  113 4096 Sep 20 15:18 .
drwxr-xr-x 51 root root 4096 Oct 30 16:30 ..
-rw-------  1  105  113   33 Sep 20 15:18 master.lock
# ls -al /var/spool/postfix/
total 80
drwxr-xr-x 20 root root 4096 Sep 20 15:18 .
drwxr-xr-x  7 root root 4096 Oct 30 16:27 ..
drwx------  2  105 root 4096 Sep 20 15:18 active
drwx------  2  105 root 4096 Sep 20 15:18 bounce
drwx------  2  105 root 4096 Sep 20 15:18 corrupt
drwx------  2  105 root 4096 Sep 20 15:18 defer
drwx------  2  105 root 4096 Sep 20 15:18 deferred
drwxr-xr-x  2 root root 4096 Nov 15 16:06 dev
drwxr-xr-x  3 root root 4096 Nov 15 16:10 etc
drwx------  2  105 root 4096 Sep 20 15:18 flush
drwx------  2  105 root 4096 Sep 20 15:18 hold
drwx------  2  105 root 4096 Sep 20 15:18 incoming
drwxr-xr-x  3 root root 4096 Sep 20 15:18 lib
drwx-wx--T  2  105  114 4096 Sep 20 15:18 maildrop
drwxr-xr-x  2 root root 4096 Sep 20 15:18 pid
drwx------  2  105 root 4096 Sep 20 15:19 private
drwx--s---  2  105  114 4096 Sep 20 15:19 public
drwx------  2  105 root 4096 Sep 20 15:18 saved
drwx------  2  105 root 4096 Sep 20 15:18 trace
drwxr-xr-x  3 root root 4096 Sep 20 15:18 usr

This can be corrected by assigning correct ownership and then Postfix will start:

# chown -R postfix.postfix /var/lib/postfix/
# find /var/spool/postfix/ -user 105 -exec chown postfix '{}' '+'
# chown -R postfix.postfix /var/spool/postfix/maildrop/ /var/spool/postfix/public/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.