Skip to content

Instantly share code, notes, and snippets.

@vr000m
vr000m / apache-yosemite-websharing.md
Last active April 2, 2018 12:05
Enabling WebSharing on OSX 10.10 (Yosemite)

the horror!

The jist of starting and stoping apache:

$ sudo apachectl start
$ sudo apachectl stop
$ sudo apachectl restart

if you care about the HTTPD version

@SyntaxC4
SyntaxC4 / info.php
Created May 25, 2013 07:18
Just a simple phpinfo file.
<?php
echo phpinfo();
?>