Apache ENVVARS not loading
you may have to do:
apache2ctl stop && apache2ctl start
or
/etc/init.d/apache2 stop && /etc/init.d/apache2 start
as only "restart" doesn't seem to load the envvars file that is generated from envvars-std.in
.
you may have to do:
apache2ctl stop && apache2ctl start
or
/etc/init.d/apache2 stop && /etc/init.d/apache2 start
as only "restart" doesn't seem to load the envvars file that is generated from envvars-std.in
.