THANK YOU. That pegged it. Now I'm on to run-of-the-mill problems.
Jeffrey Cauhape – IT Professional III – Linux and Solaris Administrator Nevada Department of Employment, Training and Rehabilitation (775) 224-6836 (cell) jpcauh...@detr.nv.gov -----Original Message----- From: Eric Covener <cove...@gmail.com> Sent: Tuesday, September 21, 2021 4:58 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Question about installing 2.4.48 in a non-standard location. On Tue, Sep 21, 2021 at 2:29 PM Jeff Cauhape <jpcauh...@detr.nv.gov> 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-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org