EC2 instance not loading the Apache envvars file

1

Today at dawn I had a small problem with one instance of my application. I saw that Apache was using a lot of memory, and I decided to restart it with a /etc/init.d/apache2 restart . However, apache did not go up because some variables it uses (for the user and log file) were not being loaded.

At the end of the day, I saw that the /etc/apache2/envvars file was not loading, so I had to put its own variables in the Apache configuration file. At the end of the day, the question remains: why was this file no longer loaded?

    
asked by anonymous 18.08.2014 / 16:10

1 answer

0

Resolved.

I was trying to run the process with the wrong user - and therefore the variables of the /etc/apache2/envvars file were not being loaded.

    
10.02.2015 / 18:50