Comments on How to Install Cockpit on Debian 11

The Cockpit is a free and open-source server management application sponsored by Red Hat. In this post, we will show you how to install and use Cockpit on Debian 11.

3 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Peromk

Can it live alongside ISPC?

By: ShortCircuit

It has been a minute since I installed cockpit on my servers, so I don't remember all the details. However, I have discovered that out of the box support for various functions is much better on redhat based distributions, I'm sure because cockpit is a redhat project. However, with some research on cockpits howto pages, I was able to find and load a lot of optional packages that provide the needed support. After doing this, cockpot provides nearly all the same functions on Debian distributions as on redhat.

By: SpeedyB

If you want to run it with an reverse proxy such as mod_proxy in apache, how to configure this?

I added this to the Virtualhost, and the webpage is shown, but that is the end of it.. 

Any idea?

 

    ProxyPreserveHost On

    SSLProxyEngine on

    SSLProxyVerify none 

    SSLProxyCheckPeerCN off

    SSLProxyCheckPeerName off

    SSLProxyCheckPeerExpire off

    ProxyPass / https://127.0.0.1:9090/

    ProxyPassReverse / https://127.0.0.1:9090/