NOTE: I like to prepend some of the commands with
timejust for curiosity’s sake to see how long it takes.
Go to System Preferences -> Sharing -> uncheck the Personal Web sharing. You will never turn Apache on/off here again.
| $(document).bind('cbox_complete', function(){ | |
| if($('#cboxTitle').height() > 20){ | |
| $("#cboxTitle").hide(); | |
| $("<div>"+$("#cboxTitle").html()+"</div>").css({color: $("#cboxTitle").css('color')}).insertAfter("#cboxPhoto"); | |
| $.fn.colorbox.resize(); | |
| } | |
| }); |
NOTE: I like to prepend some of the commands with
timejust for curiosity’s sake to see how long it takes.
Go to System Preferences -> Sharing -> uncheck the Personal Web sharing. You will never turn Apache on/off here again.
##Given Apache 2 and MySQL are already installed.
#Update MacPorts sudo port selfupdate;sudo port -u upgrade outdated
#Install PHP 5.4.* sudo port install php54 php54-apache2handler ##Activate Apache Module cd /opt/local/apache2/modules