Archive for 09/2009
Virtual Hosts in Apache
16/09/2009
I usually find it convenient to develop my websites and Web applications locally before pushing them to a staging server. Mac OS X conveniently comes with the Apache Web server pre-installed. In fact, all you really need to do to start using it is to check the “Web Sharing” checkbox in System Preferences… > Sharing . You can then use your Web browser to navigate to http://localhost/, and you should see whatever files are in your Web root. The default [...]