Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Installing Confluence on a Webserver with Plesk Administration

MichaelO November 14, 2012

Hello,

I want to install Confluence on a separate Webserver.

Unfortunately I dont find any documentation about this.

The documentations only affect to a standard Linux distribution.

Of course the webserver is also a Linux Server, but I dont have root access, and I dont have access to a console.

So how could I install it onto a webserver?

Tomcat, Java and a MySql Database ist installed.

Thank you.

Michael

5 answers

1 accepted

0 votes
Answer accepted
C_ Faysal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 14, 2012

only thing you need is root access to the servers shell.

Just install the binary then and configure the application to fit your needs.

create a vhost config and place it in (depends on your distribution) /etc/httpd/conf.d/

a sample config could look like:

<VirtualHost yourservername:80>



    ServerAdmin some1@somewhere.com
    ServerName yourservername
    ServerAlias oryourserveralias

    ProxyRequests Off
    ProxyPreserveHost On

<Proxy *>
Order deny,allow
Allow from all
</Proxy>
SSLProxyEngine On
ProxyRequests           Off
ProxyPreserveHost       On
ProxyPass           /       ajp://localhost:8010/
ProxyPassReverse    /       ajp://localhost:8010/

<Location />
    Order allow,deny
    Allow from all
    </Location>

</VirtualHost>

please note that this is for a configuration where confluence uses the ajp connector.

i installed confluence on a plesk server configured to use SSL.

i removed some SSL lines here cause there is no need to keep them right now.

reload the apache and you should have a running confluence

C_ Faysal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 14, 2012

you're welcome.

please keep in mind that you cannot copy&paste this one. you need to adjust some lines

MichaelO November 14, 2012

Hello,

thank you very much! I will check it with the provider and try your suggestion.

Michael

MichaelO November 20, 2012

Hello,

now we have the problem more detailed specified. It seems that the Mysql Server is too old.

Now we have to wait a couple of days for the provider updating it.

I will comment again, when I got further informations.

Thank you

Michael

0 votes
André K. May 16, 2020

I'm running now Confluence on a PLESK Server inside a PLESK managed Docker Container in a subdomain https://confluence.domain.com, without any error.

if anyone needs help...

 

best and stay save

Anthony Gregis June 1, 2020

Hi, I was hoping to see if you would be able to assist with this? I'm trying to get jira-software running in a PLESK docker container in a subdomain.

André K. June 1, 2020

Hi @Anthony Gregis ,

sure I will ;-)

What are your questions?

best

Alexander September 17, 2020

Dear André, 

Would you be able to share your complete vhost-config (anonymized is fine)?

 

 

Update: In the meantime, i've got it to work with the Plesk-Proxy-Configuration. 

Best regards

Alex

Benjamin Kramer October 3, 2020

hello Andre

Can you help me getting Confluence on a PLESK Server inside a PLESK managed Docker Container running?

Docker ist running with Confluence: http://135.181.62.38:8090

But when I add Proxy Rules for zahnmedizinforum.de

zahnmedizinforum.de/confluence It does not work

0 votes
gleads August 22, 2018

hey i have the same situation, 
way Atlassian, doenst help us in this way, an tutorial solve the issue.
we are not lazy, but we need an minimal assistence.

here the file that you posted,


<VirtualHost sub.domaininstalled:80>

 

ServerAdmin some1@somewhere.com
ServerName yourservername
ServerAlias oryourserveralias

ProxyRequests Off
ProxyPreserveHost On

<Proxy *>;
Order deny,allow
Allow from all
</Proxy>;
SSLProxyEngine On
ProxyRequests Off
ProxyPreserveHost On
ProxyPass / ajp://sub.domaininstalled:8080/
ProxyPassReverse / ajp://sub.domaininstalled:8080/

<Location />
Order allow,deny
Allow from all
</Location>

</VirtualHost>

 

that is it?

0 votes
MichaelO November 14, 2012

Hello Lucas,

thank you for your answer. But the answer ist not really satisfying. We invested a lot of money for the donwload-license, and now we could not use it....?

The on Demand licence is patently too expensive, because of this we choose the donwload licence.

If I could get root access on a console, is it then possible to install on the webserver?

Thank you

Michael

0 votes
LucasA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 14, 2012

Hi,

Confluence was not intended to be installed on this kind of scenario. You'll need root access to perform the instalation.If you want a completely "cloud" experiance, please consider Atlassian OnDemand services.

Lucas Lima

Atlassian Support

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events