Web sharing not working in Mac OS X Leopard
Like many others, I discovered web sharing not working in Leopard. It seems to be caused by using a Time Machine restored version of your system. That was my problem, and here’s a fix found on the Apple support forums that worked for me.
Maybe this will help you. The apache2 log file directory is missing, that was preventing apache from starting (verify this with Console). Try this:
sudo mkdir /private/var/log/apache2
Comments(1)
