The default I am referring to, here is an excerpt from apache.org: "By default, make install will install all the files in /usr/local/apache2/bin, /usr/local/apache2/lib etc. You can specify an installation prefix other than /usr/local/apache2 using --prefix, for instance --prefix=$HOME."
I am trying to figure out why it did not create these directories, with or without the --prefix or --enable-layout options. ----- Original Message ----- From: timmy <[EMAIL PROTECTED]> Date: Tuesday, November 15, 2005 4:12 pm Subject: Re: [clug-talk] apache install > There aren't any 'apache' defaults. All Distros do it differently. > You're probably best to install using packages as opposed to > installing > from source, as that way any other packages (i.e PHP, mod_perl)you > install will be installed with the correct file paths, etc. > > Alternately, you can simply change the httpd.conf file to point to > the > directories you want to use, or simply create the directories as > per the > httpd.conf/.layout file. > > Is there a particular reason you chose to install from source? > > D Bhardwaj wrote: > > >I did a make clean, > >./configure --enable-layout=RedHat, > >make, make install. > >No errors - at least none that I detected. > > > >According to httpd.layout and httpd.conf, it should have created > directories such as: > >/usr/local/apache2 > >/etc/apache2 > >/var/log/apache2 > >..etc > > > >Instead the directories are: > >/usr/local/httpd.. > >and apache will not load (apachectl start). I can't recall the > error. > > > >I have looked at ./configure --help and also apache.org docs but > have not found out how to fix this. > > > >Looking at the binary install of apache on Debian and Suse, the > directories are scattered and inconsistent. I just want to ensure > an install based on apache defaults. > > > >Dharam > > > > > >_______________________________________________ > >clug-talk mailing list > >[email protected] > >http://clug.ca/mailman/listinfo/clug-talk_clug.ca > >Mailing List Guidelines (http://clug.ca/ml_guidelines.php) > >**Please remove these lines when replying > > > > > > > > > > > _______________________________________________ > clug-talk mailing list > [email protected] > http://clug.ca/mailman/listinfo/clug-talk_clug.ca > Mailing List Guidelines (http://clug.ca/ml_guidelines.php) > **Please remove these lines when replying > _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

