On Tue, Sep 21, 2021 at 2:29 PM Jeff Cauhape <jpcauhape@xxxxxxxxxxx> wrote: > > Folks, > > > > When I built 2.4.48 from source, I built it in /apps/apache_2.4.48 directory. However, because of the way > > our servers are managed, I need to install this as /apps/apache_2.4.48_int and /apps/apache_2.4.48_ext. > > When I have done this for earlier versions of Apache, I just edited the path names in apachectl, envvars, > > envvars_std, and in httpd.conf. > > > > This doesn’t seem to be adequate anymore. > > > > I have also changed pathnames in apxs, apu-1-config and apr-1-config, but am still getting an error > > message when I run “apachectl configtest” > > > > [root@appwebdev1ie bin]# ./apachectl configtest > > httpd: Could not open configuration file /apps/apache_2.4.48/conf/httpd.conf: No such file or directory Maybe you need to append a "-d /apps/apache_2.4.48_int" to the line beginning with HTTPD= in apachectl? The default ServerRoot is compiled in, and overriding it in httpd.conf is too late. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx