by ray | Jul 18, 2018 | Confluence, NGINX
Purpose This page describes a possible way to use NGINX to proxy requests for Confluence running in a standard Tomcat container. You can find additional documentation that explains how to use Apache mod_proxy for the very same purpose. For Confluence 6.0 or later...
by ray | Jul 18, 2018 | JIRA
How you start and stop your JIRA application depends on whether you are running JIRA as a Service. Windows If you installed JIRA as a service, you can Start JIRA Server and Stop JIRA Server from the Windows Start menu. You can’t start or stop JIRA manually using...
by ray | Jul 18, 2018 | Confluence
I am trying to stop confluence through ./stop-confluence.sh but it is showing error like this “PID file found but no matching process was found. Stop aborted.” so I try to kill that process with “kill -9 pid” but it showing that “PID: no...
by ray | Jul 18, 2018 | NGINX, HTML / Web, IT / Tech News
Nifty tool to show you a generic SSL configuration would look like for Apache, nginx, AWS ELB, among others. See tool here.
by ray | Jul 18, 2018 | IT / Tech News
I need to write a script that will drop a PostgreSQL database. There may be a lot of connections to it, but the script should ignore that. The standard DROP DATABASE db_name query doesn’t work when there are open connections. How can I solve the problem? This...