Hello all, I am new to Mattermost therefore I was trying for the last couple of days to configure it properly but Mattermost plus Apache is giving me a very hard time. at first the installation went smoothly and I was able to configure mattermost with the default settings. No big issue there.
My problem started with Apache.
So here is the deal:
After setting up mattermost and get it running, checking that is listening on the default port I created an Apache virtualhost file with the following content.
<VirtualHost *:80>
ServerName my-mattermost.com
After restarting apache and try to go to that url, despite mattermost server is running I got redirected to apache2 default page
The mattermost config.json is pretty on default settings except for
“ListenAddress”: “127.0.0.1:8065”,
This used to work at first but everything went downhill for me when I tried to use certificates and secure connection on 443
Now it doesnt matter what I do, despite mattermost server is running, and it is listening on 8065 i always get redirected to Apache default page
I tried to start from scratch but I had no luck and at this point my mind is exhausted dealing with the same.
another thing to note is despite that the mattermost server is running and listening
when I do curl http://127.0.0.1 the reply is that there is a problem connecting to mattermost
Can anyone point me on the right direction here. I am no new to Linux but all this ups and down had me exhausted
Thanks