On DreamHost shared hosting, I\'m setting up htpasswd, but Apache does not have permission to read the file. How do I give it permission? I want to either change the owner o
Actually, you don't need access to httpd.conf:
ps aux | grep apache2 groups apache_user
should yield what You want