What is the best mod_proxy settings for Atlassian Stash on Apache 2

peter_pilgrim April 18, 2014

I followed the documentation to add Stash to the Apache 2 server with mod_proxy.

Namely, the guide give this example:

ProxyPass /stash http://localhost:7990/stash connectiontimeout=300 timeout=300

ProxyPassReverse /stash http://localhost:7990/stash

Sadly, Apache 2.2 seems to drop the connection to the Apache Tomcat server.

Every time, I want to do a `git push' or `git pull' after some time, I need to restart the server, namely: `sudo /etc/init.d/apache restart'.

Have anyone got any advice for improving the mod_proxy settings to Tomcat so that it does not time out or keeps connection alive or even retries?

Thanks

2 answers

0 votes
Dana Cleveland
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.
May 11, 2015

examples of others apache proxy settings would be great though.. or connection timeouts,

0 votes
Tiago Comasseto
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.
April 20, 2014

Hi Peter, it's difficult to say what's causing this problem, you may turn up logging ('LogLevel debug') to get more info and update this question with any error you may get in Apache logs.

Cheers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events