php

Tue, 2006-08-01 07:35

Mac as a web server revisited

Submitted by Richard Sheppard on Tue, 2006-08-01 07:35. Posted in

 |  »

To recap on the issue I had in my presentation re: "How to turn your Mac into a database-driven web server"

http://www.siliconmeadow.net/mac-as-web-server

at the June meeting, I had got to the stage of installing mySQL and configuring it via the terminal, but I could get no PHP scripts to access the database do to a conflict with "old" password hashing and the "new-style" 4.1.x passwords that mySQL uses.  read more »

Mon, 2006-06-19 19:13

How to turn your Mac into a dynamic, database-driven web server

Submitted by Richard Sheppard on Mon, 2006-06-19 19:13. Posted in

 |  »

Prerequisites

In preparation for this presentation, I've done a fresh install of Mac OS X Tiger on an external drive and patched it up to the latest version. I've also installed a few programs that I use in web development and server configuration, including (but not limited to):

Can it get easier than this?

The quickest way to enable the web server on your Mac is by going to System Preferences>Sharing, and then ticking the Personal Web Sharing tick box, as shown below:

Sharing Prefs Pane

Note that this will allow you to access your server via these urls:  read more »