- I've installed
apache2
usingapt-get
into/etc/apache2
. - Later I manually compiled and installed
httpd2.4
into/usr/local/apache2/
.
I've seen post like: My httpd.conf is empty which says that basically apache2.conf
is in current use while httpd.conf
is preserved for historic reason.
And before installing httpd
, the apache2
works fine.
So my question:
Are Apache2
and httpd
the same thing?