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
examples of others apache proxy settings would be great though.. or connection timeouts,
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.