It is up to the which distribution you are using. If you are using redhat/fedora and use default rpm then default location would be /etc/httpd but if you build source code of Apache then location can be of your choice. if you build from source then use --prefix option in your configure script to tell apache to install location. Example
--prefix=/usr On Tue, Jan 19, 2010 at 12:26 PM, Lee Fisher <[email protected]> wrote: > > Is there a standard location where the SSL crt, csr, and key files should > be > > located? > > This wiki page might be of help for some of these locations: > > http://wiki.apache.org/httpd/DistrosDefaultLayout > > > > > --------------------------------------------------------------------- > 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: [email protected] > " from the digest: [email protected] > For additional commands, e-mail: [email protected] > >
