Hi,
I am installing and uninstalling apache at the moment and I'm having a bit of trouble with the various ways my system installs the apache program. I'm not sure whether this is an apache1/apache2 issue, or an ubuntu linux issue or even whether it's just on the whim of the .deb maker who did the package.
What I consider to be a 'proper' install of apache puts it in
/usr/local/apache
where I can find my bin, conf folders etc...
It also throws the binary into
/etc/init.d/apache
so that I can manipulate it easily.
As well as providing a
httpd
in the path so that I can do a httpd -l
The other or 'improper' install of apache (IMO), seems to put apache in
/sbin
among other places, and seems to have folders strewn all over the place. I can't even find an
apxs
on my system. Both of them server from
/var/www
Is there something that I'm missing here ???
I am installing and uninstalling apache at the moment and I'm having a bit of trouble with the various ways my system installs the apache program. I'm not sure whether this is an apache1/apache2 issue, or an ubuntu linux issue or even whether it's just on the whim of the .deb maker who did the package.
What I consider to be a 'proper' install of apache puts it in
/usr/local/apache
where I can find my bin, conf folders etc...
It also throws the binary into
/etc/init.d/apache
so that I can manipulate it easily.
As well as providing a
httpd
in the path so that I can do a httpd -l
The other or 'improper' install of apache (IMO), seems to put apache in
/sbin
among other places, and seems to have folders strewn all over the place. I can't even find an
apxs
on my system. Both of them server from
/var/www
Is there something that I'm missing here ???