All HowTo's Cybersecurity Web Servers

Apache Confluence Reverse Proxy (SSL)

…/var/www/html/confluence.example.com/confluence> Options Indexes AllowOverride All Order allow,deny allow from all </Directory> ServerName confluence.example.com ServerAdmin [email protected] ErrorLog logs/confluence.example.com_log CustomLog logs/confluence.example.com_log common DocumentRoot /var/www/html/confluence.example.com/confluence <Directory /var/www/html/confluence.example.com/confluence> Options Indexes FollowSymLinks </Directory> SSLCertificateFile /etc/letsencrypt/live/confluence.example.com/cert.pem…

Read more
AGIX Discussion All HowTo's Linux MySQL & MariaDB PostgreSQL Redhat, Fedora and CentOS Linux Ubuntu, Mint & Debian Linux Web Servers

Installing Confluence & Migrating the Database to MySQL or PostgreSQL

…that Confluence is installed on (if it is). Finally she moves aside the two key directories being “/opt/atlassian/confluence/” and “/var/atlassian/application-data/confluence” for safe keeping. She didn’t delete those locations because she…

Read more