Skip to content

Tag: Apache

Setup LAMP (Linux, Apache, MySQL, PHP) on Mac OS X 10.10 Yosemite

I downloaded a HTML5 and Javascript demo. When I attempted to browse to it, I encountered the infamous “XMLHttpRequest cannot load file:///” error.  The latest Chrome (and other modern browsers) won’t allow cross domain (a.k.a. cross origin) communication, which would occur when a page from one website domain attempts to…

Leave a Comment

Install MySQL, Apache, PHP, Java, Subversion, TWiki on Ubuntu 10.04 64bit

We decided to migrate from a virtual OpenSuSE Linux server running on my desktop to a dedicated server hosting company. Unfortunately, I missed the OpenSuSE selection as an operating system choice and ended up choosing Ubuntu 64bit. Below are the initial steps I took to setup our development environment on…

Leave a Comment

Setting Up an Apache, MySQL, PHP Development Environment with XAMPP

Rather than installing Apache, MySQL, and PHP individually, XAMPP is an integrated development enironment that combines all three (and more) into one easy installation. Download XAMPP and install it into the default “c:\xampp” directory. Set apache and mysql to start as services. Start XAMPP and browse to “http://localhost/” and you…

2 Comments