-
Tags
adsense animation apache apple blog coding compsci css diy facebook flash forum game google hard drive humor internet explorer iphone itunes java javascript link linux mac mysql Photography photoshop php Programming prototype python robot robotics school scratch search engine teaching theme tips twitter usb video web design wordpress youtubeMy Other Sites
Tag Archives: apache
Blocking Baidu
Went through this a year or so ago. The Baidu spider was hammering a forum and I blocked it because after hundreds of thousands of hits they sent me a grand total of 1 visitor. Let it sit for a … Continue reading
How to change the MySQL password in MAMP
Reinstalled MAMP last week because the version I was using didn’t have PHP 5.3 which I needed for a project I’m working on. Had to do some Googling to find the default password for MySQL and how to change. First, … Continue reading
Posted in Computers & Internet
Tagged apache, apple, database, mac, mamp, mysql, php
Leave a comment
Missing httpd.conf in WHM / cPanel
Came across an error after mistakenly clicking a link in my hosting control panel. At the time, WHM was working but none of the sites on the server would load. Trying to restart httpd manually from PuTTY resulted in an … Continue reading
Should I block Baidu?
Well, I am for now. I noticed Baidu pretty much on a forum of mine 24/7, but I didn’t recall ever seeing them show up in the referrer logs. Over the past year, across the sites on my server, they’ve … Continue reading
Enable mod_rewrite on Ubuntu
Looks like Apache2 is installed in Ubuntu with mod_rewrite, but it’s disabled by default. Fortunately a quick drop to the terminal followed by restarting Apache2 and it’s fixed.