Which of these two options is considered a better practice, or is there some reason why one will not even work at all and I'll have to use the other one: 1) building a new copy of Apache from source under my home directory, and changing /etc/init.d and anything that else that points to the old Apache at /usr/sbin/httpd , to point to my new Apache location as well or 2) backing up the /usr/sbin/httpd binary (and any other binaries that get built by the build process) and building Apache from source to overwrite the /usr/sbin/httpd binary. I am hoping there's a way to do #2, because I have a lot of custom scripts that all expect Apache to be at /usr/sbin/httpd and all expect it's configuration file to be /etc/httpd/conf/httpd.conf, and it wouldbe a pain to change all of those.
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx