Location of Config Files

Events happening in the community are now at Drupal community events on www.drupal.org.
R-H's picture

I'm trying to find some config files. Can someone please confirm their locations?

.htaccess = ./tmp/.htaccess
.htgroup = cant' find
.htpasswd = ./usr/bin/htpasswd
httpd.conf = /etc/apache2/apache2.conf

Thank you

Comments

.htaccess would be folder

nullvariable's picture

.htaccess would be folder specific under /var/www

.htgroup is something you need to create, can be found in the apache config.

.htpasswd same deal, you have to create this (in most cases).

httpd.conf is right where you listed.