On Fri, Oct 2, 2009 at 5:52 PM, Rodney Beede <apache-mailing-l...@rodneybeede.com> wrote: > I'm building Apache 2.2.13 on Oracle Unbreakable 5.4 64-bit Linux with > the following commands: > > ./configure --prefix=/rmg/software/apache2.2.13-openssl0.9.8k > --with-included-apr --disable-autoindex --disable-imagemap > --disable-include --disable-negotiation --disable-userdir > --with-port=8080 --enable-ssl > --with-ssl=/rmg/software/apache2.2.13-openssl0.9.8k --with-ldap > --enable-mods-shared="auth_digest ldap authnz_ldap rewrite deflate > proxy proxy_ajp proxy_balancer headers" > > make > > make install > > > After make install I get my /rmg/software/apache2.2.13-openssl0.9.8k > as expected. However I noticed a "build" and "include" folder in the > root of my Apache directory.
They're used to compile apache modules against your installed server. They're normal, but not required for actual runtime activity. -- Eric Covener cove...@gmail.com --------------------------------------------------------------------- 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-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org