Posts Tagged ‘apache’
-
Lame Apache error
I was getting this error when starting my apache server
Apache error: pcfg_openfile: unable to check htaccess file, ensure it is readable
This is due to permissions, seems all you have to do is add the execute bit to owner.
chmod 755 foldername
source: http://www.liamdelahunty.com/tips/apache_pcfg_openfile_unable_to_check_htaccess.php
-
Apache permissions for php javascript files
Apache permissions for php files of javascript mime type
Remember to set to 755
-
Changing PHP version in Apache
You not only need to install php5, but you must install the respective module for apache and perhaps change the httpd.conf file.
About me
I live in Denver, Colorado and work as a contractor for HAIKU Learning Systems, Inc., an online learning company. I did my Master's in Music Informatics at Indiana University and got a B.A. in Computer Science and Mathematics, with a minor in Music from Carroll College in Helena, Montana.