I've got a lot on my plate and hate spending time to research things like this when I can be coding, so if you know/can look up some of these things, I'd appreciate it:
- Apache: Why is it that if I extract a downloaded tar/zip I get 403 Forbidden even though the owner/permissions are the same as everything else? If I re-tar and untar the data it works fine.
- Apache: Possibly related to the above. Symlinks aren't working outside of the /var/www/html directory. I'm trying to point htm/files/maps to /home/admin/paintball2/pball/maps to conserve space. It worked fine on the old server and I've duplicated the settings in the httpd.conf and .htaccess files. Also, it doesn't seem to be reading the settings from the htaccess file (but symbolic links should work regardless).
- PHP: Reverse dns.
- Mysql: query including everything with a timestamp field newer than 1 hour.