On Azure, I installed CentOS 6.x using Bitnami LAMP.
It works find until yesterday, but today it directs to another page - apache2 default page - not to what i defined in 'httpd.conf'.
I figured it out why it was.
Because linux apache2 service is running and bitnami got an error, 80 port is listening when Bitnami service was supposed to run.
What I've done is that Disabled apache2 service.
Finally, it works find with Bitnami service.
My question.
1. What and why does this happen??
2. Is it possible for Azure to install Apache2 and enable service, updating Azure linux extensions or so?
3. Is it possible for Azure maintenance to change service setup or so?