-
Archives
-
Meta
Tag Archives: apache
Source Control Commit Visualisation
Software development relies on source control management software such as CVS, Subversion, SourceSafe, Bitkeeper, Mercurial, Git and the like to track and manage the changes in the source code over time. As a project progresses, developers come and go, contractors … Continue reading
Posted in General, Programming
Tagged apache, bitkeeper, cvs, django, git, mercurial, postgresql, python, scm, sourcesafe, sqlalchemy, subversion
Leave a comment
.htaccess Inheritance Gotcha
I recently set up a subdomain within a CPanel hosting account and ran into a strange problem. After the subdomain was built, DNS propogated, FTP access and a database set up – I uploaded the latest version of the ever … Continue reading
Ruby On Rails & Mongrel Generally Slow
Rich Skrenta wrote an article recently about ranking web 2.0 sites by server performance, in which he talks about server response time and latency and how it impacts a site. To see how everything stacked up, Rich decided that he’d … Continue reading →