Joseph Brower

irc: josephnexus
Archive for July 28th, 2009

Apache Problems

I recently ran into quite an interesting problem.  I wasn’t able to get my web server to access my home directory (a subfolder of it) for showing on the web.  This was frustrating me to no end.  For some reason it was giving me an error about not being able to read the .htaccess file.  (The exact error was pcfg_openfile: unable to check htaccess file, ensure it is readable )  I check permissions left and right and then realized that maybe, just maybe, /home/joseph (my home directory) was too restrictive.  I did a chmod 755 /home/joseph and my problem has gone away.  The error was a little misleading, but eventually we did get it worked out and I’m happily developing again.

2 comments