On 04/20/2015 09:54 AM, Bill Kenworthy wrote: > > ps aux: several entries of > root 7549 0.0 0.0 145116 7916 ? Ss 05:05 0:00 > /usr/sbin/apache2 -D DEFAULT_VHOST -D INFO -D SSL -D SSL_DEFAULT_VHOST > -D WSGI -D LANGUAGE -D SSL -d /usr/lib64/apache2 -f > /etc/apache2/httpd.conf -E /var/log/apache2/startuperror.log -k start >
Since these are showing the -D arguments being passed to the full path, /usr/sbin/apache2, maybe you can try running, # /usr/sbin/apache2 -M instead of just "apache2 -M"? Kind of a long shot, but I can't see anything else wrong.

