[categories] [index] [all (418)] [latest]
import random
random.sample(xrange(100), 3)
[32, 49, 0]
# apachectl graceful
$ sudo apachectl start
$ sudo apachectl stop
$ sudo apachectl restart
or use the LaunchDaemon to start Apache at startup
$ sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist