Could it possible have something to do with mine being a windows install. I believe you run linux. Thanks
I will look into this and post back on my findings. It's possible that the signature generation could be different/broken on windows.
root 1068 0.0 0.2 13972 4696 ? Ss Apr14 0:05 /usr/local/apache/bin/httpd -k start -DSSL
nobody 20266 0.0 0.1 14104 3516 ? S 11:06 0:00 /usr/local/apache/bin/httpd -k start -DSSL
EDIT:
I signed in without the root account and received this back:
deligus 1659 0.0 0.0 2084 548 ? S+ 13:03 0:00 egrep (apache|httpd)
I made the appropriate changes and soon as I chmod 777 I get internal server error. So apparently everytime I need to update I need to reinstall and re-upload the master files all over again. Arghhh.
There's an issue with the user apache is running as. You can modify the user it should use in: /etc/httpd/conf/httpd.conf (around line ~27+28). I suggest the user: apache, httpd, or www-data. These users may need to be created (Not sure...).
Restart apache /etc/init.d/httpd restart...
Once that's done, whatever user and group you changed it to, repeat the previous steps to change cryptoglance file owners